[clug] Permissionproblem with samba share

zeezam j.hogdahl at gmail.com
Thu Jul 31 04:49:46 GMT 2008


Have installed Ubuntu 7.10 server with smbclient and swat so I can share
within my homelan.
I try to make it read and writeable for everybody but I can't access the
computer at all.

Here is my settings atm;

[b]smb.conf[/b]
# Samba config file created using SWAT
# from 192.168.0.3 (192.168.0.3)
# Date: 2008/07/31 00:38:50

[global]
	workgroup = MSHOME
	server string = %h server (NAS)
	security = SHARE
	encrypt passwords = No
	obey pam restrictions = Yes
	passdb backend = tdbsam
	passwd program = /usr/bin/passwd %u
	passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n
*passwd:*password\supdated\ssuccessfully* .
	log file = /var/log/samba/log.%m
	max log size = 1000
	dns proxy = No
	panic action = /usr/share/samba/panic-action %d

[printers]
	comment = All Printers
	path = /var/spool/samba
	read only = No
	create mask = 0700
	guest ok = Yes
	printable = Yes
	browseable = No

[print$]
	comment = Printer Drivers
	path = /var/lib/samba/printers
	guest ok = Yes

[media]
	path = /media/store
	admin users = root
	force user = nobody
	force group = nogroup
	read only = No
	acl check permissions = No
	create mask = 0777
	force create mode = 0777
	force security mode = 0777
	directory mask = 0777
	force directory mode = 0777
	force directory security mode = 0777
	guest only = Yes
	guest ok = Yes
	case sensitive = No
	short preserve case = No
	hide dot files = No
	blocking locks = No
	locking = No
	posix locking = No
	volume = /dev/sda3
	fstype = NTFS-3g
	set directory = Yes

My NTFS mount in fstab which is the share:
/dev/sda3  /media/store ntfs-3g defaults 0 0

It's maybe the permission to the partition.
Tried with chmod 777 /media/store but the permission is still nothing for
"everybody":

drwxrwx--- 1 root plugdev 4096 2008-07-26 03:27 /media/store
-- 
View this message in context: http://www.nabble.com/Permissionproblem-with-samba-share-tp18747692p18747692.html
Sent from the Samba - linux mailing list archive at Nabble.com.



More information about the linux mailing list