If I attempt to mount a folder that already has files in it, does linux give me an error message or go ahead and show both the mounted filesystem and the files that were already in the folder?
feedback
|
|
It will just be mounted, and the files disappear, coming back when the folder is umounted. | |||||||||||||||
feedback
|
|
When you mount a filesystem on a directory
There are ways to get a merged view of the mounted filesystem and the data that was already present, but you need an extra layer called a union filesystem. Under Linux, there is a way to see the hidden files. You can use
You'll see all the files in the root filesystem under | |||
feedback
|