Guest User

Untitled

a guest
Apr 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  4. # for a device; this may be used with UUID= as a more robust way to name
  5. # devices that works even if disks are added and removed. See fstab(5).
  6. #
  7. # <file system> <mount point> <type> <options> <dump> <pass>
  8. proc /proc proc defaults 0 0
  9. # / was on /dev/sda5 during installation
  10. UUID=ba02d790-05d8-4380-9981-d0c4271efeae / ext4 errors=remount-ro 0 1
  11. # swap was on /dev/sda6 during installation
  12. UUID=b05cac1c-97d5-41d4-8f67-2c2054e4b29d none swap sw 0 0
  13. /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
  14.  
  15. # NTFS Drives
  16. /dev/sda3 /media/ntfs-big ntfs defaults 0 0
  17. /dev/sdb /media/ntfs-small ntfs defaults 0 0
Add Comment
Please, Sign In to add comment