When I run command
Folder is not found but I have this directory
What could be the reason of this behavior?
Code:
root@pve:~# ls -la /tank/nas
ls: cannot access '/tank/nas': No such file or directory
root@pve:~# ls -la /tank
total 12
drwxr-xr-x 3 root root 4096 May 31 2024 .
drwxr-xr-x 19 root root 4096 Feb 13 2024 ..
drwxr-xr-x 5 root root 4096 May 31 2024 pve
Folder is not found but I have this directory
/tank/nas
mounted through mp0: /tank/nas,mp=/mnt/nas
to my LXC container and if I shell it I can see my /mnt/nas
and all files in there. I can copy those and delete and it also SMB those files so I can access those in windows.What could be the reason of this behavior?
Last edited: