--- In "j.chitte" <> wrote:
>
>
>
> --- In Hasan Güven Candoðan <guveni@> wrote:
> >
> > Hi;
> > I need to reach two usb flash via on ts7800 at the same time to complete my
> > intership project. So; I started to learn mounting usb flash. Although, I
> > menage to mount on debian linux ; I couldn't mount on the kernel.
> >
> > I write these commands on the kernel as it is written here.
> > http://www.embeddedarm.com/about/resource.php?item=393
> > modprobe sd_mod
> > modprobe usb_storage
> > mdev -s
> > mount /dev/sda1 /mnt/host
> > when I write these commands , this is the error message "mount:mounting
> > /dev/sda1 on /mnt/host failed: Invalid argument"
> >
> > when I "locate" sda1 it finds the file and path. However when I write " ls
> > dev " command , I can't see the "sda1" file.
> >
> > I have been stuck with this problem for 4 days . Any help will be very
> > useful for me.
> >
> > thanks in advance;
> >
>
> I menage to mount on debian linux ; I couldn't mount on the kernel.
>
> You seem a bit confused about what the terminology means and its not much
> help having to guess what you meant to say. What debian? What kernel? did you
> mean console??
>
> Did you mean ls dev or ls /dev : be precise please.
>
> You call mdev , what mdev rules to you have set up, do they affect usb
> devices?
>
> Mistrust busybox error messages , especially if you are using the now very
> old, pre-release BB distributed with TSlinux.
>
> BB is small, don't expect full, clear error messages .
>
I think you have to mount with "mount -o rw /dev/sda1 /mnt/host", if sda1 is
found. My sda1 was not found by TS-7800 and I wrote "mknod /dev/sda1 b 8 1" to
get it there (I guess parameters can be different with other USB memory sticks,
but it's worth a try). If your USB flash filesystem is ext2/ext3, there should
be no problem. Else, you may have to use -t option
mount -t [filesystem type] -o rw /dev/sda1 /mnt/host
Busybox (initial console) is not the kernel.
Jaan
------------------------------------
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/
|