![]() |
2013-05-23
, 10:01
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#42
|
Can You describe the process simply:
Simplest way that I find:It’s a right way?
- take GParted(use OpenSUSE & know what is it)
- take microSD(have 64Gb)
- format SD
- delete partition
- create 2 partitions(350-800 mb) & format this in LinuxSWAP fs
- create partition for personal data from free space
- use GUI FlopSWAP
The Following User Says Thank You to handaxe For This Useful Post: | ||
![]() |
2013-05-23
, 18:22
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#43
|
Anyone running custom swappolube settings with swap on SD? Any optimizations here from swappolube recommendations.
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
![]() |
2013-05-25
, 11:38
|
|
Posts: 1,625 |
Thanked: 998 times |
Joined on Aug 2010
|
#44
|
Nokia-N900:/# fdisk -l /dev/mmcblk1 Device Boot Start End Blocks Id System /dev/mmcblk1p1 33 1599968 51197952 b Win95 FAT32 Partition 1 does not end on cylinder boundary /dev/mmcblk1p2 1599969 1726496 4048896 83 Linux Partition 2 does not end on cylinder boundary /dev/mmcblk1p3 1726497 1886464 5118976 83 Linux Partition 3 does not end on cylinder boundary /dev/mmcblk1p4 1886493 1948992 2000000 5 Extended /dev/mmcblk1p5 1886493 1917743 1000024 82 Linux swap /dev/mmcblk1p6 1917744 1948992 999960 82 Linux swap
Nokia-N900:/# swapoff /dev/mmcblk1p5 & Nokia-N900:/# swapoff /dev/mmcblk0p3 &
Nokia-N900:/# sync Nokia-N900:/# echo 3 > /proc/sys/vm/drop_caches
Nokia-N900:/# swapon /dev/mmcblk1p5 & Nokia-N900:/# swapoff /dev/mmcblk1p6 &
Nokia-N900:/# cat /proc/sys/vm/swappiness 100
The Following User Says Thank You to misterc For This Useful Post: | ||
![]() |
2013-05-29
, 13:32
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#45
|
![]() |
2013-05-29
, 14:15
|
Posts: 27 |
Thanked: 24 times |
Joined on Apr 2013
@ NL
|
#46
|
![]() |
2013-05-29
, 16:28
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#47
|
When I connect the wall charger to the n900 with a flat battery and switched off, the phone boots itself. Not a big problem, except it makes calibrating the battery harder. Maemo7.2+thumb1 KP52 is installed.
The Following User Says Thank You to freemangordon For This Useful Post: | ||
![]() |
2013-05-29
, 21:14
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#48
|
![]() |
2013-05-29
, 22:00
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#49
|
I guess the issue is was it a full boot to desktop or the charger "mini-boot".
The Following User Says Thank You to freemangordon For This Useful Post: | ||
![]() |
2013-05-30
, 15:24
|
Posts: 68 |
Thanked: 34 times |
Joined on May 2012
@ Ukraine
|
#50
|
![]() |
Tags |
kernel-power, kernel-power52, power key, rebooting, shutdown |
|
Simplest way that I find:
- take GParted(use OpenSUSE & know what is it)
- take microSD(have 64Gb)
- format SD
- delete partition
- create 2 partitions(350-800 mb) & format this in LinuxSWAP fs
- create partition for personal data from free space
- use GUI FlopSWAP
It’s a right way?