Alessandro I have done the following workaround to use usb disk on my wrap/alix. Insert the following lines at the end in /etc/init.d/module-init-tools
----- CUT HERE ---- echo "Waiting 10 seconds to give usb disk time to startup" sleep 10 exit 0 ## end from orig file ----- CUT HERE ---- Try to find the time your usb disk needs to startup. In my case 10s works fine... Greetings Beat On 04/23/2011 11:29 PM, Gustin Johnson wrote: > Chances are the USB devices are being enumerated after the system has > finished mounting the drives. You could put a "mount -a" in rc.local > or figure out why the USB devices are not ready at boot. > > On Fri, Apr 22, 2011 at 11:14 PM, ALeX <[email protected]> wrote: > >> Hi, >> I run Voyage 0.7.0 on a alix board. I attach two usb disk. >> >> I add to /etc/fstab: >> UUID=d2482476-9ff8-4fec-a2b6-10269065d585 /mnt/hdd1 ext4 defaults 0 0 >> UUID=ec240b7a-a890-44da-b84f-0e5530c0eea7 /mnt/hdd2 ext4 defaults 0 0 >> >> With the command: "mount -a" everything works as I expect, but when >> the system don't wont to mount the device during boot. >> >> has someone a solution? >> >> Regards, >> Alessandro. >> >> _______________________________________________ >> Voyage-linux mailing list >> [email protected] >> http://list.voyage.hk/mailman/listinfo/voyage-linux >> >> > _______________________________________________ > Voyage-linux mailing list > [email protected] > http://list.voyage.hk/mailman/listinfo/voyage-linux > > _______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
