fstab 540 B

12345678910111213141516171819
  1. config 'global'
  2. option 'anon_swap' '1'
  3. option 'anon_mount' '0'
  4. option 'auto_swap' '1'
  5. option 'auto_mount' '1'
  6. option 'delay_root' '5'
  7. option 'check_fs' '0'
  8. config 'global' 'automount'
  9. option 'from_fstab' '1'
  10. option 'anon_mount' '0'
  11. ## btrfs is not picked up here, see /opt/lib/scripts/sg-data-mount.sh
  12. config 'mount'
  13. option 'label' 'sg-data'
  14. option 'target' '/www'
  15. option 'enabled' '1'
  16. option 'enabled_fsck' '0'
  17. option 'options' 'rw,noatime,nodiratime,sync'