Advertisement
firedingo

fstab File

Mar 3rd, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #
  2. # /etc/fstab: static file system information
  3. #
  4. # <file system> <dir> <type> <options> <dump> <pass>
  5. # /dev/sda3
  6. UUID=7bccbe03-c74b-45a7-889b-bb91b8a4367c / 1 ext4 $ rw,relatime,data=ordered 0 1
  7.  
  8. # /dev/sda1
  9. UUID=15d4f95a-600d-4d06-bdfe-1651a134b0a9 /boot 2 ext4 $ rw,relatime,data=ordered 0 2
  10.  
  11.  
  12. # /dev/sda4
  13. UUID=df4c601d-4ece-4d76-a447-e088bc068a12 /home 2 ext4 $ rw,relatime,data=ordered 0 2
  14.  
  15.  
  16. # /dev/sda2
  17. UUID=b3cbd831-d37b-4f7c-8e79-44d4ad869b87 none 0 swap $ rw,relatime,data=ordered 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement