Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. cat /mnt/etc/fstab
  2. # /etc/fstab: static file system information.
  3. #
  4. # Use 'blkid' to print the universally unique identifier for a
  5. # device; this may be used with UUID= as a more robust way to name devices
  6. # that works even if disks are added and removed. See fstab(5).
  7. #
  8. # <file system> <mount point> <type> <options> <dump> <pass>
  9. # / was on /dev/sda6 during installation
  10. # UUID=67a29f9c-a8e6-45b3-abb7-aa958a4c1d40 / ext4 errors=remount-ro 0 1
  11. # # /1704 was on /dev/sda1 during installation
  12. # #UUID=4467af8a-774e-4371-8cb8-5cbc01167af9 /1704 ext4 defaults 0 2
  13. # # /home was on /dev/sda8 during installation
  14. # UUID=9d6320c2-d26c-4682-97e5-139dc0a60cda /home ext4 defaults 0 2
  15. # # /tmp was on /dev/sda7 during installation
  16. # UUID=8beb1ee6-9b63-4cc2-8914-9fbbdbfaa515 /tmp ext4 defaults 0 2
  17. # # swap was on /dev/sda5 during installation
  18. # UUID=06cbcd3f-f66b-4924-9065-fd9f6864fae7 none swap sw 0 0
  19.  
  20.  
  21.  
  22.  
  23. UUID=67a29f9c-a8e6-45b3-abb7-aa958a4c1d40 / ext4 errors=remount-ro 0 1
  24. # /home was on /dev/sda8 during installation
  25. UUID=9d6320c2-d26c-4682-97e5-139dc0a60cda /home ext4 defaults 0 2
  26. # /tmp was on /dev/sda7 during installation
  27. UUID=8beb1ee6-9b63-4cc2-8914-9fbbdbfaa515 /tmp ext4 defaults 0 2
  28. #NEW PARTITION 1804
  29. UUID=4467af8a-774e-4371-8cb8-5cbc01167af9 /1704 ext4 defaults 0 2
  30. # swap was on /dev/sda5 during installation
  31. UUID=06cbcd3f-f66b-4924-9065-fd9f6864fae7 none swap sw 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement