Why am I unable to start my Student Version of MATLAB with the Documentation CD in my CD/DVD Drive on Linux on MATLAB R14SP1 and earlier versions?

1 次查看(过去 30 天)
After a successful installation, MATLAB fails to launch as it is unable to locate the Documentation in the CD-ROM drive. Upon startup, the user receives the following error:
"Please insert Student Version Matlab disk into CDROM and restart
MATLAB."

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2019-6-21
On some Linux systems, mounting the CD is done in a way that doesn’t allow the system to access the safedisc section of the CD-ROM, therefore MATLAB doesn’t start.
1. If your system requires that you have root priviledges to mount a CD-ROM drive, this command should work on most systems:
mount -t iso9660 /dev/cdrom /cdrom
2. To enable nonroot users to mount a CD-ROM drive, include the exec option in your /etc/fstab file as in the following example:
/dev/cdrom /cdrom iso9660 noauto,ro,user,exec 0 0
3. Some users have been able to get the documentation CD to be read successfully by adding the unhide option to their /etc/fstab as in the following example:
/dev/cdrom /cdrom iso9660 noauto,unhide,ro,user,exec 0 0

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by