Winxp share on Samba 4.2.14-Debian (10.0.0.6) not allowing guest write acces
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Winxp guest cannot create files or folders on shared samba drive.
How can I fix it? I get "access denied" and sudo chown does not change permissions.
Here is fat32 SD card fstab:
/dev/mmcblk0p1 /media/card auto auto,rw,async,user,nofail 0 0
Here is testparm sections:
[global]
server role = standalone server
security = USER
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Entersnews*spassword:* %nn *Retypesnews*spassword:* %nn *passwordsupdatedssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
preferred master = Yes
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
idmap config * : backend = tdb
[share]
comment = Samba share
path = /media
read only = No
create mask = 0775
directory mask = 0775
guest ok = Yes
c-:
samba fstab
add a comment |Â
up vote
1
down vote
favorite
Winxp guest cannot create files or folders on shared samba drive.
How can I fix it? I get "access denied" and sudo chown does not change permissions.
Here is fat32 SD card fstab:
/dev/mmcblk0p1 /media/card auto auto,rw,async,user,nofail 0 0
Here is testparm sections:
[global]
server role = standalone server
security = USER
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Entersnews*spassword:* %nn *Retypesnews*spassword:* %nn *passwordsupdatedssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
preferred master = Yes
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
idmap config * : backend = tdb
[share]
comment = Samba share
path = /media
read only = No
create mask = 0775
directory mask = 0775
guest ok = Yes
c-:
samba fstab
mount/dev/mmcblk0p1
with optionmode=0777
.
â Ipor Sircer
Nov 4 '17 at 21:42
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Winxp guest cannot create files or folders on shared samba drive.
How can I fix it? I get "access denied" and sudo chown does not change permissions.
Here is fat32 SD card fstab:
/dev/mmcblk0p1 /media/card auto auto,rw,async,user,nofail 0 0
Here is testparm sections:
[global]
server role = standalone server
security = USER
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Entersnews*spassword:* %nn *Retypesnews*spassword:* %nn *passwordsupdatedssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
preferred master = Yes
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
idmap config * : backend = tdb
[share]
comment = Samba share
path = /media
read only = No
create mask = 0775
directory mask = 0775
guest ok = Yes
c-:
samba fstab
Winxp guest cannot create files or folders on shared samba drive.
How can I fix it? I get "access denied" and sudo chown does not change permissions.
Here is fat32 SD card fstab:
/dev/mmcblk0p1 /media/card auto auto,rw,async,user,nofail 0 0
Here is testparm sections:
[global]
server role = standalone server
security = USER
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Entersnews*spassword:* %nn *Retypesnews*spassword:* %nn *passwordsupdatedssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
preferred master = Yes
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
idmap config * : backend = tdb
[share]
comment = Samba share
path = /media
read only = No
create mask = 0775
directory mask = 0775
guest ok = Yes
c-:
samba fstab
asked Nov 4 '17 at 21:01
skvery
1367
1367
mount/dev/mmcblk0p1
with optionmode=0777
.
â Ipor Sircer
Nov 4 '17 at 21:42
add a comment |Â
mount/dev/mmcblk0p1
with optionmode=0777
.
â Ipor Sircer
Nov 4 '17 at 21:42
mount
/dev/mmcblk0p1
with option mode=0777
.â Ipor Sircer
Nov 4 '17 at 21:42
mount
/dev/mmcblk0p1
with option mode=0777
.â Ipor Sircer
Nov 4 '17 at 21:42
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f402552%2fwinxp-share-on-samba-4-2-14-debian-10-0-0-6-not-allowing-guest-write-acces%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
mount
/dev/mmcblk0p1
with optionmode=0777
.â Ipor Sircer
Nov 4 '17 at 21:42