Bonjour a tous,

Alors voila j'ai un serveur qui possède un partage Samba que j'essaye de mettre en place :

Voila la machine en question avec une identification incorrecte :


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Linux debian 2.6.26-1-orion5x #1 Sat Mar 14 19:17:17 UTC 2009 armv5tel
 
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
 
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Mar 25 18:33:58 2009 from 192.168.0.3
debian:~# smbclient //127.0.0.1/partage_samba -U antoine
Enter antoine's password:
Domain=[KURO_SAMBA] OS=[Unix] Server=[Samba 3.2.5]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
 
Fichier de Configuration :
 
[Global]
server string = Kurobox
workgroup = Workgroup
netbios name = Kuro_Samba
public = yes
encrypt passwords = true
 
[partage_samba]
path = /home/antoine/partage_samba
read only = no
writeable = yes
valid users = antoine
comment = all_my_projects
~
"/etc/samba/smb.conf" 14 lines, 251 characters

et sur mon réseau Windows, je peux entrer dans mon dossier kuro_samba mais je ne peux rien y déposer, n'y y naviguer, n'y rien y faire en fait ...

Donc les questions sont les suivantes :

Pour quelles raisons je ne peux accéder a mon dossier ? ( que ce soit sous Windows ou Debian )
Comment y remédier?
amélioration de mon partage ?

Voila
Merci bien
Antoine