Decompressing Files on an NTFS Volume from Linux
- by amphetamachine
I recently did something stupid on my dual-boot laptop, where I compressed the entire volume to make room for a Linux partition. For some reason, Windows let me compress C:\ntldr. Now I need to get it uncompressed in order for Windows to boot.
Here are some of the operating restrictions I have:
I do not have access to the BIOS.
I cannot boot from CD/USB/floppy. (I installed Linux through PXE)
It does not have network access.
Is there were some way to specify that the ntfs-3g driver shouldn't compress files even if it thinks it should (if the directory is compressed) when mounting the volume?
Or, is there a way to modify the attributes of a directory using ntfstools?