Re: [android-porting] Failure to mount ext3 partition inside init.rc after loadable module

2010-01-18 Thread Shahrom
Hi, Thanks for info, I loaded from init.rc with insmod command and mount at prompt; And I can read and write to the partition,which it works. Why do you think it did not load completely? Thanks, -Sean On Sun, Jan 17, 2010 at 5:34 PM, feiyang yun csd...@gmail.com wrote: hi, maybe the driver

Re: [android-porting] Failure to mount ext3 partition inside init.rc after loadable module

2010-01-17 Thread feiyang yun
hi, maybe the driver isn't loaded completely(ie. the partition hasn't been recognize) when mount execute 2010/1/16 sean scr...@gmail.com Hi, I am trying to mount a formated ext3 partition on actual HW (zoom2 and qualcomm) after insmod inside of init.rc but it fails to mount. I tried

[android-porting] Failure to mount ext3 partition inside init.rc after loadable module

2010-01-15 Thread sean
Hi, I am trying to mount a formated ext3 partition on actual HW (zoom2 and qualcomm) after insmod inside of init.rc but it fails to mount. I tried different cases such as: 1. I did load module (insmod) followed by mount at user prompt; mount was successful. 2. I did load module (insmod)