Guest User

Untitled

a guest
Nov 2nd, 2014
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid' 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. # Физические винты
  9. UUID=837bbc17-6cd4-4025-a852-6cbca63600c8 / ext4 errors=remount-ro,noatime,commit=100 0 1
  10. UUID=d3120e12-4dfe-4d3c-bc6b-50b948f7447f /mnt/dev/storage ext4 defaults,noatime,commit=117 0 2
  11. UUID=9b69900d-5810-4c36-a89f-19f6da87df0c /mnt/dev/backups ext4 defaults,noatime,commit=31 0 2
  12. # ssd
  13. UUID=b26be618-752f-480d-9de2-eef356fb2796 /usr btrfs subvol=usr,noatime,ssd,ssd_spread,space_cache,inode_cache,discard 0 0
  14. UUID=b26be618-752f-480d-9de2-eef356fb2796 /opt btrfs subvol=opt,noatime,ssd,ssd_spread,space_cache,inode_cache,discard 0 0
  15. UUID=b26be618-752f-480d-9de2-eef356fb2796 /mnt/dev/ignition btrfs noatime,compress=lzo,ssd,ssd_spread,space_cache,inode_cache,discard 0 0
  16.  
  17.  
  18. # Ram-диски
  19. tmpfs /tmp tmpfs rw,noatime,nosuid,mode=01777,size=8g 0 0
  20. tmpfs /var/tmp tmpfs rw,size=2g 0 0
  21. tmpfs /var/cache/apt/archives tmpfs rw,noatime,nosuid,size=1g 0 0
  22. # System mount in tmpfs:
  23. #tmpfs /run tmpfs rw,noexec,nosuid,size=10%,mode=0755 0 0
  24. #tmpfs /run/lock tmpfs rw,noexec,nosuid,nodev,size=5242880 0 0
  25. #tmpfs /run/shm tmpfs rw,nosuid,nodev 0 0
  26. #tmpfs /run/user tmpfs rw,noexec,nosuid,nodev,size=104857600,mode=0755 0 0
  27.  
  28. # Хомяк
  29. UUID=cdc8422e-f1d1-4b42-a769-7106a6776466 /home ext4 defaults,noatime,commit=130 0 2
  30.  
  31. # user1000 (1000:1000)
  32. LABEL=user1000 /home/user1000 ext4 defaults,noatime,commit=120 0 2
  33. tmpfs /home/user1000/.thumbnails tmpfs defaults,uid=1000,gid=1000,size=134217728 0 0
  34. /mnt/dev/ignition/home/user1000/.config /home/user1000/.config none bind 0 0
  35. /mnt/dev/ignition/home/user1000/.gconf /home/user1000/.gconf none bind 0 0
  36. /mnt/dev/ignition/home/user1000/.icons /home/user1000/.icons none bind 0 0
  37. /mnt/dev/ignition/home/user1000/.komodo /home/user1000/.komodo none bind 0 0
  38. /mnt/dev/ignition/home/user1000/.komodoedit /home/user1000/.komodoedit none bind 0 0
  39. /mnt/dev/ignition/home/user1000/.local /home/user1000/.local none bind 0 0
  40. /mnt/dev/ignition/home/user1000/.opera /home/user1000/.opera none bind 0 0
  41. /mnt/dev/ignition/home/user1000/.operes /home/user1000/.operes none bind 0 0
  42.  
  43. # user1001 (1001:1001)
  44. LABEL=user1001 /home/user1001 ext4 defaults,noatime,commit=120 0 2
  45. tmpfs /home/user1001/.thumbnails tmpfs defaults,uid=1001,gid=1001,size=134217728 0 0
  46.  
  47. # user1002 (1002:1002)
  48. LABEL=user1002 /home/user1002 ext4 defaults,noatime,commit=120 0 2
  49. tmpfs /home/user1002/.thumbnails tmpfs defaults,uid=1002,gid=1002,size=134217728 0 0
  50.  
  51. #FUSE
  52. bindfs#/mnt/dev/storage /mnt/storage fuse create-as-mounter,create-for-group=users,create-with-perms=u=rwD:g=rD:o-rwx,chmod-filter=g-w:o-rwx,perms=u=rwD:g=rD:o-rwx,mirror=user1000:user1001,force-group=users 0 0
  53. bindfs#/home/@users /home/@users fuse create-as-mounter,create-for-group=users,create-with-perms=ug=rwD:o-rwx,chmod-filter=o-rwx,perms=ug+rwD:o-rwx,mirror=@users,force-group=users 0 0
Advertisement
Add Comment
Please, Sign In to add comment