From: dokapra
Subject: [ts-7000] Re: Mounting USB pendrive
>You can try with the script I am using:
>until test -e $DEVPATH/part1
>do
>ls $DEVPATH > /dev/null
>usleep 100000
>done
I tried the above script to mount a windows formatted (VFAT) usb flash drive
it hangs i have press ^C to come out
>mount -t vfat $DEVPATH/part1 /srv/ -o
>async,noatime,nodiratime,nodev,noexec,nosuid,gid=100,umask=002
what does this -o option does?
the USB flash drive is readable in Linux desktop
and ARM board is able to identify the size of memory etc.,
-laks
------------------------------------
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/
|