Advertisement
Guest User

fstab

a guest
Jan 7th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 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=ab8fba5f-5dbc-4460-92a0-7cb869a0781e / ext4 errors=remount-ro 0 1
  8. #Entry for /dev/sdb1 :
  9. UUID=22AA2DD8AA2DA8ED /media ntfs-3g defaults,locale=en_US.UTF-8 0 0
  10. #Entry for /dev/sda5 :
  11. UUID=08501469-4880-4b60-a802-7ff8b778b516 none swap sw 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement