Advertisement
Guest User

/etc/fstab

a guest
Apr 29th, 2016
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. # <file system> <mount point> <type> <options> <dump> <pass>
  2. # / was on /dev/sda1 during installation
  3. UUID=2302292b-7025-4775-be91-7d30b987bdae / ext4 errors=remount-ro 0 1
  4. # /home was on /dev/sda8 during installation
  5. UUID=b59127cc-2884-4cbc-aff3-7a6de40088b8 /home ext4 defaults 0 2
  6. # /tmp was on /dev/sda7 during installation
  7. UUID=a04cce51-4403-42fb-a3dc-5625ce771353 /tmp ext4 defaults 0 2
  8. # /var was on /dev/sda5 during installation
  9. UUID=b1248529-456c-4035-8356-aa790b00d23e /var ext4 defaults 0 2
  10. # swap was on /dev/sda6 during installation
  11. UUID=588fb0bb-a190-4a7e-b9ea-558ee11f045f none swap sw 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement