Hi
Thanks for your reply.
I did use the loadUSBModules.sh. But after using it the system
automatically mounts the thumbdrive. When I look at the mount command
it would show the following
usbfs on /proc/bus/usb type usbfs (rw)
But the contents of that directory is
dr-xr-xr-x 1 root root 0 Jun 30 17:11 001
-r--r--r-- 1 root root 0 Jun 30 17:11 devices
-r--r--r-- 1 root root 0 Jun 30 17:11 drivers
And any of those files/directory has any of the data that is on my
thumdrive.
Ive tried mounting the drive as you say in step 2 (which is what I
usually do in any linux system) but I get:
mount: unknown filesystem type 'vfat'
Any other ideas would be greatly appreciated
BASSIG
--- In "geoffveale" <> wrote:
>
> My board is a TS-7260 so my code may or may not help. But this works
> for me..
>
> There are two steps..
>
> Step 1. Run a script loadUSBModules.sh provided by Technologic on the
> boards flash to install the drivers for the thumb drive.
>
> Step 2. Mount the drive using this command..
>
> mount -t vfat /dev/scsi/host0/bus0/target0/lun0/part1 /mnt/usbdrive
>
> The above command installs the vfat thumb drive at location
/mnt/usbdrive
> I wrote my own script file thumb.sh so that I do not need to type the
> very long mount instruction every time I want to mount the drive.
>
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/
|