Hi, mick crane wrote: > I don't know what happened here. > Can I change the Disklabel without messing things up or is it necessary ? > > root@pumpkin:~# fdisk /dev/sda > Disk /dev/sda: 223.57 GiB, 240057409536 bytes, 468862128 sectors > [...] > Disklabel type: dos
If you are worried about the "dos" in "Disklabel type:" then it is not necessary. This line just tells that the disk is partitioned by a MBR partition table rather than by GPT. Have a nice day :) Thomas