On Fri, Aug 14, 2009 at 4:45 PM, white <kyungtak....@gmail.com> wrote:

>
> mount -t ext3 /dev/block/sdb2 /sdcard
>
> or editing the init process on system/core/init
> > >> I am trying to mount one of USB pendrive which has 2 ext2 partitions
> on
> > >> it.
> >
> > >> If i give the below command its give the error like this
> >
> > >>  #  mount -t ext3 /dev/sdb2 /sdcard
> > >> mount: No such file or directory
> >
>

mount -t ext3 /dev/sdb2 /sdcard will not work

/dev/sdb2 : no such file/dir error

mount -t ext3 /dev/block/sdb2 /sdcard -- is solved my problem.

Thanks everyone.




-- 
அன்புடன்
அருண்
------------------------------
http://ubuntu-tam.org
http://lists.ubuntu.com/ubuntu-l10n-tam
http://lists.ubuntu.com/ubuntu-tam
------------------------------

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to