Hi Daniel,

Daniel Ouellet wrote on Tue, May 08, 2007 at 03:06:36PM -0400:

> Unless you can have two different mount point to the same partition? 
> Never tried it and always assume it wouldn't be possible anyway.

Then do not guess, but just try it!
Some things are really easy to try out...  ;-)

[EMAIL PROTECTED] # mount | grep tmp 
/dev/wd0e on /tmp type ffs (local, nodev, nosuid)
[EMAIL PROTECTED] # ls -ald /mnt     
drwxr-xr-x  2 root  wheel  512 Apr  3 19:24 /mnt
[EMAIL PROTECTED] # mount /dev/wd0e /mnt    
mount_ffs: /dev/wd0e on /mnt: Device busy
[EMAIL PROTECTED] # mount -r /dev/wd0e /mnt 
mount_ffs: /dev/wd0e on /mnt: Device busy

[...]
> I don't know, does it really make sense?

No, it does not, apparently.

Reply via email to