DaveH wrote:
The second Linus partition is messed up. The third partition showing in disk management.
If you look in the first section that shows the geometry it is somehow listed last.
Well, several of the Linux partition tools let you do this. The reason being that you'd tell it to load partitions based upon what partition number they were. So, if you had a drive that looked like this:
| #1 Windows | Free Space | #2 Ubuntu | #3 Linux swap area |
then your boot-manager would be configured to try to boot the Linux kernel from partition #2. If you then created a new partition and the partitions were re-numbered, then, when you tried to boot Linux, the boot-manager would be looking for the Linux kernel on partition #2... which is now the number of the new partition you just created.
So, most linux tools would avoid changing the numbering of any existing partitions.
It's kind of a moot point, nowadays, because the boot loaders and the Linux kernel now use UUID filesystem ID numbers, so, the correct partition will get found, no matter what number it is.
Anyway, just to get with the times, I backed up the Shared partition, then used the linux fdisk tool to re-order the remaining partition numbers. I also used the linux gparted tool to move all of the partitions to 1MB boundaries. Then, used Windows 7 to re-create the Shared partition. So, everything should be aligned on 1MB boundaries, there should be no overlap, and... surprise, surprise, Ghost sees the partitions, again, and it backed them up.
Yay! Thanks for all your help, guys!