|
2013-07-03
, 13:28
|
|
Posts: 439 |
Thanked: 282 times |
Joined on Oct 2012
|
#2972
|
|
2013-07-03
, 14:27
|
|
Posts: 584 |
Thanked: 700 times |
Joined on Jan 2010
|
#2973
|
|
2013-07-03
, 15:18
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#2974
|
+-----------------------+-----+---+----+ | MyDocs | New |Opt|Swap| +-----------------------+-----+---+----+
+-----------------------+-----+---+----+ | MyDocs | |Opt|Swap| +-----------------------+-----+---+----+
+-----------------------+---+-----+----+ | MyDocs |Opt| |Swap| +-----------------------+---+-----+----+
+-----------------------+---+-----+----+ | MyDocs |Opt| New |Swap| +-----------------------+---+-----+----+
|
2013-07-03
, 16:11
|
|
Posts: 584 |
Thanked: 700 times |
Joined on Jan 2010
|
#2975
|
|
2013-07-03
, 16:25
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#2976
|
|
2013-07-03
, 16:35
|
|
Posts: 584 |
Thanked: 700 times |
Joined on Jan 2010
|
#2977
|
Nokia-N900:~# sfdisk -l Disk /dev/mmcblk0: 977024 cylinders, 4 heads, 16 sectors/track Warning: The partition table looks like it was made for C/H/S=*/64/32 (instead of 977024/4/16). For this listing I'll assume that geometry. Units = cylinders of 1048576 bytes, blocks of 1024 bytes, counting from 0 Device Boot Start End #cyls #blocks Id System /dev/mmcblk0p1 0+ 22652 22653- 23196640 c W95 FAT32 (LBA) start: (c,h,s) expected (0,2,1) found (1,0,1) /dev/mmcblk0p2 22653 24700 2048 2097152 83 Linux /dev/mmcblk0p3 29763 30531 769 787456 82 Linux swap / Solaris /dev/mmcblk0p4 24701 29762 5062 5183488 83 Linux Disk /dev/mmcblk1: 122112 cylinders, 4 heads, 16 sectors/track Warning: The partition table looks like it was made for C/H/S=*/121/18 (instead of 122112/4/16). For this listing I'll assume that geometry. Units = cylinders of 1115136 bytes, blocks of 1024 bytes, counting from 0 Device Boot Start End #cyls #blocks Id System /dev/mmcblk1p1 0+ 3588- 3588- 3906560 83 Linux start: (c,h,s) expected (0,113,15) found (0,32,33) end: (c,h,s) expected (1023,120,18) found (486,120,18) /dev/mmcblk1p2 0 - 0 0 0 Empty /dev/mmcblk1p3 0 - 0 0 0 Empty /dev/mmcblk1p4 0 - 0 0 0 Empty Nokia-N900:~#
Nokia-N900:~# mount /dev/mmcblk0p3 /mnt mount: mounting /dev/mmcblk0p3 on /mnt failed: Device or resource busy
|
2013-07-03
, 16:49
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#2978
|
When somebody at mainstream will care to fix critical bugs we have reported ages ago :[ I have quite polished wheezy ED image, but it's no joy, if glibc is borked (so no gparted and friends), GIMP is borked, Chromium is borked...
/Estel
|
2013-07-03
, 17:38
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#2979
|
[CODE]The last one showed nothing.Code:Nokia-N900:~# mount /dev/mmcblk0p3 /mnt mount: mounting /dev/mmcblk0p3 on /mnt failed: Device or resource busy
|
2013-07-03
, 19:25
|
|
Posts: 584 |
Thanked: 700 times |
Joined on Jan 2010
|
#2980
|
/dev/mmcblk0p4
mount /dev/mmcblk0p4 /mnt
lost+found
mmcblk0p4
mount -t ext3 /home/user/MyDocs/your-easy-debian-image-file.ext3 /mnt
mount -t ext3 /dev/mmcblk0p4 /.debian
cp -a /mnt/* /.debian
umount /.debian umount /mnt
The Following User Says Thank You to fw190 For This Useful Post: | ||
Tags |
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze |
Thread Tools | |
|
Without hacking boot scripts, Maemo expect 3 partitions in this specific order:
1. MyDocs (fat32)
2. OptFS (ext3)
3. Swap (swap)
These three can be of any size, but the order matters. Well, to some extent. The location of the swap partition does not really matter as long as it is not 1 or 2.
It sounds like you've created a new extended partition between MyDocs and OptFS. I have not tried that but I would expect this to not work because your Optfs would move to position #3 and the partition would be something like #5, thus effectively losing #2 where Maemo expects OptFS.
There should be an easy way out. You do not need to flash again. All you need to do is boot again, press W in BackupMenu and connect to GParted as before. Then,
1. Delete your new extended partition
2. MOVE your OptFS partition down, immediately after MyDocs (just use drag'n'drop in GParted)
3. Create a new PRIMARY partition in the empty space and format it as ext3
4. Reboot and enjoy.
NOTE: You really do not need extended partitions. You can create up to 4 primary partitions and that is all you need. Extended partition is merely a way to circumvent the magic limit of 4, in case you want more partitions. This is not Linux, this is how any computer works