formatting a write protected drive

Soldato
Joined
4 Mar 2008
Posts
2,566
Location
Guildford
hello :)

my mate just gave me an old 300gb sata drive from his Sky+ HD box, ive stuck it in my homeserver, however it is write protected, so whenever i try to format it, it says i cant cos its protected etc

I have tried booting into safe mode and tried the method outlined here http://en.kioskea.net/forum/affich-50059-a-the-disk-is-write-protecteda

neither of which worked :/

the server is running the lastest version of WHS 2011

and ideas of how i could formate this drive?

cheers

ali
 
Wipe the drive by writing zeros to it using windlg , then go to disk management and mount/format there.
Windlg is a western digital diagnostic program but it also works on other drives.
 
thanks, i ran that but when it tried to write zeros, i get ther error: Sector#2048-2304::WriteZeros error! Continue?

if i click continue it just gets stuck immediately on another sector... :/
 
nope that doesnt even seem to recognise the drive.... :/ probably cos ive messed around with it :/

any more ideas? it seems to just be a standard write protected drive
 
A bit of googling suggests the Sky+ box uses a proprietary filesystem, maybe it also uses a GPT protected partition or something similar.

Try cleaning it with the "diskpart" command as follows: Start menu > All programs > Accessories > Command prompt > (Right-click, "Run as administrator"), then enter the following commands:

diskpart

list disk (Lists all physical HDDs, make a note of the new one)

select disk # (where # is the new disk's number, make sure you select the right one!)

clean

exit

You should then be able to partition/format the disk in the normal way - you'll probably get a message saying the disk needs to be re-initialized, select "MBR" as the partition table type.
 
Last edited:
A bit of googling suggests the Sky+ box uses a proprietary filesystem, maybe it also uses a GPT protected partition or something similar.

Try cleaning it with the "diskpart" command as follows: Start menu > All programs > Accessories > Command prompt > (Right-click, "Run as administrator"), then enter the following commands:

diskpart

list disk (Lists all physical HDDs, make a note of the new one)

select disk # (where # is the new disk's number, make sure you select the right one!)

clean

exit

You should then be able to partition/format the disk in the normal way - you'll probably get a message saying the disk needs to be re-initialized, select "MBR" as the partition table type.

cheers that worked :D

thanks everyone else for the responses
 
Back
Top Bottom