• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows Server 2003- Can't change "read-only" files

UrbanKnight

Senior member
Had to rebuild the entire server from the ground up (and I am not the IT guy, but I play one at the office)

We had a common shared drive (common on d) on our server. When the server died, I was able to move all of the "common on d" files to my external HD. I rebuilt the server, and copied all of the files into our new partition "e". The files have the attribute of read only(grey check box). I pull up properties, and uncheck read only, it even gives me the message of "apply this to all sub/folders, etc" and I say yes. I works on it, then completes, and shows the box unchecked. If I go back to any of the folders, it is still checked read only.

I have done the security deal and change permissions on every user under the security tab to full, I am out of ideas... Anyone? Anyone??

UK
 
The read-only attribute does not apply to folders. It's never really touched. It's a display glitch that causes it to show at all as well as reappear.

If you cannot access files then something else is wrong. Check your NTFS (share if they apply here) permissions.
 
Thanks guys, after playing with a bunch of permissions, the folder still shows it, but the files are allowing me to write to them.


All good on this front

UK
 
If you really want to make it not appear this way you should be able to "update" it with the attrib command (attrib -r -s "c:\my folder").

Cheers,

Erik
 
Back
Top