Thursday, January 15, 2009

Mounting CdRom on SCO/Unix

After the creation of the folder as mount point with mkdir    /mnt/cdrom, we have to find the "phisycal" name of cdrom unit. To do it, go to device folder with

cd   /dev/cdrom

and then type

ls

to view the name. For this example, assume c0b0t6l0 as the device name

So, the mount command is:

mount   -r   -F   cdfs   /dev/cdrom/c0b0t6l0   /mnt/cdrom

No comments: