Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


[SOLVED] Permission problems with 8.xx
#6
Even with sudo you can't write to the drive?
Try the mount manually with rw and userid=Guest

Samba shares are specified in the file /etc/samba/smb.conf. 

Default access control for each share is:
read only = No
guest ok = Yes

And the SMB server proxies as root to access whats behind a share
guest account = root

Code:
pi@moode:~ $ cat /etc/samba/smb.conf
[global]
server string = Moode SMB Server
multicast dns register = no
security = User
map to guest = Bad User
guest account = root
log level = 0
load printers = No
printcap name = /dev/null
disable spoolss = Yes
printing = bsd
preferred master = No
local master = No
domain master = No
dns proxy = No
create mask = 0775
directory mask = 0775
browseable = Yes
veto files = /._*/.DS_Store/
delete veto files = yes
[NAS]
comment = NAS Shares
path = /mnt/NAS
read only = No
guest ok = Yes
[Playlists]
comment = Playlist Directory
path = /var/lib/mpd/playlists
read only = No
guest ok = Yes
[SDCard]
comment = SDCARD Storage
path = /mnt/SDCARD
read only = No
guest ok = Yes
[VFAT128]
comment = USB Storage
path = /media/VFAT128
read only = No
guest ok = Yes
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 09:37 AM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 09:46 AM
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 10:16 AM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 10:24 AM
RE: Permission problems with 8.xx - by Nutul - 10-05-2022, 11:22 AM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 03:19 PM
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 10:55 AM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 03:05 PM
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 03:35 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 04:20 PM
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 04:38 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 04:49 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 03:31 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 04:41 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 05:24 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 04:26 PM
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 04:53 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 05:05 PM
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 05:35 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 05:53 PM
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 06:00 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 06:13 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-06-2022, 04:18 PM
RE: Permission problems with 8.xx - by Tim Curtis - 10-06-2022, 06:03 PM
RE: Permission problems with 8.xx - by Nutul - 10-06-2022, 06:54 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-07-2022, 07:43 AM
RE: Permission problems with 8.xx - by Phosphoric - 10-07-2022, 08:10 AM
RE: Permission problems with 8.xx - by Phosphoric - 10-07-2022, 07:53 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-08-2022, 04:46 PM

Forum Jump: