Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # /etc/fstab: static file system information.
- #
- # Use 'blkid' 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).
- #
- # <file system> <mount point> <type> <options> <dump> <pass>
- # Физические винты
- UUID=837bbc17-6cd4-4025-a852-6cbca63600c8 / ext4 errors=remount-ro,noatime,commit=100 0 1
- UUID=d3120e12-4dfe-4d3c-bc6b-50b948f7447f /mnt/dev/storage ext4 defaults,noatime,commit=117 0 2
- UUID=9b69900d-5810-4c36-a89f-19f6da87df0c /mnt/dev/backups ext4 defaults,noatime,commit=31 0 2
- # ssd
- UUID=b26be618-752f-480d-9de2-eef356fb2796 /usr btrfs subvol=usr,noatime,ssd,ssd_spread,space_cache,inode_cache,discard 0 0
- UUID=b26be618-752f-480d-9de2-eef356fb2796 /opt btrfs subvol=opt,noatime,ssd,ssd_spread,space_cache,inode_cache,discard 0 0
- UUID=b26be618-752f-480d-9de2-eef356fb2796 /mnt/dev/ignition btrfs noatime,compress=lzo,ssd,ssd_spread,space_cache,inode_cache,discard 0 0
- # Ram-диски
- tmpfs /tmp tmpfs rw,noatime,nosuid,mode=01777,size=8g 0 0
- tmpfs /var/tmp tmpfs rw,size=2g 0 0
- tmpfs /var/cache/apt/archives tmpfs rw,noatime,nosuid,size=1g 0 0
- # System mount in tmpfs:
- #tmpfs /run tmpfs rw,noexec,nosuid,size=10%,mode=0755 0 0
- #tmpfs /run/lock tmpfs rw,noexec,nosuid,nodev,size=5242880 0 0
- #tmpfs /run/shm tmpfs rw,nosuid,nodev 0 0
- #tmpfs /run/user tmpfs rw,noexec,nosuid,nodev,size=104857600,mode=0755 0 0
- # Хомяк
- UUID=cdc8422e-f1d1-4b42-a769-7106a6776466 /home ext4 defaults,noatime,commit=130 0 2
- # user1000 (1000:1000)
- LABEL=user1000 /home/user1000 ext4 defaults,noatime,commit=120 0 2
- tmpfs /home/user1000/.thumbnails tmpfs defaults,uid=1000,gid=1000,size=134217728 0 0
- /mnt/dev/ignition/home/user1000/.config /home/user1000/.config none bind 0 0
- /mnt/dev/ignition/home/user1000/.gconf /home/user1000/.gconf none bind 0 0
- /mnt/dev/ignition/home/user1000/.icons /home/user1000/.icons none bind 0 0
- /mnt/dev/ignition/home/user1000/.komodo /home/user1000/.komodo none bind 0 0
- /mnt/dev/ignition/home/user1000/.komodoedit /home/user1000/.komodoedit none bind 0 0
- /mnt/dev/ignition/home/user1000/.local /home/user1000/.local none bind 0 0
- /mnt/dev/ignition/home/user1000/.opera /home/user1000/.opera none bind 0 0
- /mnt/dev/ignition/home/user1000/.operes /home/user1000/.operes none bind 0 0
- # user1001 (1001:1001)
- LABEL=user1001 /home/user1001 ext4 defaults,noatime,commit=120 0 2
- tmpfs /home/user1001/.thumbnails tmpfs defaults,uid=1001,gid=1001,size=134217728 0 0
- # user1002 (1002:1002)
- LABEL=user1002 /home/user1002 ext4 defaults,noatime,commit=120 0 2
- tmpfs /home/user1002/.thumbnails tmpfs defaults,uid=1002,gid=1002,size=134217728 0 0
- #FUSE
- 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
- 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