Advertisement
Guest User

Untitled

a guest
Sep 7th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. daniel@daniel-xubuntu:~$ cat /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/sda1 during installation
  10. UUID=32a7730a-1fcb-4ba6-8dd7-f7a7e08f1247 / ext4 errors=remount-ro 0 1
  11. # /home was on /dev/sda6 during installation
  12. UUID=592b0b17-1ed0-488e-9dbf-614d987a73d0 /home ext4 defaults 0 2
  13. # /usr was on /dev/sda5 during installation
  14. UUID=6aa1d6d4-eb55-419b-a11f-4475028c2f83 /usr ext4 defaults 0 2
  15. # swap was on /dev/sda7 during installation
  16. UUID=8dc91bb8-04c7-4e94-aaa3-97a9d6db843b none swap sw 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement