BTS

Message1712

Author suntong
Recipients suntong
Date 2008-12-01.05:15:47
Content
Hi,

I get the "only root can unmount" error when unmounting dvd:

As me:

tong@helios:~$ mount /mnt/dvd

tong@helios:~$ mount | grep /dvd
/dev/scd2 on /mnt/dvd type udf (ro,nosuid,nodev,utf8)

tong@helios:~$ umount /mnt/dvd
umount: only root can unmount /dev/dvd from /mnt/dvd

$ grep -B1 dvd /etc/fstab
# Added by GRML
/dev/dvd /mnt/dvd auto user,noauto,exec,ro 0 0

The solution is rather simple, change the mount point from under /mnt to under
/media in grml-rebuildfstab.

Details at thread
http://thread.gmane.org/gmane.linux.debian.user/340043

PS. Get Error: property topic: 'grml-rebuildfstab' is not a keyword.
when try to set property.
History
Date User Action Args
2008-12-01 05:15:49suntongsetmessageid: <1228108549.84.0.804792074155.issue582@bts.grml.org>
2008-12-01 05:15:49suntongsetrecipients: + suntong
2008-12-01 05:15:49suntonglinkissue582 messages
2008-12-01 05:15:47suntongcreate