Guest User

Untitled

a guest
Jul 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. /etc/fstab: static file system information.
  2. #
  3. # Use 'vol_id --uuid' 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. # / was on /dev/sda1 during installation
  10. UUID=32649042-9149-4a4f-8dd0-19f943140c74 / ext3 relatime,errors=remount-ro 0 1
  11. # swap was on /dev/sda5 during installation
  12. /dev/sda2 none swap sw 0 0
  13. /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Add Comment
Please, Sign In to add comment