SVN : 2455 restore bug
-
I’m confused.
My guess, /dev/sda4 is your extended partition.
-
[quote=“Tom Elliott, post: 38270, member: 7271”]I’m confused.
My guess, /dev/sda4 is your extended partition.[/quote]
The extended is the /dev/sda3, when I check with the disk tools of Ubuntu (or another same installation on debian/windows) I’have not a /dev/sda4.
Below the result of fdisk -l :
[CODE]/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 204802047 102297600 7 HPFS/NTFS/exFAT
/dev/sda3 204804094 625141759 210168833 5 Étendue
/dev/sda5 204804096 205623295 409600 83 Linux
/dev/sda6 205625344 410425343 102400000 83 Linux
/dev/sda7 410427392 422715391 6144000 82 partition d’échange Linux / Solaris
/dev/sda8 422717440 523524095 50403328 83 Linux
/dev/sda9 523526144 625141759 50807808 7 HPFS/NTFS/exFAT
[/CODE] -
So it’s not working properly?
-
[quote=“Tom Elliott, post: 38272, member: 7271”]So it’s not working properly?[/quote]
The result of the fdisk -l is on the original computer.
On the new computer when I boot with the Gptarted live I have a popup error at launch : “invalid partition table on /dev/sda – wrong signature 0”.
Gparted show this partition table :
/dev/sda1 - ntfs - System Reserved - boot flag
/dev/sda2 - ntfs - Windows OS
/dev/sda3 - extend
/dev/sda5 - ext4
free space… -
Do you know what revision you were at before the update and breaking?
-
Also, does it go through and image all 9 partitions, or stop imaging on number 5?
-
[quote=“Tom Elliott, post: 38298, member: 7271”]Also, does it go through and image all 9 partitions, or stop imaging on number 5?[/quote]
I’ll test another tomorrow, but I think it restore all partition.
For the sda4 it’s normal that it’s not use by linux if the sda4 it’s not primary or extend.[QUOTE]Do you know what revision you were at before the update and breaking?[/QUOTE]
I’ll check tomorrow.
Regards,
Ch3i. -
This post is deleted! -
[quote=“ch3i, post: 38307, member: 2513”]I’ll test another tomorrow, but I think it restore all partition.
For the sda4 it’s normal that it’s not use by linux if the sda4 it’s not primary or extend.I’ll check tomorrow.
Regards,
Ch3i.[/quote]Partclone restore all partitions.
Before the 2455 I think I use a version older than 1 or 2 days.
Regards,
Ch3i. -
Hi,
I solve my problem by using another partition table :
[CODE]/dev/sda1 – windows boot (ntfs)
/dev/sda2 – windows system (ntfs)
/dev/sda3 – linux / (ext4)
/dev/sda4 – extended (-)
/dev/sda5 – swap (-)
/dev/sda6 – DATA (ntfs)
[/CODE]Regards,
Ch3i.