--- In "tsao.terence" <> wrote:
>
> Hi,
>
> I just brought a TS7260 and I plugged in a USB thumb drive. I want to read
> and write data files to the thumb drive.
>
> From my novice understanding is that I need to first mount the USB, so I
> performed the command "mount -t usbdevfs none /proc/bus/usb".
>
> Then I should be able to access that USB just like how I access a folder
> right?? Where and How would I do that?
>
> Thanks!
>
You will need to load modules first.
Try the following, watching for errors messages and looking at the console
buffer using dmesg.
insmod usbcore
insmod pcipool
insmod usb-ohci
insmod osb-ohci-ep93xx
insmod scsi_mod
insmod sd_mod
insmod usb-storage
Then mount /dev/scsi/host0/bus0/target0/lun0/part1 /mnt
should succeed.
Martin
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|