Re: only root can unmount

2008-12-06 Thread Douglas A. Tutty
On Tue, Dec 02, 2008 at 06:23:19PM -0800, Daniel Burrows wrote: > On Tue, Dec 02, 2008 at 10:50:23PM +, T o n g <[EMAIL PROTECTED]> was > heard to say: > > On Tue, 02 Dec 2008 06:01:59 -0800, Daniel Burrows wrote: > > > > >> [EMAIL PROTECTED]:~$ grep dvd /etc/fstab > > >> /dev/dvd /medi

Re: only root can unmount

2008-12-05 Thread Chris Bannister
On Mon, Dec 01, 2008 at 04:23:18AM +, T o n g wrote: > A! Thanks a lot for the comment Sven. I find the real reason: > > [EMAIL PROTECTED]:~$ grep dvd /etc/fstab > /dev/dvd /media/dvd autousers,noauto,exec,ro0 0 ^ > /de

Re: only root can unmount

2008-12-02 Thread Daniel Burrows
On Tue, Dec 02, 2008 at 10:50:23PM +, T o n g <[EMAIL PROTECTED]> was heard to say: > On Tue, 02 Dec 2008 06:01:59 -0800, Daniel Burrows wrote: > > >> [EMAIL PROTECTED]:~$ grep dvd /etc/fstab > >> /dev/dvd /media/dvd autousers,noauto,exec,ro0 > >> 0 /dev/dvd /mnt/dvd

Re: only root can unmount

2008-12-02 Thread T o n g
On Tue, 02 Dec 2008 06:01:59 -0800, Daniel Burrows wrote: >> [EMAIL PROTECTED]:~$ grep dvd /etc/fstab >> /dev/dvd /media/dvd autousers,noauto,exec,ro0 >> 0 /dev/dvd /mnt/dvd auto user,noauto,exec,ro 0 0 > > Is it intentional that one line says "users" and the other one

Re: only root can unmount

2008-12-02 Thread Daniel Burrows
On Mon, Dec 01, 2008 at 04:23:18AM +, T o n g <[EMAIL PROTECTED]> was heard to say: > [EMAIL PROTECTED]:~$ grep dvd /etc/fstab > /dev/dvd /media/dvd autousers,noauto,exec,ro0 0 > /dev/dvd /mnt/dvd auto user,noauto,exec,ro 0 0 Is it intentional that one line says "us

Re: only root can unmount

2008-11-30 Thread T o n g
On Sun, 30 Nov 2008 23:11:29 +0100, Sven Joachim wrote: >>> The only thing that sticks out is that you have /dev/dvd in fstab but >>> mount talks about /dev/scd2. Try replacing /dev/dvd with /dev/scd2 in >>> fstab. >> >> Ah, it works now. Thanks a lot Andrei. That's the solution. > > Hm, I still

Re: only root can unmount

2008-11-30 Thread Sven Joachim
On 2008-11-30 20:13 +0100, T o n g wrote: > On Sun, 30 Nov 2008 10:12:56 +0200, Andrei Popescu wrote: > >> The only thing that sticks out is that you have /dev/dvd in fstab but >> mount talks about /dev/scd2. Try replacing /dev/dvd with /dev/scd2 in >> fstab. > > Ah, it works now. Thanks a lot And

Re: only root can unmount

2008-11-30 Thread T o n g
On Sun, 30 Nov 2008 10:12:56 +0200, Andrei Popescu wrote: > The only thing that sticks out is that you have /dev/dvd in fstab but > mount talks about /dev/scd2. Try replacing /dev/dvd with /dev/scd2 in > fstab. Ah, it works now. Thanks a lot Andrei. That's the solution. The reason that it didn't

Re: only root can unmount

2008-11-30 Thread Andrei Popescu
On Sun,30.Nov.08, 16:47:06, T o n g wrote: > On Sun, 30 Nov 2008 10:12:56 +0200, Andrei Popescu wrote: > > > The only thing that sticks out is that you have /dev/dvd in fstab but > > mount talks about /dev/scd2. Try replacing /dev/dvd with /dev/scd2 in > > fstab. > > [EMAIL PROTECTED]:~$ grep dvd

Re: only root can unmount

2008-11-30 Thread T o n g
On Sun, 30 Nov 2008 10:12:56 +0200, Andrei Popescu wrote: > The only thing that sticks out is that you have /dev/dvd in fstab but > mount talks about /dev/scd2. Try replacing /dev/dvd with /dev/scd2 in > fstab. [EMAIL PROTECTED]:~$ grep dvd /etc/fstab /dev/scd2 /mnt/dvd auto user,noauto,exec,ro 0

Re: only root can unmount

2008-11-30 Thread Andrei Popescu
On Sun,30.Nov.08, 06:15:20, T o n g wrote: > Thanks everyone. Here is all info required from the replies so far, apart > from above: [snip info] The only thing that sticks out is that you have /dev/dvd in fstab but mount talks about /dev/scd2. Try replacing /dev/dvd with /dev/scd2 in fstab

Re: only root can unmount

2008-11-29 Thread T o n g
On Wed, 26 Nov 2008 21:30:03 +, T o n g wrote: > I get the following error when unmounting dvd: > > $ umount /mnt/dvd > umount: only root can unmount /dev/dvd from /mnt/dvd > > Strange is that, I have "user" in my fstab: > > $ grep dvd /etc/fstab > /dev/dvd /mnt/dvd auto user,noauto,exec,ro

Re: only root can unmount

2008-11-26 Thread lee
On Wed, Nov 26, 2008 at 07:20:12PM -0600, Boyd Stephen Smith Jr. wrote: > On Wednesday 26 November 2008, lee <[EMAIL PROTECTED]> wrote about 'Re: > only root can unmount': > >On Wed, Nov 26, 2008 at 09:30:03PM +, T o n g wrote: > >> $ grep dvd /etc/f

Re: only root can unmount

2008-11-26 Thread Boyd Stephen Smith Jr.
On Wednesday 26 November 2008, lee <[EMAIL PROTECTED]> wrote about 'Re: only root can unmount': >On Wed, Nov 26, 2008 at 09:30:03PM +, T o n g wrote: >> $ grep dvd /etc/fstab >> /dev/dvd /mnt/dvd auto user,noauto,exec,ro 0 0 > >There seems to be a comma m

Re: only root can unmount

2008-11-26 Thread Douglas A. Tutty
On Wed, Nov 26, 2008 at 05:38:40PM -0600, lee wrote: > On Wed, Nov 26, 2008 at 09:30:03PM +, T o n g wrote: > > > $ grep dvd /etc/fstab > > /dev/dvd /mnt/dvd auto user,noauto,exec,ro 0 0 > > > > and moreover, I mounted /mnt/dvd as myself, not root. > > > > What could be wrong? > > There s

Re: only root can unmount

2008-11-26 Thread lee
On Wed, Nov 26, 2008 at 09:30:03PM +, T o n g wrote: > $ grep dvd /etc/fstab > /dev/dvd /mnt/dvd auto user,noauto,exec,ro 0 0 > > and moreover, I mounted /mnt/dvd as myself, not root. > > What could be wrong? There seems to be a comma missing, and you seem to have tried to specify "auto"

Re: only root can unmount

2008-11-26 Thread Mirco Piccin
Hi all >> I get the following error when unmounting dvd: >> >> $ umount /mnt/dvd >> umount: only root can unmount /dev/dvd from /mnt/dvd >> >> Strange is that, I have "user" in my fstab: >> >> $ grep dvd /etc/fstab >> /dev/dvd /mnt/dvd auto user,noauto,exec,ro 0 0 >> >> and moreover, I mounted /mn

Re: only root can unmount

2008-11-26 Thread Sven Joachim
On 2008-11-26 22:30 +0100, T o n g wrote: > I get the following error when unmounting dvd: > > $ umount /mnt/dvd > umount: only root can unmount /dev/dvd from /mnt/dvd > > Strange is that, I have "user" in my fstab: > > $ grep dvd /etc/fstab > /dev/dvd /mnt/dvd auto user,noauto,exec,ro 0 0 > > and