hi all
for some reason my mount in fstab that i have is working to mount all my shares exept one , well it does mount it but the folders are now showing as the “run” icon and the “kind” is “unknown”.
i have tried removing the mount from fstab and restart and then adding again and restart but still it persists … wiered thing is if i type out the share path in my window manager it brings it up as it should no problem but that is if i use smb and not nfs. in my fstab it is all mounted as nfs.
any ideas?
my fstab
#
UUID=6ff6ad6d-f310-4764-873e-89b7884e38ec / ext4 defaults,noatime 0 1
UUID=9d0940fc-7903-40c0-aab0-7ad78aca66bd /mnt/ ext4 rw,auto,user,suid,exec 0 0
192.168.2.154:/export/Music /home/angelus/Music/ nfs x-systemd.automount,x-systemd.device-timeout=10,timeo=14,x-systemd.idle-timeout=1min 0 0
192.168.2.154:/export/Series_End /home/angelus/Series_End/ nfs x-systemd.automount,x-systemd.device-timeout=10,timeo=14,x-systemd.idle-timeout=1min 0 0
192.168.2.154:/export/Series_Running /home/angelus/Series_Running/ nfs x-systemd.automount,x-systemd.device-timeout=10,timeo=14,x-systemd.idle-timeout=1min 0 0
example of folder :-/ under /home/angelus/Music/
on my server which has omv on it
drwxrwsr–+ 21 Angelus users 4096 Apr 7 14:53 ‘Bump Collection’
on server
:/export/Music# id Angelus
uid=1001(Angelus) gid=100(users) groups=100(users),4(adm)
on server
/etc/exports: the access control list for filesystems which may be exported
to NFS clients. See exports(5).
/export/Music 192.168.2.150(fsid=1,rw,subtree_check,insecure)
/export/Series_End 192.168.2.150(fsid=2,rw,subtree_check,insecure)
/export/Series_Running 192.168.2.150(fsid=3,rw,subtree_check,insecure)
on server
/proc/fs/nfs/exports
Path Client(Flags) # IPs
/export/Series_Running 192.168.2.150(rw,insecure,root_squash,sync,wdelay,fsid=3,uuid=b7208b93:6e6f44fe:8933789c:94e6c649,sec=1)
/export/Music 192.168.2.150(rw,insecure,root_squash,sync,wdelay,fsid=1,uuid=b7208b93:6e6f44fe:8933789c:94e6c649,sec=1)
/export/Series_End 192.168.2.150(rw,insecure,root_squash,sync,wdelay,fsid=2,uuid=b7208b93:6e6f44fe:8933789c:94e6c649,sec=1)
/export 192.168.2.150(ro,root_squash,sync,wdelay,no_subtree_check,fsid=0,uuid=e6583d44:b94640b2:b8506a1d:a950a134,sec=1)