Decompressing Files on an NTFS Volume from Linux

Posted by amphetamachine on Server Fault See other posts from Server Fault or by amphetamachine
Published on 2010-05-02T17:09:12Z Indexed on 2010/05/02 17:18 UTC
Read the original article Hit count: 276

Filed under:
|
|
|

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?

© Server Fault or respective owner

Related posts about ntfs

Related posts about linux