You need to add this directive to your mount command:
-o allow_other,uid=1000
Ich habe alle meine FTP-Konten über CurlFTPfs mit der Option allow-others gemountet. Alle Verzeichnisse haben die Berechtigung --- --- rwx (0007) nach dem FTP-Mount mit umask = 0770. Auf diese Weise kann ich mich als anderer Benutzer (als root) in der Shell mit vollem Zugriff anmelden. Es ist jedoch nicht möglich, Dateien über SAMBA zu ändern. Wie mounten Sie die SAMBA-Freigabe, um alle Berechtigungen zu haben? Hier ist meine smb.conf
[global] dos charset=UTF8 unix charset=UTF8 workgroup = PPHU server string = Samba Fileshare running %v security = user unix password sync = no log level = 1 log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 wins support = no name resolve order = host lmhost wins bcast [ftp] comment = FTP path = /mnt/ftp create mask = 777 directory mask = 777
You need to add this directive to your mount command:
-o allow_other,uid=1000