today I am releasing usb-storage.ko, the driver to be able to mount a USB disk connected to the USB port of the Conceptronic CH3MNAS

copy the usb-storage.ko.zip to the disk for instance directly to Volume_1

unpak under telnet/ssh with unzip the file with the command:

unzip usb-storage.ko.zip

after unzipping the file, copy the file usb-storage.ko to/ffp/lib/modules/[kernel-version]

with uname -r you can determine the kernel version, this is necessary as the start-usbdisk.sh file makes use of the kernel folder

for the CH3MNAS this will be /ffp/lib/modules/2.6.22.7  (probably you have to create the folder modules and the 2.6.22.7  folder.

command for copying the file, go to the folder where you unpacked the zip file and use the following command to copy the file: 

cp usb-storage.ko /ffp/lib/modules/2.6.22.7/usb-storage.ko

copy from /ffp/etc/examples the file start-usbdisk.sh to /ffp/start/start-usbdisk.sh

cd /ffp/start

chmod 755 start-usbdisk.sh

the chmod 755 will make the start-usbdisk.sh file executable and auto-started after reboot.

please make sure that in the file  start-usbdisk.sh the usbdisk_dev points to the correct /dev/sdc1 location (/dev/sdb1 probably does not work) you can check this with the tool dmesg where the usb disk info is diplayed

than use the command:

sh start-usbdisk.sh start

and the usb disk will be mounted. Enjoy !