Advertisement
Guest User

Untitled

a guest
Jul 6th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  4. # for a device; this may be used with UUID= as a more robust way to name
  5. # devices 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/sda1 during installation
  10. UUID=eb059ea8-1fbd-41d2-b2c2-9f808f3cbcf4 / ext4 errors=remount-ro 0 1
  11. # /home was on /dev/sda6 during installation
  12. UUID=9a942dda-a501-4406-9754-fafad8f597fd /home ext4 defaults 0 2
  13. # swap was on /dev/sda5 during installation
  14. UUID=e82b6e6e-2f49-42b0-8837-db3b6a4f75c9 none swap sw 0 0
  15. //UBUNTU-DESKTOP/lagring0 /media/UBUNTU-DESKTOP/lagring0 smbfs username=*****,password=****,auto,user 0 0
  16. //UBUNTU-DESKTOP/lagring1 /media/UBUNTU-DESKTOP/lagring1 smbfs username=*****,password=****,auto,user 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement