Advertisement
Guest User

Untitled

a guest
Nov 26th, 2012
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 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 defaults 0 0
  9. /dev/mapper/OS-sys / ext4 errors=remount-ro 0 1
  10. # /boot was on /dev/sda2 during installation
  11. UUID=9b80a616-5afc-4c53-81db-32da40e57583 /boot ext2 defaults 0 0
  12. /dev/mapper/OS-log /var/log ext4 defaults 0 2
  13. # swap was on /dev/sda3 during installation
  14. UUID=9b3799e6-37b4-4c68-86ba-1e4419de69e6 none swap sw 0 0
  15. # swap was on /dev/sdb1 during installation
  16. UUID=9e44b6b4-e537-4ad0-9f57-9e99e2e7893b none swap sw 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement