View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#188
Originally Posted by rickrvo View Post
why the need to have all this partitions? limiting everything... wouldn't be wiser to just have 2 partitions? one for rootfs and other for all other storage?

I just think that linux screwed this up. I have 4 email accounts on my n900, i'm being carefull to delete everything thats completly unecessary.. when I shouldn't be concerned of the space.

is there any way to resize these partitions? or even join them? (which in my opinion is the best way..)
The rootfs is separate because it's a high-speed flash memory chip connected directly to the processor. It's only 256M because that was the largest that was available at the time.

We then have two partitions on the eMMC, /home (/opt is a symlink to /home/opt) and /home/user/MyDocs. These are separate because the MyDocs partition needs to be formatted as VFAT in order for it to be exportable to Windows, whereas the home directory needs to be ext2/3 in order for standard Linux applications to work and for permissions to apply.

You can resize the /home partition (at the expense of MyDocs) - have a search for instructions. It's not a simple process though, and any changes will be lost if you have to reflash the eMMC (this shouldn't be necessary though).
 

The Following 5 Users Say Thank You to Rob1n For This Useful Post: