You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running this on a raspberry pie, this is the command that is supposed to configure the share:
command: '-s "mnt;/mnt/usb3s2;yes;yes;yes"'
/mnt/usb3s2 is a mounted exFAT SSD drive.
If I try to run the container I get this output from the terminal:
Creating samba ... done
Attaching to samba
samba | mkdir: can't create directory '/mnt/usb3s2': Read-only file system
samba | smbd version 4.14.5 started.
samba | Copyright Andrew Tridgell and the Samba Team 1992-2021
samba | daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
samba | make_connection_snum: canonicalize_connect_path failed for service mnt, path /mnt/usb3s2
samba | make_connection_snum: canonicalize_connect_path failed for service mnt, path /mnt/usb3s2
It appears that the share fails to be recognized because the "usb3s2" directory fails to be created.. but I don't understand why, because this directory is not supposed to be created by the samba server. It already exists, and it's supposed to be accessed only.
The text was updated successfully, but these errors were encountered:
This repository is dead. The author does not support it anymore. You can try to use my fork which comes with the current version of alpine and the current version of samba for it.
Running this on a raspberry pie, this is the command that is supposed to configure the share:
command: '-s "mnt;/mnt/usb3s2;yes;yes;yes"'
/mnt/usb3s2
is a mounted exFAT SSD drive.If I try to run the container I get this output from the terminal:
It appears that the share fails to be recognized because the "usb3s2" directory fails to be created.. but I don't understand why, because this directory is not supposed to be created by the samba server. It already exists, and it's supposed to be accessed only.
The text was updated successfully, but these errors were encountered: