Advertisement
Guest User

Untitled

a guest
Nov 19th, 2011
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. shenmue@mint ~ $ cat /etc/fstab
  2. # /etc/fstab: static file system information.
  3. #
  4. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  5. # for a device; this may be used with UUID= as a more robust way to name
  6. # devices that works even if disks are added and removed. See fstab(5).
  7. #
  8. # <file system> <mount point> <type> <options> <dump> <pass>
  9. proc /proc proc nodev,noexec,nosuid 0 0
  10. # / was on /dev/sdb2 during installation
  11. UUID=d2a84ec3-d289-40c8-baed-896c58f75d93 / ext4 errors=remount-ro 0 1
  12. # /home was on /dev/sdb1 during installation
  13. UUID=89bcda88-58cf-4757-9626-da664bcae2a3 /home ext4 defaults 0 2
  14. # /mint was on /dev/sda1 during installation
  15. UUID=6d3c9a4a-848d-496c-b16d-529c5cb91cb4 /mint ext4 defaults 0 2
  16. # /windows was on /dev/sdc1 during installation
  17. UUID=747CCC0E7CCBC8D6 /windows ntfs defaults,umask=007,gid=46 0 0
  18. # swap was on /dev/sdb3 during installation
  19. UUID=d156321a-e7cd-47e0-ba99-dfda0a14229f none swap sw 0 0
  20. shenmue@mint ~ $
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement