Hi!
I'm trying to mount my dns323 (using samba 2.28a http://wiki.dns323.info/) from a my Asus wl500g with openwrt (White Russian - With X-Wrt Extensions 0.9).
Since I'm a complete noob in linux my attempts have been to say the least....unsuccessful.
Does anybody have any idea on how to do this?
[edit]
These are the steps i've taken:
# ipkg install cifsmount
# insmod cifsmount
insmod: cifsmount.o: no module by that name found
#insmod mount.cifs
insmod: mount.cifs.o: no module by that name found
# insmod cifs
insmod: cifs.o: no module by that name found
#cd /sbin
# insmod mount.cifs
insmod: ELF file not a relocatable object
insmod: cannot load the module: Success
# mount -t cifs //dns323/Shared /mnt/point -o unc=\\\\dns323\\Shared,ip=192.168.x.xx,user=john,pass=doe,dom=workgroup
mount: mounting //dns323/Shared on /mnt/point/ failed
[/edit]
I have tried using cifs
mount -t cifs //dns323/Shared /mnt/point -o unc=\\\\dns323\\Shared,ip=192.168.x.xx,user=john,pass=doe,dom=workgroup
and
mount -t cifs //dns323/Volume_1/Shared /mnt/point -o unc=\\\\dns323\\Volume_1\\Shared,ip=192.168.x.xx,user=john,pass=doe,dom=workgroup
but all i get is:
mount: mounting //dns323/Volume_1/Shared on /mnt/point failed
Have also tried
[edit]
# ipkg install http://riot.org/seb/smbfs_0.0_mipsel.ipk
# insmod smbfs
[/edit]
smbmount //192.168.x.xx/Shared /mnt/point -o rw, john
and
smbmount //192.168.x.xx/Volume_1/Shared /mnt/point -o rw, john
and either get
invalid share name
or
Bad password - name/password pair in a Tree Connect or Session Setup are invalid
[edit]
I can see the shares using:
# smbclient -L dns323 -N
I know the passwords are right and there is no problem mounting a folder from my xp with smbmount,
though it's not password protected.
[/edit]
Thanks
/Nils
(Last edited by Randulf on 13 Sep 2007, 19:04)