Advertisement
Guest User

Untitled

a guest
Nov 19th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. maksim@maksim:~$ cat /etc/fstab
  2. # /etc/fstab: static file system information.
  3. #
  4. # Use 'blkid' to print the universally unique identifier for a
  5. # device; this may be used with UUID= as a more robust way to name devices
  6. # that works even if disks are added and removed. See fstab(5).
  7. #
  8. # <file system> <mount point> <type> <options> <dump> <pass>
  9. # / was on /dev/sda1 during installation
  10. UUID=1004bb06-7aef-436e-9273-eacfcd7f311c / ext4 errors=remount-ro 0 1
  11. # swap was on /dev/sda5 during installation
  12. UUID=49950cfd-3423-4499-a598-40bf786fee05 none swap sw 0 0
  13. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  14. /dev/disk/by-id/usb-_USB_DISK_2.0_201311121047339000000011-0:0 /mnt/usb-_USB_DISK_2.0_201311121047339000000011-0:0 auto nosuid,nodev,nofail,noauto,x-gvfs-show 0 0
  15. /dev/disk/by-id/usb-Generic_Flash_Disk_CCBB1103131147240183909303-0:0-part1 /mnt/usb-Generic_Flash_Disk_CCBB1103131147240183909303-0:0-part1 auto nosuid,nodev,nofail,x-gvfs-show 0 0
  16. /dev/disk/by-id/usb-Generic_Flash_Disk_CCBB1103131147240183909303-0:0 auto nosuid,nodev,nofail,noauto 0 0
  17. maksim@maksim:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement