Advertisement
Guest User

ftab

a guest
Aug 5th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 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=f86d0eed-ccbb-41bc-9277-f02ce3de86e2 / ext4 errors=remount-ro 0 1
  10. # /datos was on /dev/sda9 during installation
  11. UUID=feb3f60b-29a4-4288-ad1b-089301fa8528 /datos ext4 defaults 0 2
  12. # /home was on /dev/sda5 during installation
  13. UUID=13143f55-c152-4abc-8446-52d593710563 /home ext4 defaults 0 2
  14. # /otros was on /dev/sda8 during installation
  15. UUID=918e4a09-1f8e-4d9a-9694-5371fb363efe /otros ext4 defaults 0 2
  16. # /windows was on /dev/sda7 during installation
  17. UUID=8110-6E80 /windows vfat utf8,umask=007,gid=46 0 1
  18. # swap was on /dev/sda6 during installation
  19. UUID=ddc82919-17b4-4379-aec1-230cd11b060c none swap sw 0 0
  20. /dev/disk/by-uuid/269173B00642F99F /datos auto nosuid,nodev,nofail,x-gvfs-show 0 0
  21. LABEL=datos /mnt/datos auto nosuid,nodev,nofail,x-gvfs-show 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement