Thread: Samba on NAS
View Single Post
Posts: 6 | Thanked: 0 times | Joined on Jan 2008
#3
Hi, here is just three attempts quickly with my cup of tea!

BusyBox v1.4.1 (2007-03-12 19:00:25 EET) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

/ $ sudo gainroot

Root shell enabled

BusyBox v1.4.1 (2007-03-12 19:00:25 EET) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

/ # cd /media/mmc1/thedisk

/media/mmc1/thedisk # mount -t cifs//192.168.x.xx/thedisk/ -o username=user,password=pass

/media/mmc1/thedisk # mount -t cifs://192.168.x.xx/thedisk / -o username=user,password=pass

mount: mounting rootfs on / failed

/media/mmc1/thedisk # mount -t cifs://192.168.x.xx/thedisk-o username=user,password=pass

mount: can't find username=user,password=pass in /etc/fstab

/media/mmc1/thedisk # mount -t cifs://192.168.x.xx/thedisk -o username=user,password=pass

/media/mmc1/thedisk #


The cifs.ko was from fanoush and for OS2007, extracted with winrar on pc, copied the mmc1, moved to /etc/modules. After 'insmod cifs.ko' I got no system message.

I also found cifs.ko in /lib/modules, does that mean that it did install?

Thanks for the help.