'soir.
J'essaie de "mounter" un répertoire partagé, qui se trouve en l'occurence sur mon NAS. Ca me rappelle de vieilles discussions :
http://forums.fedora-fr.org/viewtopic.php?id=23616&words=mount-cifs
http://forums.fedora-fr.org/viewtopic.php?id=23627&words=mount-cifs
Bref, je fais tout comment avant :
[root@localhost /]# mount -t cifs -o user=User,pass=xxx,domain=SWEETHOME //192.168.1.100/Rep /home/xxx/Rep
Et là c'est le drame :
mount: wrong fs type, bad option, bad superblock on //192.168.1.100/Arnaud,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Of course, je fais ce qui est indiqué :
[root@localhost /]# dmesg | tail
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: cifs_mount failed w/return code = -22
Bon voila, j'ai donc cette erreur -22. Rien de trouver de vraiment clair sur google.
Est-ce déjà arrivé à quelqu'un ?:-?
Note : lorsque je fais des smb://192.168.1.100 tout marche parfaitement.