Package: mount
Version: 2.12p-4sarge1
Severity: normal

When the mount system has 2 mounts mounted in the same location, as

[EMAIL PROTECTED]:/mnt$ mount
...
/dev/sda1 on /mnt/sda1 type ext3 (rw)
/dev/sdb1 on /mnt/sda1 type ext3 (rw)

Trying to unmount one without the needed permissions leads to the following
error message:

[EMAIL PROTECTED]:/mnt$ umount sdb1
umount: it seems /mnt/sda1 is mounted multiple times

Which is just a missleading information message, because running the command
with the right permissions leads to the desired behaviour:

[EMAIL PROTECTED]:/mnt$ sudo umount sdb1
[EMAIL PROTECTED]:/mnt$ mount
/dev/sda1 on /mnt/sda1 type ext3 (rw)
[EMAIL PROTECTED]:/mnt$

Simething like:
[EMAIL PROTECTED]:/mnt$ umount sdb1
umount: /mnt/sdb1 is not in the fstab (and you are not root)


would more to the point? 

Thanks!

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-386
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: 
LC_ALL set to C)

Versions of packages mount depends on:
ii  libblkid1                   1.37-2sarge1 block device id library
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libuuid1                    1.37-2sarge1 universally unique id library

-- no debconf information

-- 
Jesus Climent                                      info:www.pumuki.org
Unix SysAdm|Linux User #66350|Debian Developer|2.6.14|Helsinki Finland
GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429  7E18 66FC 1D7F 8694 6D69

The world doesn't just disappear when you close your eyes, does it?
                --Leonard Shelby (Memento)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to