• Home
  • Raw
  • Download

Lines Matching full:mount

35 make the overlay mount more compliant with filesystem scanners and
48 feature with the "-o xino=on" overlay mount option. That is useful for the
120 At mount time, the two directories given as mount options "lowerdir" and
123 mount -t overlay overlay -olowerdir=/lower,upperdir=/upper,\
228 Mount options:
291 2) task creating the overlay mount MUST NOT gain additional privileges
317 mount -t overlay overlay -olowerdir=/lower,upperdir=/upper,... /merged
322 mount --bind /upper /merged
334 mount -t overlay overlay -olowerdir=/lower1:/lower2:/lower3 /merged
358 parameter metacopy=on/off. Lastly, there is also a per mount option
359 metacopy=on/off to enable/disable this feature per mount.
368 Note: redirect_dir={off|nofollow|follow[*]} and nfs_export=on mount options
378 a very common practice. An overlay mount may use the same lower layer
379 path as another overlay mount and it may use a lower layer path that is
383 another overlay mount is not allowed and may fail with EBUSY. Using
394 With the "inodes index" feature, on the first time mount, an NFS file
397 attribute on the upper layer root directory. On subsequent mount attempts,
400 lower root origin, mount will fail with ESTALE. An overlayfs mount with
406 mount time. So if same upper is mounted with different set of lower, mount
411 to a different machine. With the "inodes index" feature, trying to mount
435 Enabled with the mount option or module option: "redirect_dir=on" or with
443 Enabled with the mount option or module option "index=on" or with the
452 Enabled with the mount option "xino=auto" or "xino=on", with the module
560 verified on mount time to check that upper file handles are not stale.
563 Note: the mount options index=off,nfs_export=on are conflicting for a
564 read-write mount and will result in an error.
567 Volatile mount
570 This is enabled with the "volatile" mount option. Volatile mounts are not
581 volatile mount takes place, all sync functions will return an error. Once this
587 "$workdir/work/incompat/volatile" is created. During next mount, overlay
588 checks for this directory and refuses to mount if present. This is a strong