Advertisement
Guest User

fstab

a guest
Jun 5th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. cristobal@cristobal-G73Jh:~$ cat /etc/fstab
  2. # /etc/fstab: static file system information.
  3. #
  4. # <file system> <mount point> <type> <options> <dump> <pass>
  5.  
  6. proc /proc proc nodev,noexec,nosuid 0 0
  7. #Entry for /dev/sda1 :
  8. UUID=578cbe0d-f8e0-4afc-97cf-9cb80372a95f / ext4 discard,noatime,errors=remount-ro 01
  9. #Entry for /dev/sdb2 :
  10. UUID=18AEEED8AEEEAD86 /media/ACER ntfs-3g defaults,locale=en_US.UTF-8 0 0
  11. #Entry for /dev/mapper/cryptswap1 :
  12. UUID=8c2cd655-146b-4c60-864a-588184951bd4 none swap sw 0 0
  13.  
  14. #UUID=9bf4f8fc-afd6-494f-b4d6-58d6e447af56 none swap sw 0 0
  15.  
  16. cristobal@cristobal-G73Jh:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement