Closed JaneX8 closed 2 months ago
This is likely a permission issue.
Check that files on the mounted disk are accessible by 1000:1000
, which is the UID and GID (User ID and Group ID) of the Linsk SMB user.
You can use this one-liner to fix permissions (to be executed in run --debug-shell
as root):
chown -R 1000:1000 /mnt
This is likely a permission issue.
Check that files on the mounted disk are accessible by
1000:1000
, which is the UID and GID (User ID and Group ID) of the Linsk SMB user.You can use this one-liner to fix permissions (to be executed in
run --debug-shell
as root):chown -R 1000:1000 /mnt
Thank worked. Thank you.
But mapping in Windows 11 results in the following error:
I've also run
--vm-debug
andfindmnt
but the mount seemed to have worked fine inside the container. And I can ping the IPv6 from the host to the VM as well. I don't understand what goes wrong, also I tried using FTP using FileZilla client instead which resulted in the following: