[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Umounting
On Sun, 23 Mar 1997, Alex Shnitman wrote:
> Hi.
>
>
> I have the following line in my /etc/fstab:
>
> /dev/cdrom /cdrom iso9660 user,exec,noauto,ro 0 0
>
> I can mount the CD-ROM as a user with no problems. However I can't umount
> it:
>
> umount: /cdrom mount disagrees with the fstab
>
> I can umount it as root. Any ideas what the problem may be?
Just a guess, is /cdrom a symbolic link for /mnt/cdrom ??
If it is, make the /etc/fstab entry
/dev/cdrom /mnt/cdrom iso9660 user,exec,noauto,ro 0 0
>
>
> ----------------------------------------------------------------
> Alex Shnitman <alexsh@usa.net> // http://alexs.home.ml.org
> ----------------------------------------------------------------
>
--Ariel
+---------------------------------------------------------+
| Ariel Biener |
| e-mail: ariel@post.tau.ac.il Work ph: 03-6406086 |
+---------------------------------------------------------+
Follow-Ups:
References:
- Umounting
- From: Alex Shnitman <alexsh@usa.net>