Discussion:
Mounting CDROM on CDF?
(too old to reply)
Ahmad Haseeb Mohammad
2005-09-20 15:04:38 UTC
Permalink
Hi,

Is there any way to access data files on a CDROM from the computers in the
CDF labs?
Lloyd Smith
2005-09-22 00:44:45 UTC
Permalink
Post by Ahmad Haseeb Mohammad
Hi,
Is there any way to access data files on a CDROM from the computers in the
CDF labs?
If I recall correctly

mount /cdrom

should do it. Files will be in /cdrom/. When you're done

umount /dev/hdc

will unmount the disc. (One would think 'umount /cdrom' would be
the logical counterpart, but I don't think it works.) kde has
a graphical way to mount cd's.

HTH,
lloyd
--
Lloyd Smith <***@cs.toronto.edu>
CDF SysAdmin
Arcady Genkin
2005-09-26 17:12:30 UTC
Permalink
Post by Lloyd Smith
should do it. Files will be in /cdrom/. When you're done
umount /dev/hdc
will unmount the disc. (One would think 'umount /cdrom' would be
the logical counterpart, but I don't think it works.)
Actually, "umount /cdrom" works (well, it just worked for me on a CDF
workstation). The `mount' command looks up the device name in
/etc/fstab, and the `umount' command looks it up in /etc/mtab.

In fact, even "eject /cdrom" works. ;^)
--
Arcady Genkin : CDF Systems Administrator
http://www.cdf.toronto.edu/~agenkin/contact.html
Loading...