All files from XP read-only... seriously??

Kakuri

New member
Local time
12:39 PM
Messages
4
I'm dual-booting Windows 7 and Windows XP, and everything on my XP drive is read-only in Windows 7. I've searched on this issue, and read a bit, and the information I've found so far is very dis-heartening.

Do I seriously have to take ownership of all my old files? :shock: This is incredibly stupid. And what effect does this have if I boot in XP? Do I then have to tell XP to re-take ownership of everything?

I can't believe how absurd this is and really hope it doesn't make it into the final release. I've run into minor issues similar to this with XP installations, but only with user directories, and only when XP was set to protect each user's files. Every single file I try and access is read-only - this is insanity! What has XP/Win7 done with the NTFS ACL?
 

My Computer

OS
Windows 7 7100 x64
CPU
Athlon 64 X2 3000+
Motherboard
Asus M2N-SLI Deluxe
Memory
2 x 1GB OCZ DDR2 800; 2 x 1GB Crucial DDR2 800
Graphics Card(s)
MSI GeForce 8600GTS
Sound Card
HT Omega Striker
Monitor(s) Displays
BenQ 24" FP241W
Screen Resolution
1920x1200
Hard Drives
2 x 500GB Samsung Spinpoint
PSU
330W SeaSonic
Case
Coolermaster 960
Cooling
7 120-140mm fans
I'm dual-booting Windows 7 and Windows XP, and everything on my XP drive is read-only in Windows 7. I've searched on this issue, and read a bit, and the information I've found so far is very dis-heartening.

Do I seriously have to take ownership of all my old files? :shock: This is incredibly stupid. And what effect does this have if I boot in XP? Do I then have to tell XP to re-take ownership of everything?

I can't believe how absurd this is and really hope it doesn't make it into the final release. I've run into minor issues similar to this with XP installations, but only with user directories, and only when XP was set to protect each user's files. Every single file I try and access is read-only - this is insanity! What has XP/Win7 done with the NTFS ACL?

You won't necessarily have to take ownership, although that remains the best way of doing things.

What you can do is boot into Windows 7, edit the security of the specific folders you want to access, and add your Windows 7 username with Full Access credentials. Make sure that those Full Access credentials are correctly propagated to files and subfolders.

Now, when you boot into XP, it should show up as an "Unknown User", but you should have access to those files anyway from within Windows 7.

Still, it's the better option to rather take ownership and dump XP altogether. If you really must still use XP, have you looked into Windows XP Mode yet?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Virtual Machine
OS
Windows 7 Professional 32-bit SP1
CPU
AMD A4/A6
Motherboard
Intel Corporation 440BX Desktop Reference Platform
Memory
3.00GB EDO
Graphics Card(s)
VMware SVGA 3D
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic Non-PnP Monitor on VMware SVGA 3D
Screen Resolution
1440x900
Hard Drives
1 x 60GB VMware Virtual SATA Hard Drive ATA Device
Antivirus
Kaspersky Total Security
Thanks for the info! My system has the same name in Win7 & XP, and I have the same username in both... I guess it uses an internally generated ID for ACL management.

Unfortunately, the specific folders I want to access are everything on a 500Gb drive - I don't understand why they would do this!

I'm trying to re-create my daily work environment in Win7, and while I use VirtualBox and may consider Win7's XP-mode VM, I'd generally like to just boot into my already working and configured XP environment when I'm having problems getting my work done in Win7.

It really seems like Win7's ACL management might still have some glitches - I verified that I am in my Administrators group, yet when I try and access files in a folder that grants full permissions to the Adminstrators group Win7 tells me they're read-only.

And of course there's the problem that the file attributes are actually set to read-only, and un-checking read-only has no effect.
 

My Computer

OS
Windows 7 7100 x64
CPU
Athlon 64 X2 3000+
Motherboard
Asus M2N-SLI Deluxe
Memory
2 x 1GB OCZ DDR2 800; 2 x 1GB Crucial DDR2 800
Graphics Card(s)
MSI GeForce 8600GTS
Sound Card
HT Omega Striker
Monitor(s) Displays
BenQ 24" FP241W
Screen Resolution
1920x1200
Hard Drives
2 x 500GB Samsung Spinpoint
PSU
330W SeaSonic
Case
Coolermaster 960
Cooling
7 120-140mm fans
Thanks for the info! My system has the same name in Win7 & XP, and I have the same username in both... I guess it uses an internally generated ID for ACL management.

Unfortunately, the specific folders I want to access are everything on a 500Gb drive - I don't understand why they would do this!

I'm trying to re-create my daily work environment in Win7, and while I use VirtualBox and may consider Win7's XP-mode VM, I'd generally like to just boot into my already working and configured XP environment when I'm having problems getting my work done in Win7.

It really seems like Win7's ACL management might still have some glitches - I verified that I am in my Administrators group, yet when I try and access files in a folder that grants full permissions to the Adminstrators group Win7 tells me they're read-only.

And of course there's the problem that the file attributes are actually set to read-only, and un-checking read-only has no effect.

Actually, you are half right.

It's not that Windows 7 has buggy ACL code, it's one of the features of the NTFS file system. The only possible way that I can think of to no longer require the need to change ownership or security permissions would be to convert the NTFS filesystems for both XP and 7 to FAT32.

Trouble is, the build-in "convert" utility in XP and 7 can convert only from FAT32 to NTFS - not vice versa, so you'll need a third party utility to so. Another drawback to FAT32 is the larger the volume on which it is used, the more space is wasted. It's not really very effective to use on anything larger than maybe 40 or 80 GB drives, and not to mention that it's far more prone to damage than is NTFS.

Have you tried yet (from within Windows 7) to add your user name (with full access permissions) to the root folder of the XP drive?

Code:
C:\Documents and Settings\user>convert /?
Converts FAT volumes to NTFS.
CONVERT volume /FS:NTFS [/V] [/CvtArea:filename] [/NoSecurity] [/X]
  volume      Specifies the drive letter (followed by a colon),
              mount point, or volume name.
  /FS:NTFS    Specifies that the volume is to be converted to NTFS.
  /V          Specifies that Convert should be run in verbose mode.
  /CvtArea:filename
              Specifies a contiguous file in the root directory to be
              the place holder for NTFS system files.
  /NoSecurity Specifies the converted files and directories security
              settings to be accessible by everyone.
  /X          Forces the volume to dismount first if necessary.
              All opened handles to the volume would then be invalid.
C:\Documents and Settings\user>exit
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Virtual Machine
OS
Windows 7 Professional 32-bit SP1
CPU
AMD A4/A6
Motherboard
Intel Corporation 440BX Desktop Reference Platform
Memory
3.00GB EDO
Graphics Card(s)
VMware SVGA 3D
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic Non-PnP Monitor on VMware SVGA 3D
Screen Resolution
1440x900
Hard Drives
1 x 60GB VMware Virtual SATA Hard Drive ATA Device
Antivirus
Kaspersky Total Security
Solution

SOLUTION TO ALL FILES ON OLD XP DRIVE READ-ONLY

  1. In Windows 7, Right-click on the drive and click Properties
  2. On the Security tab, click Edit
  3. Click the Add button and enter your username (I entered it in the format "<ComputerName>\<UserName>")
  4. Check the "Allow Full Control" box and click OK.
  5. Wait for it to finish.... enjoy!

This may seem like a "DUH" solution, but it didn't occur to me to try it because I am already in the Administrators group, and the Administrators group is already listed with "Allow Full Control." I guess this is a bug which will hopefully be fixed before release.

Thank you for the suggestion, Peter!
 

My Computer

OS
Windows 7 7100 x64
CPU
Athlon 64 X2 3000+
Motherboard
Asus M2N-SLI Deluxe
Memory
2 x 1GB OCZ DDR2 800; 2 x 1GB Crucial DDR2 800
Graphics Card(s)
MSI GeForce 8600GTS
Sound Card
HT Omega Striker
Monitor(s) Displays
BenQ 24" FP241W
Screen Resolution
1920x1200
Hard Drives
2 x 500GB Samsung Spinpoint
PSU
330W SeaSonic
Case
Coolermaster 960
Cooling
7 120-140mm fans
Just to clarify this is not a bug in windows but a result of the dual rights system in use by default.

Although you are a member of the administrators group you are running as a standard user unless your rights are elevated. you can manually elevate rights by right clicking and selecting run as administrator, certain programs will auto elevate and produce the UAC prompt (if enabled), explorer is not one of these

If you wish to have full administrator rights in windows explorer run explorer.exe with run as administrator

In effect what you are doing when you add your user name to the file access rights is adding the non elevated standard user, thus providing access in explorer.
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    Computer Manufacturer/Model Number
    ChillBlast - Custom to my design
    OS
    Windows 11 Pro x64 [Latest Release and Release Preview]
    CPU
    Ryzen 9 5950X, 3.8 - 5.2 MHz
    Motherboard
    Asus Prime X570-Pro
    Memory
    64GB [2 x 32GB] DDR4 3200MHz
    Graphics Card(s)
    4GB NVIDIA GEFORCE GTX 1650 Ti
    Sound Card
    On-board SPDIF to 5.1 System + HDMI [5.1 system]
    Monitor(s) Displays
    32" UHD 32 Bit HDR Monitor + 43" UHD 4K 32Bit HDR TV
    Screen Resolution
    2 x 3840 x 2160 @60Hz
    Hard Drives
    1TB M2 SSD OS, 500GB Fast Access SSD, 2 x 8TB Data + Various Externals from 1TB to 4TB, 10TB NAS
    PSU
    NZXT C750 80 PLUS Gold 750W Modular PSU
    Case
    Workstation Case [Matt Black]
    Cooling
    NZXT Kraken X63 280mm CPU Cooler +2x Quiet Case fans
    Keyboard
    Logitech Wireless MX Keys & K400 + others
    Mouse
    Logitech Wireless MX Master 3S
    Internet Speed
    920 MB Down 50 MB Up
    Antivirus
    BitDefender Total Security Pro
    Browser
    Chrome (always run latest Non-Beta)
    Other Info
    Also run ...
    Laptop - Quad 8GB - Windows 10 Pro x64
    Nexus 7 Android tablet x2
    Samsung 10.2" tablet
    Blackview TAB 8 4G Android Tablet c/w Keyboard
    Wacom Intuos Pro Medium Pen Pad
    Wacom Intuos Pro Small Pen Pad
    Wacom Expresskeys Remote
    Loopdeck+ Graphics Controller
    Shuttle Pro v2 Control
  • Computer type
    Laptop
    System Manufacturer/Model Number
    Dell XPS 17 10750H
    OS
    Windows 11 Pro x64 Latest RP
    CPU
    Intel I7 10750H 5.0GHz
    Motherboard
    Dell XPS
    Memory
    32GB [2x16GB] DDR4 2933 MHz
    Graphics Card(s)
    nVidia GTX1650Ti 4 GB GDDR6
    Sound Card
    Stock [Realtek] 4 Speaker
    Monitor(s) Displays
    17" IPS UHD+ Infinity Edge Touchscreen
    Screen Resolution
    3840 x 2400
    Hard Drives
    2TB M2 NVMe, 4TB External + various 500GB & 1TB External NVMe (also have access to spinner HDD from
    PSU
    Stock
    Case
    Stock XPS Aluminium & Carbon Fibre
    Cooling
    Stock - Active Fan Control
    Keyboard
    Backlit + Various Logitech
    Mouse
    Stock Track Pad + Logitech MX Trackball
    Internet Speed
    72 MB Down 18MB Up
    Browser
    Chrome
    Other Info
    Also run ...
    Laptop - Quad 8GB - Windows 10 Pro x64
    Nexus 7 Android tablet x2
    10.2" tablet
    Sony Z3 Android Smartphone
    Wacom Intuos Pro Medium Pen Pad
    Wacom Intuos Pro Small Pen Pad
    Wacom Expresskeys Remote
    Loopdeck+ Graphics Controller
    Shuttle Pro v2 Control Pad
    10TB NAS
  1. In Windows 7, Right-click on the drive and click Properties
  2. On the Security tab, click Edit
  3. Click the Add button and enter your username (I entered it in the format "<ComputerName>\<UserName>")
  4. Check the "Allow Full Control" box and click OK.
  5. Wait for it to finish.... enjoy!
This did not work for me?!?!?! I can't edit the tags of any of my .mp3 files and it's quite annoying.
 

My Computer

OS
7 Pro 64-bit
CPU
E6750
Motherboard
P5K-E
Memory
4GB Corsair 1066
Graphics Card(s)
4870 1GB
Sound Card
X-Fi
Monitor(s) Displays
Samsung 275T
It is a bug when you can't do it even after using every suggestion on this thread.
 

My Computer

OS
Windows 7/XP
hi, i tried to do it all possible ways - tried to change the permitions on actual folder (still read-only), I changed security->FUll control for users on the folder (still R-O), I added me as an user (eventhough I'm administrator) and allowed full control and still it is R-O.

any advice from anyone who was succesfull on this ?

Maros
 

My Computer

OS
win 7
OK, here is the thing (BUG?):

if you apply security permitions on folder that includes any files, the folder will get the permitions, but not the files inside - eventhough win writes, that it will be applied on Folders, subfolders and Files. Bull**** ... if you look at the permitions of any file inside the folder, you will se there are only 2 permitions set. If you change it on this file, then everything works perfect.

The problem is that you cannot select several files and apply the security permitions on this bunch :(

well, well ...

maros
 

My Computer

OS
win 7
Easier solution - read all pls.

OK, here is the thing (BUG?):

if you apply security permitions on folder that includes any files, the folder will get the permitions, but not the files inside - eventhough win writes, that it will be applied on Folders, subfolders and Files. Bull**** ... if you look at the permitions of any file inside the folder, you will se there are only 2 permitions set. If you change it on this file, then everything works perfect.

The problem is that you cannot select several files and apply the security permitions on this bunch :(

well, well ...

maros


To everyone that has this problem. It is not a bug.
The folders were created with an username on the XP install.

Ofcourse Win7 or any newly installed OS including XP, won't know that user because it was made in a previous install.

So in the new os the old user shows up as: S-76254-2346436-234634... or something similar.
It means user unknown.
To get full access to the folders and files you need to add a user that is created on the new OS.

Best practice is to use your username. You must also give it 'full permissions"

Usually you are not allowed to add users to a folder without first taking ownership. That is the only reason why you would need to take ownership in the first place.

NTFS security is not a simple matter. One needs to do some reading on it to understand it.
In the turorial section of this forum you can find a tutorial on setting permissions.
But you need to do the reading yourself.


However. There is an easier way.

To understand this I have to explain something.

1. When a folder with certain security settings is copied, the settings will be lost.
The copied folder will adopt the settings of the "parent" folder, or easier said, the folder you are copying it to.

2. When a folder is moved, the settings will remain as they were.

This is why sometimes you can enter the parent folder, but not the child.
The child has been moved from another location and maintained it's own settings.

How can this be helpful to you?

Create a new folder that resembles the "parent" folder that's giving you problems.

for example when the folder is called "My files" make the new one "My files2"

Check the security settings of that new folder.
If your username is not there, add it, and give it full permissions.

Now copy (NOT MOVE) the files from the exmpl. "My files" folder to the "my files2" folder.

All the folders will now adopt the security settings of the parent folder you created.
If you did them right, you should be ok.

Check if everything is working and then delete the old "my files" folder and rename the "my files2" folder to "my files". (examples names of course.)


good luck

edit: warning:
before doing this, make sure you have enough room on your disk for all the folders.
If you have little room , you need to copy only a few folders at a time and delete the folders that were done successfully. Then copy the next and so forth.
 
Last edited:

My Computer

OS
Win7 Build 7600 x86
CPU
Pentium II 300MHz
Motherboard
Asus
Memory
32mb EDO RAM
Graphics Card(s)
Diamond Viper
Sound Card
Soundblaster 16
Monitor(s) Displays
14" AOC CRT 16K color
Screen Resolution
800x600
Hard Drives
300mb Quantum fireball
PSU
110 Watts
Cooling
Passive
Keyboard
Trust Ergonomic
Mouse
Generic
Internet Speed
256K u 128K d
Hair-pulling time, because none of these suggestions works.
I have admin privileges, and I own the folders I'm trying to work with.
I can uncheck Read Only and apply that to the folder and its subfolders, etc.
The checkmark goes away until I reopen that same folder... then it's read only again.
What a huge mess and waste of time this is causing us, because we can't work with the hundreds of files we need to be able to work with!
 

My Computer

OS
Win7 Pro 32bit
Hair-pulling time, because none of these suggestions works.
I have admin privileges, and I own the folders I'm trying to work with.
I can uncheck Read Only and apply that to the folder and its subfolders, etc.
The checkmark goes away until I reopen that same folder... then it's read only again.
What a huge mess and waste of time this is causing us, because we can't work with the hundreds of files we need to be able to work with!

Readonly does not apply to folders. The checkbox always has a block in it when viewing folder properties. You need to set the permissions in the security tab.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Alienware Aurora ALX R4
OS
Windows 10 Pro (x64)
CPU
Intel Core i7-3930K (3.2GHz - 4.5GHz)
Motherboard
Alienware Aurora-R4 x79
Memory
4x Samsung 4GB PC3-12800 DDR3 (16GB 1600MHz)
Graphics Card(s)
Nvidia Geforce GTX 690
Sound Card
SteelSeries Siberia Elite
Monitor(s) Displays
Dell UltraSharp U3011
Screen Resolution
2560x1600
Hard Drives
Samsung 850 Pro 256 GB, Seagate 1TB Desktop Hybrid HDD, 2x Western Digital 4TB Green HDD
PSU
875W Some Dell PSU <.<
Case
Alienware Aurora ALX
Cooling
Custom Liquid Cooling (EK CPU & GPU blocks) dual EK 480RAD
Keyboard
Logitech G710+ Mechanical
Mouse
Logitech G700s
Internet Speed
Verizon Fios (50 mbps average)
Other Info
Server: Intel NUC D54250WYK: i5-4250U, 16GB, 256 GB mSATA, Windows Server 2012 R2
Back
Top