Bekijk de volledige versie : USB external HD not detected when Samba is disabled
wannaplay
04-03-2007, 14:04
My USB external HD is only detected when I enable Samba in the web interface. Is there any other way to have my router detect the USB HD without Samba?
wannaplay
05-03-2007, 18:10
load modules
Thanks and how do I load modules and which modules?
Antiloop
05-03-2007, 18:39
Thanks and how do I load modules and which modules?
this should do the trick:
flashfs enable
mkdir -p /usr/local/sbin/
echo "#!/bin/sh" > /usr/local/sbin/post-boot
echo "insmod scsi_mod" >> /usr/local/sbin/post-boot
echo "insmod sd_mod" >> /usr/local/sbin/post-boot
echo "insmod usb-storage" >> /usr/local/sbin/post-boot
chmod +x /usr/local/sbin/post-boot
flashfs save && flashfs commit && flashfs enable && reboot