Jump to content

hdd readonly (both partitions)

Go to solution Solved by C2dan88,

Open diskpart cmd prompt (Win+R > diskpart)

 

Run each line

select disk 0
attributes disk

If the readonly state is set to yes then run the following to remove readonly status

attributes disk clear readyonly

 

You will want to perform a disk check. Right click each partition (D and E drive) > properties > tools > error checking

Open diskpart cmd prompt (Win+R > diskpart)

 

Run each line

select disk 0
attributes disk

If the readonly state is set to yes then run the following to remove readonly status

attributes disk clear readyonly

 

You will want to perform a disk check. Right click each partition (D and E drive) > properties > tools > error checking

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×