![]() |
2008-01-31
, 16:25
|
Posts: 245 |
Thanked: 25 times |
Joined on Apr 2007
|
#2
|
![]() |
2008-01-31
, 16:27
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#3
|
I partitioned the internal card on my N810 to make the ext2 side a bit bigger than 1.5GB since I didn't expect to be using the FAT side much .... afterall, that's what my external card is for.
Now that the ext2 partition is just about full with KDE and lots of installed apps, how would I go about making more room on the ext2 partition without reflashing and re-installing everything? I'm thinking I need like Partition Magic (tm). Perhaps I could:
- Clone my internal ext2 partition to a spare clean external card. Repartition the internal card to practically all ext2, format, and then clone the partition back from the spare external card. Can I do the cloning by simply updating the assignments in the nupgrade.sh? from
toCode:INTERNAL=/dev/mmcblk0 EXTERNAL=/dev/mmcblk1
and back again? I expect I probably need to do more changes to nupgrade.sh...Code:INTERNAL=/dev/mmcblk1 EXTERNAL=/dev/mmcblk0
- Also, I notice there's no information on how to remove KDE if you installed it the old fashioned way, i.e. untarring the KDE and SUP files. If I simply rm'd every file installed by the untar process, would that be safe if not efficient?
Thank you,
Frank
![]() |
2008-01-31
, 17:03
|
Posts: 97 |
Thanked: 3 times |
Joined on Jan 2008
|
#4
|
![]() |
2008-02-10
, 13:41
|
|
Posts: 538 |
Thanked: 168 times |
Joined on Dec 2007
@ Seattle
|
#5
|
Hi PB,
I'm basically trying to resize my internal partitions to make more ext2 space available without losing everything. If I can simply copy the ext2 to an external card, repartition the internal one, and then copy everything back with "cp" commands, that'd be easy and I could simply do that. I didn't know if I'd screw up the ability to boot from it by this copy / repartition procedure.
Thank you,
Frank
![]() |
2008-02-10
, 20:14
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#6
|
So just curious Frank... did you ever repartition? Did your method mentioned here work (copy to card ->partition -> copy back)? I'd really like to make my ext2 partition bigger as well but not enough to want to mess with reinstalling everything.
The Following User Says Thank You to penguinbait For This Useful Post: | ||
![]() |
Tags |
deprecated, kde, kde35 |
|
Now that the ext2 partition is just about full with KDE and lots of installed apps, how would I go about making more room on the ext2 partition without reflashing and re-installing everything? I'm thinking I need like Partition Magic (tm). Perhaps I could:
- Clone my internal ext2 partition to a spare clean external card. Repartition the internal card to practically all ext2, format, and then clone the partition back from the spare external card. Can I do the cloning by simply updating the assignments in the nupgrade.sh? from
- Also, I notice there's no information on how to remove KDE if you installed it the old fashioned way, i.e. untarring the KDE and SUP files. If I simply rm'd every file installed by the untar process, would that be safe if not efficient?
Thank you,
Frank