|
2017-10-26
, 22:20
|
|
Posts: 237 |
Thanked: 502 times |
Joined on May 2010
@ Mittelfranken, Germany
|
#52
|
mkfs.btrfs --label sailfish --nodesize 4096 --features ^extref,^skinny-metadata new-jolla.img
mkfs.btrfs --features list-all
|
2017-10-26
, 22:31
|
|
Posts: 237 |
Thanked: 502 times |
Joined on May 2010
@ Mittelfranken, Germany
|
#53
|
It's the base I've rebuilt with my "factory-@" bla partitions.
It's formated as stated above (option compatible with Jolla kernel 3.2.108 + using "single" instead of "dup" for metadata).
That's the base out of which I've subsequently done my full restore (I copied all my rescued files on "@", "@home" after snapshotting).
|
2017-10-27
, 13:04
|
Posts: 248 |
Thanked: 1,142 times |
Joined on Dec 2014
@ Earth
|
#54
|
I found out more btw: the instructions I was following were for an older btrfs-tools. It should have been
That was the unsupported feature with code (0x100).Code:mkfs.btrfs --label sailfish --nodesize 4096 --features ^extref,^skinny-metadata new-jolla.img
btrfs scrub start -B /
btrfs balance start -v -dusage=60 -musage=60
btrs-balancer balance
fstrim /
btrfs filesystem defrag -v <file>
The Following User Says Thank You to DrYak For This Useful Post: | ||
|
2017-10-28
, 10:14
|
|
Posts: 237 |
Thanked: 502 times |
Joined on May 2010
@ Mittelfranken, Germany
|
#55
|
Sadely no.
I've bought my phone back in 2014, so the "factroy-@" is some 1.xx old stuff.
You'll have to jump through several OTA until you reach the current 2.1.2 if you go this route.
|
2017-10-28
, 12:58
|
Posts: 248 |
Thanked: 1,142 times |
Joined on Dec 2014
@ Earth
|
#56
|
Is this because there are blobs incompatible or are there blobs missing at all?
The Following User Says Thank You to DrYak For This Useful Post: | ||
|
2017-10-29
, 14:43
|
|
Posts: 237 |
Thanked: 502 times |
Joined on May 2010
@ Mittelfranken, Germany
|
#57
|
|
2017-10-29
, 17:28
|
|
Posts: 237 |
Thanked: 502 times |
Joined on May 2010
@ Mittelfranken, Germany
|
#58
|
|
2018-01-27
, 19:37
|
Posts: 248 |
Thanked: 1,142 times |
Joined on Dec 2014
@ Earth
|
#59
|
Blobs might be incompatible.
{...}
Or see the content of the factory reset script inside the recovery
{...}
I seem to vaguely remember that the factory-reset needed to also flash a few blobs into the special purpose partition (all the other beside mmcblk0p28)
mount -o subvolid=0 /dev/mmcblk0p28 /mnt mount -t proc proc /mnt/@/proc mount -o bind /dev /mnt/@/dev mount -o bind /sys /mnt/@/sys chroot /mnt/@/
/var/lib/platform-updates/
Tags |
backup, jolla image |
|
The Sailfish recovery partition normally has 'xz' available.
(So you could pipe xzcat into dd)
At less than 300MB, you should be able to even store it on a FAT32 SD Card or safely send it over USB network cable with netcat.
It's the base I've rebuilt with my "factory-@" bla partitions.
It's formated as stated above (option compatible with Jolla kernel 3.2.108 + using "single" instead of "dup" for metadata).
That's the base out of which I've subsequently done my full restore (I copied all my rescued files on "@", "@home" after snapshotting).