Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
bad4u6669
Old
#1  
bad4u6669's Avatar
Senior Member - OP
Thanks Meter 269
Posts: 1,221
Join Date: Sep 2009
Location: Cali
Default mounting the data partition

I know this works for mounting the system
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system

but whats the string for mounting the /data ?

either in adb or terminal emulator

Yes I have/am searched/ing.....

Thank to whom ever can answer
 
B-dub25
Old
#2  
Senior Member
Thanks Meter 58
Posts: 253
Join Date: May 2010
Location: some where
type remount and look for the data in adb it should list off strings
 
bad4u6669
Old
#3  
bad4u6669's Avatar
Senior Member - OP
Thanks Meter 269
Posts: 1,221
Join Date: Sep 2009
Location: Cali
more clarity please. Trying a bunch of options still getting acces denided and operation not permitted

If it helps I cant even adb shell then su.

Yes I am rooted

Yes my phone is in pc mode
 
drew630
Old
#4  
Senior Member
Thanks Meter 6
Posts: 169
Join Date: Feb 2010
Location: New Jersey
Quote:
Originally Posted by bad4u6669 View Post
I know this works for mounting the system
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system

but whats the string for mounting the /data ?

either in adb or terminal emulator

Yes I have/am searched/ing.....

Thank to whom ever can answer

Try

su
mount -o rw,remount -t ext3 /dev/block/userdata /data


Sent from my DROIDX using XDA App
 
bad4u6669
Old
#5  
bad4u6669's Avatar
Senior Member - OP
Thanks Meter 269
Posts: 1,221
Join Date: Sep 2009
Location: Cali
Quote:
Originally Posted by drew630 View Post
Try

su
mount -o rw,remount -t ext3 /dev/block/userdata /data


Sent from my DROIDX using XDA App
Finally got a chance to test it last night, and it worked! thanks!
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...