Smbmount troubles with tomsrtbt2.0.103
Stephane Boireau <[email protected]>
| Newsgroups | gmane.linux.tomsrtbt |
|---|---|
| Organization | MENRT |
| Message-ID | <[email protected]> |
Hi, I received Pete Scott's mail and try again: From /tmp with: ln -s ./smbmount /usr/bin/smbmount ln -s ./smbumount /usr/bin/smbumount ln -s ./smbmnt /usr/bin/smbmnt I get "smbmount: symbolic link loop" when I try to smbmount a share directory. So I've tried from /tmp: ln -s /tmp/smbmount /usr/bin/smbmount ln -s /tmp/smbumount /usr/bin/smbumount ln -s /tmp/smbmnt /usr/bin/smbmnt Then: insmod via-rhine.o insmod smbfs.o ifconfig eth0 192.168.52.100 netmask 255.255.255.0 up route add default eth0 echo "192.168.52.1 DeepGlue" > /etc/hosts echo "192.168.52.2 DeepGreen" > /etc/hosts echo "eth0 192.168.52.1" > /etc/networks smbmount //DeepGreen/commun /mnt/smb And I get the same errors ending by: smbfs: failed to load nls 'wrong value' And if I try "ls /mnt/smb", I get a very long list of: smb_request result -22, setting invalid smb_close socket: still catching keepalives! smb_retr y: successful, new pid=112, generation=89 ... /usr/bin/ls: /mnt/smb2: I/O error I don't understand what happens... Thank you for help you give. Bye.