Mounting filesystems
Revision as of 08:43, 31 July 2008 by Kir (talk | contribs) (Bind mounts moved to a separate article, so this is just a place holder now)
To mount a file system inside a container, you have several choices:
- NFS (the container will be an NFS Client) - see NFS
- FUSE - see FUSE
- Bind mount from Hardware Node -- see Bind mounts
Also, you can grant a container an access a physical block device, and use that device from inside the container. Not all file systems are working inside a container; check /proc/filesystems inside a container to find out.