Lines Matching refs:mount
19 concurrently with its writable mount, and this feature is convenient
24 "mount.nilfs2", "umount.nilfs2", and "nilfs_cleanerd" (so called
47 NILFS2 supports the following mount options:
61 so a read-only mount option must be specified together.
74 norecovery Disable recovery of the filesystem on mount.
152 # mount -t nilfs2 /dev/block_device /dir
154 This will also invoke the cleaner through the mount helper program
155 (mount.nilfs2).
165 To mount a snapshot,
167 # mount -t nilfs2 -r -o cp=<cno> /dev/block_device /snap_dir
171 To unmount the NILFS2 mount point or snapshot, simply: