Difference between revisions of "Mounting filesystems"
(Bind mounts moved to a separate article, so this is just a place holder now) |
(simplify) |
||
Line 1: | Line 1: | ||
To mount a file system inside a container, you have several choices: | To mount a file system inside a container, you have several choices: | ||
− | * | + | * [[NFS]], when container as an NFS client |
− | * | + | * [[FUSE]] (filesystem in userspace) |
− | * | + | * [[Bind mounts]] from Hardware Node |
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. | 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. |
Revision as of 12:05, 26 January 2009
To mount a file system inside a container, you have several choices:
- NFS, when container as an NFS client
- FUSE (filesystem in userspace)
- Bind mounts from Hardware Node
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.