Spent most of last night working on a cd for the Spanish students we had staying here a few months ago – Alberto and Veronica. I’m puting their video captures on a CD to send to Spain.
The originals were in .mov format which didn’t seem to be supported by the software I was using so I converted them to .avi files using the free RAD video tools software. Unfortunately .avi files are huge so the few gigs I have left on my hard disk soon filled up.
But wait – I have a second hard disk that i’m currently using to try out Debian Linux. If I remove Linux and reformat i’ll have another 40 gig to play with – simple no? Eh No.
2 hours later and i’m still trying various fdisk commands to get rid of, firstly, the Lilo bootloader I have to choose the OS I want to start, and secondly, to wipe all the Linux stuff off the hard-disk.
Getting rid of Lilo was easy: simply typing fdisk/mbr overwrites the master boot record (where Lilo lives) with the default. The problem was deleting the partitions containing Linux.
Fdisk showed 2 partitions on my second drive – 1 non-dos partition and 1 extended partition. I deleted the non-dos partition easy enough (options 3, then 4 in fdisk I think) but the extended partition wouldn’t budge.
I repeatedly tried to delete it only to get the message that it could “not be deleted while Logical drives exist” – but fdisk told me there weren’t any?!
To cut a long story short, and solve this problem for anyone else, this is the solution I Googled:
1) Type fdisk/status at the command prompt to check the drive number (in this case 2)
2) Manually create a logical drive on this disk by typing fdisk (drive number)/log:250 where 250 is the size in megs.
3) Then in fdisk, select the option to delete the logical partition
(restart the computer as the next step still didn’t work for me until I did this)
4)Delete the extended partition in fdisk.
All groovy=) After all that, and creating the new DOS partition and formatting it, I only had enough time to convert the video files and import them into my project – i’ll play around with it a bit more after some stress relief with Lionhead’s God-Sim Black & White=)


