Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2007 10:31:51 +0200
From:      Frank Bonnet <f.bonnet@esiee.fr>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   two mounted directories with the same name ?
Message-ID:  <460784F7.8000104@esiee.fr>

next in thread | raw e-mail | index | archive | help
Hello

A strange thing happened to my 6.2-R amd64 machine

it has the following disk partitionning configuration


Filesystem    1K-blocks    Used     Avail Capacity  Mounted on
/dev/aacd0s1a   5077038   66764   4604112     1%    /
devfs                 1       1         0   100%    /dev
/dev/aacd0s1g 302097610       4 277929798     0%    /user
/dev/aacd0s1d  30462636 2085826  25939800     7%    /usr
/dev/aacd0s1e  10154158   30862   9310964     0%    /var
/dev/aacd0s1f 203114302      14 186865144     0%    /var/mail


OK, now I want to NFS mount a Netapp filer volume on the /user partition
look below what happened ...

mail2# mount_nfs yfiler:/vol/imap /user
mail2# df
Filesystem       1K-blocks      Used     Avail Capacity  Mounted on
/dev/aacd0s1a      5077038     66764   4604112     1%    /
devfs                    1         1         0   100%    /dev
/dev/aacd0s1g    302097610         4 277929798     0%    /user
/dev/aacd0s1d     30462636   2085826  25939800     7%    /usr
/dev/aacd0s1e     10154158     30864   9310962     0%    /var
/dev/aacd0s1f    203114302        14 186865144     0%    /var/mail
yfiler:/vol/imap 209715200 111015364  98699836    53%    /user

It seems there are two partitions (one local and one NFS mounted)
with the *same* name ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?460784F7.8000104>