# /etc/fstab: static file system information. # # Use 'blkid -o value -s UUID' to print the universally unique identifier # for a device; this may be used with UUID= as a more robust way to name # devices that works even if disks are added and removed. See fstab(5). # # proc /proc proc defaults 0 0 # / was on /dev/sdb2 during installation UUID=c8d71131-35d1-46a3-9b89-40b80d0f1883 / ext4 noatime,errors=remount-ro,nodelalloc 0 1 # /boot was on /dev/sdb1 during installation UUID=fc9bfc73-dc41-4285-b6d5-e539a68595d3 /boot ext2 noatime 0 2 # swap was on /dev/sda4 during installation #UUID=b8547496-02e4-49e1-9b2a-1fc8879ff21a none swap sw 0 0 /swapfile.dat swap swap defaults 0 0 # /home/user usertmp /home/user_tmpfs tmpfs rw,user,exec,mode=0700,uid=1000,gid=1000 0 0 unionfs-fuse#/home/user_tmpfs=rw:/home/user_persist=ro /home/user fuse cow,allow_other,uid=1000,gid=1000,nonempty 0 0 /home/user_files /home/user/files none bind 0 0