Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 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/sda1 during installation
  9. UUID=756d8efb-7578-4a79-9504-c9b7040bdb83 / ext4 errors=remount-ro 0 1
  10. # swap was on /dev/sda5 during installation
  11. UUID=88d90a2a-a4c9-40bc-8684-db412166d854 none swap sw 0 0
  12.  
  13. /dev/disk/by-uuid/3C6808026807B9A2 /mnt/ntfs-data auto nosuid,nodev,nofail,x-gvfs-show 0 0
  14. /dev/disk/by-uuid/6d354434-ad8c-43ad-a59f-1a12920a489b /mnt/6d354434-ad8c-43ad-a59f-1a12920a489b auto nosuid,nodev,nofail,x-gvfs-show 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement