View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#5
Put in the card to remove the pre-installed partition, then add two new partitions. For additional data storage, roughly 30 GB, and for additional swap 768 MB. For best results first read the whole set of commands, try to understand, what is going on, ask any question as necessary.

You need the package rootsh installed on the N900 for the following commands to work fine
Code:
sudo gainroot
fdisk /dev/mmcblk1
Fdisk program is menu-based. Use 'h' for help to get the list of commands inside fdisk. In fdisk do
Code:
d
1
n
p
1
1
29764
n
p
2
29765
30532
w
You created two partitions, the first for additional file storage the second for the second swap partitions. Now apply the file systems
Code:
mkfs.vfat -n sdcard1 /dev/mmcblk1p1
mkswap -L swap_sdcard /dev/mmcblk1p2
After a reboot you might use one of the different methods to utilize the second swap like ereswap, swappolube or else.
Good luck!
 

The Following 8 Users Say Thank You to michaaa62 For This Useful Post: