Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 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. proc /proc proc nodev,noexec,nosuid 0 0
  9. # / was on /dev/sdc1 during installation
  10. UUID=ff608e94-728a-47f1-acc7-b0c30baa1b45 / ext4 noatime,discard,errors=remount-ro 0 1
  11. # swap was on /dev/sdc5 during installation
  12. UUID=39e9a243-d532-42aa-950b-74eccea96c5c none swap sw 0 0
  13. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  14.  
  15.  
  16. $ sudo blkid
  17. /dev/sda1: UUID="e284a386-76f3-440d-b955-b36ed0bec320" TYPE="ext4" PARTUUID="7668a762-01"
  18. /dev/sda5: UUID="4f81c3ec-7991-41d7-b6b2-89bdd53bc38f" TYPE="ext4" PARTUUID="7668a762-05"
  19. /dev/sda6: UUID="f69949df-809f-4645-972f-373b98109d72" SEC_TYPE="ext2" TYPE="ext3" PARTUUID="7668a762-06"
  20. /dev/sda7: UUID="b67c2a5d-7b3f-4212-b813-aacd33b1bd04" TYPE="swap" PARTUUID="7668a762-07"
  21. /dev/sda8: UUID="6e2396e5-851c-4557-a989-839d0dce4970" TYPE="reiserfs" PARTUUID="7668a762-08"
  22. /dev/sdb1: UUID="ff608e94-728a-47f1-acc7-b0c30baa1b45" TYPE="ext4" PARTUUID="0003862e-01"
  23. /dev/sdb5: UUID="39e9a243-d532-42aa-950b-74eccea96c5c" TYPE="swap" PARTUUID="0003862e-05"
  24. /dev/sdc1: LABEL="backup" UUID="0a28f6fb-b6c0-4182-8955-d3e89d2f3c46" TYPE="ext4" PARTUUID="00019be7-01"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement