September 16th, 2012, 05:39 PM
|
#6 (permalink)
|
|
Member
Join Date: Jan 2012
Posts: 162
Device(s):
Carrier: Not Provided
Thanks: 1
Thanked 19 Times in 16 Posts
|
Quote:
Originally Posted by jeremybrown
Other people have done it on other phones I have a lot of free space in my dev directory and want to take some away from dev and put it in system and data
|
The amount of free space in a directory is the amount of free space on the storage device. It's the same for all directories on that device.
If /dev is in one partition and /system and /data are on another partition, you can repartition the storage, but you'll need some dynamic partition resizer (assuming that the partitions sit where they can be resized the way you want), or you'll have to back up all the directories on both partitions, delete them both, recreate them as the sizes you want and restore all the directories.
It's not as simple as just changing some numbers. If there's no space at the top of the partition you want to make larger, you can't make it larger, so you have to do the delete/recreate thing. You also can't move the bottom of a partition.
Someone who knows how partitions look on the device (we can't say "drive" here), and has the right tools, can do what you want in 10 minutes or so. Someone who doesn't have the tools can't.
|
|
|