|
Hardware
|
Mount Command
|
|
Sun
|
volcheck cdrom
|
|
HP
|
/etc/mount -F cdfs /dev/dsk/YourCDDevice /cdrom
|
|
Digital
|
mount -r -o noversion -t cdfs
/dev/YourCDDevice /cdrom |
|
AIX
|
smitty mountfs
Then select file system, directory, and file system type (cdrfs).
|
|
Linux
|
mount /dev/hdb /mnt/cdrom
Where /hdb could be hdc or hdd among other possibilities.
|
|
All others
|
Refer to your operating system documentation or vendor for requirements to mount a CD-ROM. You may be able to type man mount to determine the correct command.
|