On Sun, 2005-09-11 at 21:10 +1200, Andy George wrote:
> OK, so maybe...
> 
> mount /dev/hdc

This only works if /dev/hdc is in the file /etc/fstab. If there is an
entry in /etc/fstab that maps /dev/hdc to a mount point (for
example /mnt/cdrom) then you can either "mount /dev/hdc" or
"mount /mnt/cdrom". If there is no corresponding entry in /etc/fstab you
need to give both the device file (/dev/hdc) and the mount point
(/mnt/cdrom) in that order.

If the system cannot guess the filesystem by probing, then you also need
to give the filesystem type like this:

mount -t iso9660 /dev/hdc /mnt/cdrom

> 

-- 
Nick Rout <[EMAIL PROTECTED]>

Reply via email to