alex@alex-desktop:~$ cat /etc/fstab
...
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sde1 during installation
# ROOT (SSD)
UUID=cd07c6b8-0143-4ec0-918b-ddf797db1274 / ext4 errors=remount-ro,noatime,commit=98,discard 0 1
# RAM
tmpfs /tmp tmpfs rw,noatime,nosuid,mode=01777,size=4g0 0
tmpfs /var/tmp tmpfs rw,size=2g 00
tmpfs /var/cache/apt/archives tmpfs rw,noatime,nosuid,size=1g 00
# /home was on /dev/sdc1 during installation
# HOME
UUID=427d14fa-2262-48a0-943b-ea2448e25151 /home ext4 defaults,discard,usrjquota=aquota.user,jqfmt=vfsv0 0 2
UUID=7a780315-e60d-4a68-9f17-bbff18505e3b /home/@users ext4 defaults,noatime,commit=107,x-systemd.requires-mounts-for=/home 0 2
# STORAGE
UUID=f66a9673-4176-49d8-af1b-49558839df69 /mnt/dev/storage ext4 defaults,noatime,commit=116 0 2
#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=alex:marianna,force-group=users,x-systemd.requires-mounts-for=/mnt/dev/storage 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,x-systemd.requires-mounts-for=/home,x-systemd.requires-mounts-for=/home/@users 0 0
Последняя строка.
В dmesg:
[ 9.790789] systemd-fstab-generator[301]: Failed to create mount unit file /run/systemd/generator/home-\x40users.mount, as it already exists. Duplicate entry in /etc/fstab?