theTuxRacer Asked: 2011-03-10 05:52:46 +0800 CST2011-03-10 05:52:46 +0800 CST 2011-03-10 05:52:46 +0800 CST Does a mountpoint have to be an empty directory? 772 Or does it overwrite the existing data in the mountpoint? Or is it just un-accessible? mount 1 Answers Voted Best Answer ddeimeke 2011-03-10T05:58:53+08:002011-03-10T05:58:53+08:00 No it does not have to be an empty directory. You can "overmount" it, but be aware, that you hide the files originally in that directory. This can lead to some confusion since the space on the underlying filesystem - not the newly mounted one - stays occupied.
No it does not have to be an empty directory. You can "overmount" it, but be aware, that you hide the files originally in that directory.
This can lead to some confusion since the space on the underlying filesystem - not the newly mounted one - stays occupied.