Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2011
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # <file system> <mount point> <type> <options> <dump> <pass>
  4.  
  5. proc /proc proc nodev,noexec,nosuid 0 0
  6. #Entry for /dev/sda1 :
  7. UUID=de41a9aa-1814-4ef1-b979-919b713a8242 / ext4 errors=remount-ro 0 1
  8.  
  9. #Entry for /dev/sda5 :
  10. UUID=8a57d8cc-f894-4e44-bdf3-15b6eacdb412 none swap sw 0 0
  11.  
  12.  
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement