Bonjour,

Comme commencé dans un autre sujet, j'ai un problème pour me connecter sur le DD externe (192.168.1.253) branché à ma bbox(192.168.1.254). Seulement, cela fonctionne sans problème sous f15 !
Voici quelques infos :
[root@localhost ~]# findsmb 192.168.1.253

                                *=DMB
                                +=LMB
IP ADDR         NETBIOS NAME     WORKGROUP/OS/VERSION 
---------------------------------------------------------------------
192.168.1.253   BBOX          +[WORKGROUP] [Unix] [Samba 2.2.12]
[root@localhost ~]# smbclient -L 192.168.1.253
Enter root's password: 
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 2.2.12]

	Sharename       Type      Comment
	---------       ----      -------
cli_rpc_pipe_open_noauth: rpc_pipe_bind for pipe \srvsvc failed with error NT_STATUS_IO_DEVICE_ERROR
Error returning browse list: NT_STATUS_UNSUCCESSFUL
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 2.2.12]

	Server               Comment
	---------            -------

	Workgroup            Master
Au niveau des versions des softs :

[root@localhost ~]# rpm -qa | grep smb
libsmbclient-3.6.1-75.fc16.x86_64
gvfs-smb-1.10.1-2.fc16.x86_64
python-smbc-1.0.11-1.fc16.x86_64
[root@localhost ~]# rpm -qa | grep samba
samba-winbind-clients-3.6.1-75.fc16.x86_64
samba-client-3.6.1-75.fc16.x86_64
samba-3.6.1-75.fc16.x86_64
samba-common-3.6.1-75.fc16.x86_64
Et sous f15 :
[root@Leela ~]# rpm -qa | grep smb
python-smbc-1.0.11-1.fc15.i686
libsmbclient-3.5.11-71.fc15.1.i686
gvfs-smb-1.8.2-1.fc15.i686
[root@Leela ~]# rpm -qa | grep samba
samba-winbind-clients-3.5.11-71.fc15.1.i686
Là j'avoue, je suis perturbé...
Le parefeu est totalement désactivé et les iptables RAZ....
14 jours plus tard
Up up up pour la nouvelle année ?

Toujours impossible de me connecter,cela fonctionnait sous f15 et ça fonctionne sous Ubuntu 11.04... :/

EDIT :
J'ai réussi comme ceci :
[root@localhost ~]# mount.cifs //192.168.1.253/ELEMENTS /mnt/bboxtest/
Password:
Ce qui m'embête, c'est que via Nautilus, aucun moyen de le monter... Devoir lancer cette commande a chaque fois n'est pas pratique.... :/
De plus, j'ai pas mal de problèmes de droits... :/
tu peux écrire ton montage dans ton fstab pour ne pas devoir le re-écrire à chaque fois :



//192.168.x.x/data /home/user/data cifs rw,guest 0 0
Oui, c'est vrai que ça ferait déjà ça de gagné...
le rw rendra la partition accessible en rw par mon utilisateur ?
faut checker tes droits user pour ça 🙂

ça dit quoi du coté de tes droits smbuser? t'as créé un user ou pas? (histoire de ne pas contourner le problème)

[EDIT] si possible avec la bbox [/EDIT]

je n'ai pas le matériel pour tester de mon coté, du coup fait signe 🙂
Arkezis wrote:Oui, c'est vrai que ça ferait déjà ça de gagné...
le rw rendra la partition accessible en rw par mon utilisateur ?
Bonjour

Un man mount.cifs indique:
uid=arg
sets the uid that will own all files or directories on the mounted filesystem when the server does not
provide ownership information. It may be specified as either a username or a numeric uid. When not
specified, the default is uid 0. The mount.cifs helper must be at version 1.10 or higher to support
specifying the uid in non-numeric form. See the section on FILE AND DIRECTORY OWNERSHIP AND PERMISSIONS
below for more information
Ca peut t'aider ?
Yeah !
C'est déjà super mieux ! 🙂

j'ai un problème d'encodage et malgrès le iocharset=utf8, pas mieux... "Codage non valide"
//192.168.1.253/ELEMENTS /mnt/bbox      cifs    rwx,guest,uid=Arkezis,iocharset=utf8    0 0