Advertisement
TehnoZet2

fstab 1

Feb 11th, 2021
1,908
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. config 'global'
  2. option anon_swap '0'
  3. option anon_mount '1'
  4. option auto_swap '1'
  5. option auto_mount '1'
  6. option delay_root '5'
  7. option check_fs '0'
  8. option from_fstab '1'
  9.  
  10. config 'swap'
  11. option label 'swap'
  12. option enabled '1'
  13.  
  14. config 'mount'
  15. option target '/overlay'
  16. option device /dev/sda2
  17. option fstype ext4
  18. option enabled '1'
  19.  
  20. config 'mount'
  21. option target '/mr3020'
  22. option device /dev/sda3
  23. option fstype ext4
  24. option enabled '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement