LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   No write permitions :( (https://www.linuxquestions.org/questions/linux-networking-3/no-write-permitions-181219/)

Exio 05-13-2004 06:25 PM

No write permitions :(
 
OK i can now see my share in windows and linux under the usert exio. But i still do not have write permitions.

the share in smb:

[data]
comment = Nick's Service
path = /data/Data
read only = no
writable = yes
public = yes
write list = exio

Any ideas as to why i do not have wright permitions???

Cheers, Nick.

AltF4 05-13-2004 07:22 PM

probably /data/Data does not have write permissions for your samba user

Exio 05-14-2004 04:59 AM

ok, do u know how to to allow access????

AltF4 05-14-2004 08:19 PM

the easiest test (though insecure) is to use chmod

chmod 777 /data/Data

allows full access to everyone

Exio 05-15-2004 07:33 AM

hmm i really dont want every on the network to have full access!!! :(

Exio 05-15-2004 07:52 AM

when i try and access the share in linux im loged on as exio
also when in windows im logen on as exio!!!!

MS3FGX 05-16-2004 01:44 AM

When you are logged onto the Linux machine with the user Exio, can you write to "/data/Data" (not through Samba, just on the local machine)?

Exio 05-16-2004 08:04 AM

no i dont :(

exio@Server:/data/data$ rm -rf New\ Folder/
rm: cannot remove `New Folder//testdir.tmp': Read-only file system

fstab..
/dev/hdd5 /data vfat defaults,uid=1000 1 0

the file system is fat32, also what do '1 0' mean i have also tryed '0 0 & 1 1' un benone to what they do...

help :(

Exio 05-16-2004 05:10 PM

OK, i have sorted the write permition on the hdd itself, now i have write permitions to the share from windows but not linux.

here is the mount command i use to mount the
smbmount \\\\192.168.0.1\\data /home/exio/fileserver -o username=exio workgroup=sxpb

*****smb.cof*******
[global]

workgroup = SXPB
server string = Samba Server
log file = /var/log/samba.%m
max log size = 50
security = exio
encrypt passwords = yes
ssl CA certDir = /etc/ssl/certs
socket options = TCP_NODELAY
smb passwd file = /etc/samba/smbpasswd

[data]
comment = Nick's Service
path = /data/nick
read only = no
writable = yes
public = yes
write list = exio
********************8
i dont know if i need all them... e.g do i need 'read only' if i have 'writable' or 'public'...

any ideas y i do not have write permition under linux????

Manny Manny thanks, Nick.


All times are GMT -5. The time now is 06:21 PM.