[android-porting] Re: mounting issue on android-1.5

2009-08-16 Thread தங்கமணி அருண்
On Fri, Aug 14, 2009 at 4:45 PM, white 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 th

[android-porting] Re: mounting issue on android-1.5

2009-08-14 Thread white
mount -t ext3 /dev/block/sdb2 /sdcard or editing the init process on system/core/init On Aug 14, 5:36 pm, தங்கமணி அருண் wrote: > sdb2 is there in the blow location. > > # ls -l /dev/block/sdb2 > brw--- root     root       8,  18 1970-01-01 05:31 sdb2 > > let me know how to resolve and mount

[android-porting] Re: mounting issue on android-1.5

2009-08-14 Thread தங்கமணி அருண்
sdb2 is there in the blow location. # ls -l /dev/block/sdb2 brw--- root root 8, 18 1970-01-01 05:31 sdb2 let me know how to resolve and mount my pen drive on it. On Fri, Aug 14, 2009 at 1:27 PM, Yi Sun wrote: > ls -l /dev/block/sdb2 to see if it is there > > 2009/8/14 தங்கமணி

[android-porting] Re: mounting issue on android-1.5

2009-08-14 Thread Yi Sun
ls -l /dev/block/sdb2 to see if it is there 2009/8/14 தங்கமணி அருண் > Hi Team, > > 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