hi all,
im new of openwrt.
i flashed my new fonera, with openwrt kamikaze.
i installed samba-client in my new openwrt system because i want to share to my fonera a directory (//server/flowers) from my windows xp smb server.
i read this howto (http://wiki.openwrt.org/SambaHowto?high … 28samba%29) on the openwrt's wiki and the current situation is:
# smbclient //server/flowers -U smokescreen
Password:
smb: \>
it works correctly, but smbmount command does not exists, and if i try to mount with mount -t smbfs it fails again:
# mount -t smbfs //server/flowers /mnt/flowers/ -o username=smokescreen
mount: mounting //server/flowers on /mnt/flowers/ failed
then, i decide to try with cifs, and i installed cifsmount, but the result is the same:
# mount.cifs //server/flowers /mnt/flowers/ -o username=smokescreen
Password:
mount error: cifs filesystem not supported by the system
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
# insmod cifs
insmod: cifs.ko: no module by that name found
i dont know how i can solve this problem..
have you got ideas?
thanks
s.