|
Hi,
what are the impacts of enabling compression on an SSD. How does it affect performance/life span/does it make a difference?
thanks!
Started by jamesn on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at bit-tech):
So, if you enabled NTFS file compression on a SF, it will give the same, afaik, NTFS compression by itself can make compressed files like jpegs, rars, mp3s, wmvs, etc both the write ....
Highly compressible ones.
|
|
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.
|
|
I'm creating an installer with NSIS for a program that needs to run on an NTFS volume. How do I detect if the install to path is on an NTFS volume and act accordingly (show a help/warning message)?
Started by Abdullah Jibaly on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The first call CREATES NTFS=" > newinclude.nsh' !system 'chkntfs c: | find /c "NTFS" >> newinclude.nsh' !include newinclude.nsh !ifdef....
I "assume" there isn't a define already named NTFS -- if so, change this accordingly.
|
Ask your Facebook Friends
|
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.
|
|
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.
|
|
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.
|
|
Started by wpmegee on
, 32 posts
by 27 people.
Answer Snippets (Read the full thread at reddit):
Q) What semantics or features of NTFS are no longer supported on ReFS?
The NTFS features we have chosen to not support in ReFS are: named streams, object IDs, short names, compression, file level of them make sense, NTFS ....
|
|
Yesterday, 01:34 PM Hi there.
I have a large presentation that needs to go on a usb stick for posting to a client in Spain. I installed Tuxera NTFS and formatted the USB for NTFs. Great, I could read and write to it, so I put the presentation on and posted...
Started by wisp101 on
, 7 posts
by 4 people.
Answer Snippets (Read the full thread at mac-forums):
Yesterday, 01:36 PM What did you use to format it to NTFS? Yesterday, 01:42 PM Tuxera NTFS Yesterday, 03:17 PM I'm not familiar with Tuxera NTFS, but if it uses MacFUSE along the same lines as NTFS, I'd recommend Paragon ....
|
|
NTFS-3G Sees Major Update w/ Faster Compression Phoronix: NTFS-3G Sees Major Update w/ Faster Compression
Tuxera has released a new community version of their NTFS-3G FUSE file-system implementation. This new release packs some new features...
http://...
Started by phoronix on
, 8 posts
by 6 people.
Answer Snippets (Read the full thread at phoronix):
I'm just glad or to play my music that's on an NTFS partition Originally Posted by DeepDayze I'd only use this if I need to rescue a broken Windoze system....
It's slow as hell, but the only thing that saves the day .
NTFS because it's faster.
|
|
On Wed, 14 Jan 2009 19:18:01 -0800, ME <ME@discussions.microsoft.com
First off, I don't really know where to post this, TechNet General, Learning,
or WindowsXP General? I use XP and this is a general question. Anyway,
here's the dish... Don...
Started by ME on
, 16 posts
by 11 people.
Answer Snippets (Read the full thread at omgili):
FAT which use a third party utility)
NTFS does not this have 32GB partition size limitation,
which is why you see most large drives ....
NTFS adds Encryption
NTFS adds native data compression
NTFS uses 4KB blocks vs.
|