Lines Matching full:backed
62 <h2>Four filesystem types (block backed, server backed, ramfs, synthetic).</h2>
72 <li><h3>Block device backed filesystems, such as ext2 and vfat.</h3>
75 through. The source argument for block backed filesystems is a path to a
80 <p>Block backed filesystems are the "conventional" filesystem type most people
85 <li><h3>Server backed filesystems, such as cifs/samba or fuse.</h3>
100 <p>A lot of server backed filesystems want to open their own connection so they
110 <p>These are also known as "pipe backed" filesystems (or "network filesystems"
112 Conceptually they're char device backed filesystems analogous to the block
113 backed filesystems (block devices provide seekable storage, char devices
119 <li><h3>Ram backed filesystems (ramfs and tmpfs).</h3>
144 block device and mount it with a block device backed filesystem driver.
146 backed filesystems: one driver provides /dev/ram0 and the second driver mounts
153 <p>Initramfs (I.E. rootfs) is a ram backed filesystem mounted on / which