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

Re: Mounting NFS several times



Previously Michael Meskes wrote:
> As some of you might know it's no problem to mount a single NFS share
> multiple times onto the very same mount point. And since the kernel
> accepts this, mount has no problems with this behaviour as well. But I
> wonder what's the reason for this. Can anyone give me a reasoning, why
> this isn't supposed to be a bug?

Lets turn this around: why should it be a bug? You can also do the same
with any other mount if you want..

[thunder;/tmp]-729> mount | grep squid
/dev/system/squid on /var/spool/squid type reiserfs (rw,nodev,noexec)
[thunder;/tmp]-730> sudo mount /dev/system/squid /cdrom
Password:
[thunder;/tmp]-731> sudo mount /dev/system/squid /mnt
[thunder;/tmp]-732> mount | grep squid
/dev/system/squid on /var/spool/squid type reiserfs (rw,nodev,noexec)
/dev/system/squid on /cdrom type reiserfs (rw)
/dev/system/squid on /mnt type reiserfs (rw)

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: