Guest User

Untitled

a guest
Nov 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1.  
  2. sjefen6@monolitten:/boot/grub$ cat /etc/fstab
  3. # /etc/fstab: static file system information.
  4. #
  5. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  6. # for a device; this may be used with UUID= as a more robust way to name
  7. # devices that works even if disks are added and removed. See fstab(5).
  8. #
  9. # <file system> <mount point> <type> <options> <dump> <pass>
  10. proc /proc proc nodev,noexec,nosuid 0 0
  11. /dev/mapper/monolitten-root / ext4 errors=remount-ro 0 1
  12. /dev/sda1 /boot ext2 defaults 0 2
  13. /dev/mapper/monolitten-swap_1 none swap sw 0 0
  14. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
Add Comment
Please, Sign In to add comment