Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid' to print the universally unique identifier for a
  4. # device; this may be used with UUID= as a more robust way to name devices
  5. # that works even if disks are added and removed. See fstab(5).
  6. #
  7. # <file system> <mount point> <type> <options> <dump> <pass>
  8. # / was on /dev/sdb1 during installation
  9. UUID=71f315ac-abe7-40ef-a8fd-ddc6fb1b20bd / ext4 errors=remount-ro 0 1
  10. # /SSD was on /dev/sdb2 during installation
  11. UUID=23101665-30b0-4711-a3b5-8a4a45942704 /SSD ext4 defaults 0 2
  12. # /home was on /dev/sda5 during installation
  13. UUID=f5960563-9e57-41b1-bf45-7866b8d737c6 /home ext4 defaults 0 2
  14. # swap was on /dev/sda2 during installation
  15. UUID=4fa605bf-27cc-4790-955d-3933861d2227 none swap sw 0 0
  16.  
  17. #UUID=384A73DB4A73947A /media/papostolou/WDExternal ntfs-3g user,uid=1000,gid=100,dmask=027,fmask=137 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement