Questions tagged [ntfs]

NTFS is the primary file system of all modern versions of Windows.

NTFS is the primary file system of all modern versions of Windows and is largely backward-and-forward-compatible in all supported versions. It is a journaling file system which makes it robust in the face of system failure, and in Vista/Windows Server 2008 and later offers support for transactions. It supports transparent compression and encryption and full access-control-list-based security.

563 questions
3
votes
1 answer

Why is my Windows Server 2003 system freezing under heavy disk I/O?

Using Windows Virtualization, I'm running a simple script on a Windows Server 2003 virtual machine that moves ~650,000 images from one directory to another. It's little more than a simple loop that tests if the picture exists, and moves it if it…
Evan Carroll
  • 2,373
  • 10
  • 34
  • 53
3
votes
8 answers

How to move or delete files from a folder containing 2 million files on an NTFS drive?

The issue is that any modification to the directory locks up Explorer indefinitely, though Samba access to other directories still works. I've tried moving files locally and over Samba. Even enumerating the directory to get the list of files locks…
Beau
  • 287
  • 2
  • 11
3
votes
2 answers

Quick format vs full format

When formatting a drive as ntfs for a windows XP install, you have an option to choose between a "quick" format and complete format. What is the difference between the two (aside from how long it takes to complete)?
Joel Coel
  • 12,932
  • 14
  • 62
  • 100
3
votes
1 answer

Migrating Mail Data beetween Datacenters - Looking for Ideas

We already managed to migrate Hyper-V VMs (more than 70 TiB) by 3rd Party Backup Softwares with 10 minutes downtimes. However there is that one dirty job to handle; 4 TiB of Mail Data which provisioned by 8 TiB LUN. Mail Server VM access this LUN by…
Aesnak
  • 571
  • 4
  • 12
3
votes
1 answer

Huge MFT and slow performance

I have a Windows Server 2012 R2 with huge MFT and slow performance when listing file in folder. Filesystem is about 350.000 files but in past many millions file was created and delete with crap Backup program. System is vm on hyperv server core…
3
votes
3 answers

Is it bad to defrag a minimally fragmented drive?

Someone told me that it is not always a good idea to defragment a minimally fragmented drive (<2%); and that it could cause performance issues. Are they right, and why/why not?
BIBD
  • 1,866
  • 10
  • 30
  • 44
3
votes
1 answer

Windows Server 2019 Hyper-V guest simultaneous access

Environment is a standalone Windows Server 2019 hosting multiple Hyper-V machines running on it. The idea was to be able to mount a single specific virtual disks to multiple virtual machines and be able to simultaneously read and write to it from…
ginah
  • 31
  • 2
2
votes
1 answer

How do I remove unindexed files from an NTFS system, without unmounting the disk?

I have accidentally created a giant, unindexed, file on an NTFS system and I am trying to remove it. CHKDSK appears to require the disk to be unmounted before the file can be reindexed (and eventually removed). Is there any way to achieve the same…
blueberryfields
  • 757
  • 1
  • 7
  • 17
2
votes
1 answer

Calculate folder size without counting links

I need to calculate the size of "real" files created under a folder (and its sub-folders) on an NTFS drive, where "real" is all files that are not present because of hard/soft-links, junctions etc. Is there currently any tool that will do this?…
Doc
  • 121
  • 4
2
votes
6 answers

Does a file system lose performance as it fills up?

The context of the question is a Windows computer (so the filesystem in question is NTFS) that is filling up with data that can probably be removed. But I don't know whether it's worth the time to weed through it, or whether we should just defrag…
DarkTygur
  • 83
  • 1
  • 5
2
votes
1 answer

Large-ish shared file directory very slow to open files

I have network share that contains several folders. One of those folders contains somewhere around 70,000 files, most of which are fairly small (less than 10kb) files, though some are significantly larger. The issue is that opening (via notepad or…
BenHall
  • 31
  • 5
2
votes
1 answer

Windows file permissions - Admin permissions don't seem to work as expected / access denied

I have just inherited a server and I have an issue accessing some folders. I usually get this solved "in the end", usually by forcing a takeown command and then starting from scratch - but, it's annoying me and I would really like to understand why…
wil
  • 195
  • 5
2
votes
1 answer

Restrict modify / delete for "not my" files / folders on an NTFS share

This question is, perhaps, slightly similar to this question, but the actual plan is different. My goal is to create a "temp" share where people can off-load their data (for example, when they are getting ready to reinstall the OS or need to quickly…
MBender
  • 381
  • 2
  • 8
  • 25
2
votes
1 answer

LAN FIle and/or Service Search

Anyone know of a tool/script that I can use to find if a single file is present on machines on my LAN? The file would be in the same place every time. Same applies to a service. Need to know which servers have a particular service running or not on…
Malnizzle
  • 1,441
  • 2
  • 16
  • 30
2
votes
1 answer

NTFS - writing small files performance variations

I have some test code that generates a list of 5000 small blocks of data (min. size: 351 bytes, max size: 386 bytes, average size: 385 bytes) and then writes them as separate files to a directory - average write time is around 5 msec per file If I…
MiMo
  • 121
  • 4