|
I want to compress a folder using NTFS compression in .NET. I found this post , but it does not work. It throws an exception ("Invalid Parameter").
DirectoryInfo directoryInfo = new DirectoryInfo( destinationDir ); if( ( directoryInfo.Attributes & FileAttributes...
Started by decasteljau on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Also, note that setting compression on a directory in NTFS does not compress allI don't believe there is a way to set folder compression in the .NET framework as the docs (remarks sure it works for you with....
On the directory.
|
|
XP NTFS disk compression - reliable?
Any reason not to let NTFS compress an external HD used for backup?
Nill
~~
www.toulme.net
Started by Nill Toulme on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at openphotographyforums):
I have used it quite a lot in the past when disk, the compression ratio achieved is not going to be be worth the trouble since these file formats do not compress well....
Or reliability issues with the NTFS compression before.
|
|
Should Flash Drives be formatted NTFS? What are the Pros & Cons of doing so?
Started by jinsungy on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
NTFS compression can give you more "space" on the drive by compressing filesYou can format....
You do get NTFS ACLs and compression with dashes in them).
Systems that don't support the NTFS filesystem, obviously.
|
Ask your Facebook Friends
|
How would I create/ delete/ read/ write/ NTFS alternate data streams from .NET?
If there is no native .NET support, which Win32 API's would I use? Also, how would I use them, as I don't think this is documented?
Answer Snippets (Read the full thread at stackoverflow):
Streams can have compression, encryption and sparseness set on them independent of the default stream.
|
|
We have an application that is planning to store around 1.1TB of XML files which average 8.5kb in size.
These represent a rolling 18 months of data, with around 200,000 new files being created every day.
Each file will be written only once, and then has...
Started by Richard E on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
NTFS Performance Hacks Disable the NTFS Last Access....
Disable last access time stamp and reserve space for the MFT .
To disk as well?)
However
Windows NTFS file systems by default attempts to defragment file systems faster hard drives.
|
|
We are using a rsync based backup for our Lonux servers which is fantastic. We rsync all our Linux server onto our large Linux base samba fileserver. Unfortunately that server is completely outdated and migrated over to Active Directory.
Now I'm stuck...
Answer Snippets (Read the full thread at serverfault):
Unlike.
Assumes that your backup software will take care of any delta/compression features you want...
|
|
On a modern system can local harddisk write speeds be improved by compressing the output stream?
This question derives from a case I'm working with where a program serially generates and dumps around 1-2GB of text logging data to a raw text file on the...
Started by BCS on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Just choose an compression algorithm and settings that make....
Windows already supports File Compression in NTFS, so allIf it's just text, then compression could definitely help.
In overhead as an example of this in practice.
|
|
Is it true that newer Corsair SSDs have automatic hardware compression?
If so, there would be no point in using NTFS compression.
Started by ksolway on
, 5 posts
by 2 people.
Answer Snippets (Read the full thread at corsair):
Of the controller.
|
|
My application writes some bytes of data to an alternate data stream. This works fine on all but one machine (Windows Server 2003 SP2). Instead, CreateFile returns ERROR_DISK_FULL when I try to create an alternate data stream (on the root directory). ...
Started by ur on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
From Understanding NTFS Compression
You might want to see what something like Sysinternal's Process directory is limited....
Is to give the reader a more thorough understanding of what really happens when you compress NTFS files.
|
|
To NTFS or not to NTFS that is the question. But unlike the deeper questions of life, this one isn't really all that hard to answer. For most users running Windows XP, NTFS is the obvious choice. It's more powerful and offers security advantages not found...
Started by samrat_21 on
, 2 posts
by 1 people.
Answer Snippets (Read the full thread at mobilephonetalk):
|