>Hi All,
>
>I just installed Redhat 6.0 and when I try to Unmount my CD, I get an error
>message:
>
>Could not unmount
>Error log:
>
>unmount/dev/hdc is not in the fstab (and you are not in root)
>
>Is this a permission problem and if so, how would you suggest I go about
>changing it?
>
>Michael

The error message leads you in the right direction.  The main problem is
that you appear NOT to have an entry for it in your fstab file.

It should look like:

/dev/cdrom         /cdrom        iso9660 noauto,user,ro  0 0


The "/cdrom" is the mount point.  You can change that to whatever path
you want.  Just make sure that the mount point path exists.

Next, you need to make a symbolic link from your actual cdrom device to the
fake device that many programs use:

        ln -s /dev/hdc /dev/cdrom

Enjoy.

MB
-- 
e-mail: [EMAIL PROTECTED]
        [Where do you think Microsoft would be today if they waited]
        [until their software worked?     (Hyperion Bay - 10/12/98)]
Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to