[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mounting NFS several times



Previously Michael Meskes wrote:
> Actually I was talking about the same mount point:

Same thing basically, the mounts just stack. 

[thunder;~]-2# mount /dev/user_data/music /mnt
[thunder;~]-3# mount /dev/user_data/vhosts /mnt
[thunder;~]-4# mount /dev/user_data/debian /mnt
[thunder;~]-5# mount | grep mnt
/dev/user_data/music on /mnt type reiserfs (rw)
/dev/user_data/vhosts on /mnt type reiserfs (rw)
/dev/user_data/debian on /mnt type reiserfs (rw)
[thunder;~]-6# umount /mnt
[thunder;~]-7# mount | grep mnt
/dev/user_data/music on /mnt type reiserfs (rw)
/dev/user_data/vhosts on /mnt type reiserfs (rw)
[thunder;~]-8# umount /mnt
[thunder;~]-9# umount /mnt
[thunder;~]-10# mount | grep mnt
[thunder;~]-11#

This behaviour indeed was not present in 2.2 and older kernels.

Wichert.

-- 
  _________________________________________________________________
 /wichert@wiggy.net         This space intentionally left occupied \
| wichert@deephackmode.org            http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |


-- 
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: