Salut
J'ai 2 PC sous debian et je souhaiterais faire un partage samba (PC1: server, PC2: client)
Sur le PC1 dans smb.conf j'ai mis ceci
[autoTest_Project]
comment = Projet test automatisé
path = /home/samba/testAuto
public = yes
read only = no
browseable = yes
guest ok = yes
writeable = yes
create mask = 0777
directory mask = 0777
Sur le PC2 dans le fstab j'ai mis ceci
//192.168.1.100/autoTest_Project /home/pillonn1/testAuto cifs defaults,username=samba,password=samba 0 0
Si sur le PC 2 je fais un touch tata j'ai l'erreur suivante:
touch: impossible de faire un touch « tata »: Permission non accordée
Cependant si je fais un "ls" par la suite j'ai le fichier tata qui apparait ?!
Je trouve ça plutôt louche....
Quelqu'un pourrait il m'aidé à avoir un partage correct svp ?
Merci