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
8
votes
4 answers

How do I force ntfsresize to ignore the backup bootsector?

I cloned one hard drive to another and things are working well. Except for my NTFS volume not taking up the entire partition (due to the older volume being smaller). Doing this: sudo ntfsresize -x /dev/sdb3 I get this error: ERROR: Could not get…
UsAaR33
  • 1,096
  • 3
  • 11
  • 20
8
votes
5 answers

Protect files on NTFS volume from Domain Administrators

We're a small company with a 2008R2 domain on which we have a file server with several shared volumes. We have a number of IT staff in the domain administrators role, because effectively we're all on call 24x7. However, it has recently become an…
bab
  • 443
  • 2
  • 6
  • 12
8
votes
2 answers

Windows 2003; Find folders with non-inherited/changed permissions

The question: I'm looking for a good way to audit/search a directory structure (Windows 2003) and locate any folders that either don't inherit permissions from their parent -or- have additional users/groups added. The Back Story We're migrating an…
Chris_K
  • 3,444
  • 6
  • 43
  • 45
8
votes
3 answers

How to see if/when a long file copy operation actually completed?

Having to move several very large files (VHDs) between two servers, I launched the file copy operation using Windows Explorer in a Remote Desktop session, and then closed the session without logging off, leaving the file copy to work; the next day,…
Massimo
  • 70,200
  • 57
  • 200
  • 323
8
votes
4 answers

Why can't I delete a folder that I have ownership (+ children) AND full control permissions (+ children) on?

I've got some leftover Windows update temporary folders (they have GUID-ish names) on the root of the system drive. I'm trying to clean these up, but am getting the following behavior upon deletion request through Windows Explorer: "You'll need to…
Trevor Sullivan
  • 81
  • 1
  • 1
  • 2
8
votes
3 answers

NTFS: How do I find the sector(s) a file is occupying?

On my hunt to find an answer, I came across an answer to the opposite question, how to find which file occupies a sector (on Windows, use nfi.exe from the Windows 2000 OEM toolkit). From what I know, finding the sector(s) a file is occupying is…
brandeded
  • 1,845
  • 8
  • 32
  • 50
7
votes
1 answer

How to setup IIS on Failover Cluster with Shared Data

I'm trying to setup a highly available IIS for public facing websites, and I'm having a hard time finding information on the best and most secure method of setting up the permissions, correctly configuring IIS, and verifying that my setup plan is…
Justin M
  • 123
  • 1
  • 6
7
votes
1 answer

What are $Extend\$Deleted file system entries and how do I get rid of them?

I'd like to shrink an NTFS data partition on one of my servers. Unfortunately, it has an "unmovable file" located at an inconvenient position. Here is the relevant event log entry: A volume shrink analysis was initiated on volume Daten (C:\Daten).…
Heinzi
  • 2,217
  • 5
  • 32
  • 52
7
votes
2 answers

Safe to change NTFS ACLs on an active file system?

We're adding a lot of new groups to the permissions on our companies shared drives. Some of the folder trees can contain millions of files and TBs of data. As is, changing the ACLs on these folders can anywhere from seconds to hours, depending on…
Caesar Kabalan
  • 348
  • 1
  • 4
  • 12
7
votes
1 answer

Evaluating current ACEs on NTFS ACLs with PowerShell

We have a document management system that has million of files on a NTFS file system accessed through a network share. A single service account needs full permission to all of these files and the application brokers access using this service…
MDMarra
  • 100,734
  • 32
  • 197
  • 329
7
votes
1 answer

Why does chkdsk take a long time on one particular index?

I have a large set of data (about nine million files of various sizes and types; mostly student home directories) and when I run chkdsk on the volume it spends a long time on a particular index. By "a long time" I mean several hours, a substantial…
Harry Johnston
  • 6,005
  • 4
  • 35
  • 52
7
votes
1 answer

Why is ext3 so slow to delete large files?

I have a server, which makes an incremental backup of a system every night. Now on saturdays, there is a full backup. But after the full backup has finished, a script kicks in, that deletes the incrementals. Now, the script sometimes breaks, and it…
Janis Peisenieks
  • 249
  • 1
  • 5
  • 11
7
votes
3 answers

How can I use NTFS and iSCSI and not corrupt my SAN?

I know you can't use multiples NTFS machines/servers with the same SAN iSCSI target without corruption. I have multiple servers, however, that need access to the same data on the same SAN. I do not have Microsoft Clustering Services nor can I use…
johnny
  • 2,328
  • 9
  • 37
  • 57
7
votes
3 answers

Does NTFS performance degrade significantly in volumes larger than five or six TB?

One of my customers is planning to set up a new document store, which will probably grow by 1-2TB per year. One of my co-workers says that Windows performance is extremely bad if it has a single NTFS volume that is bigger than five or six TB. He…
Josh Yeager
  • 285
  • 3
  • 13
7
votes
3 answers

Are there any programs that log all activity on a Windows 2003 file share?

I'm looking for a simple way to log when a file/folder has been deleted or moved. I'm sort of surprised there doesn't seem to be a way within Windows to do this. I see there's several programs out there to do this, what should I go for? Edit: I'd…
Geoffrey
  • 273
  • 1
  • 4
  • 12