Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Hard drive read only

Dec 17, 2009 9:29AM PST

I formatted my 500GB hard drive using a mac to fat 32, and have been writing files to it using vista, but I cannot delete or cut files no matter how many times I go into file or folder properties and deselect read only. I can right click immediately after applying and it still is selected as read only.

would love help- im lost

Discussion is locked

- Collapse -
BTDT
Dec 17, 2009 6:09PM PST

Had to copy out the files, format it again.

- Collapse -
You said you've been writing files to the drive
Dec 17, 2009 6:10PM PST

The only reason I could think they'd be read only is if they originated from a CD. Have you tried using "attrib -r" from the command prompt.

- Collapse -
still not working
Dec 18, 2009 3:37AM PST

No, they're all from other hard drives. I tried attrib -r, but it didn't solve the problem- but thanks for the idea

- Collapse -
You do realize that the attrib switches don't work
Dec 18, 2009 7:44AM PST

unless you tell where to apply them. You can also navigate to a folder and just type "attrib" and see the file listing with attributes displayed. You should see the "R" after each read only file. You should be able to just type "attrib -r *.*" (without quotes) with the contents of that folder displayed and all Rs should go away for that folder only. To affect the whole drive you'd need to start at the root and add the /S switch to recurse all directories and subs. Try typing attrib /? from the command prompt to get a list of variables you can use.