Possible Duplicate:
Access to original contents of mount point
I have a directory d containing some file f and I mount a drive on directory d. Is there a way of accessing file f without unmounting?
I have a directory |
|||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Yes, bind the original fs to a different position, and you can access it:
And files would be accessible through |
|||||
|