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
18
votes
1 answer

From bad sector to "damaged file" - did it for Linux/ext3, can I do it for Windows/NTFS?

When a SMART check on a disk reports a bad sector, it is important to be able to identify the file that has the bad sector - and restore it from backups. Below, I show how I did this for my Linux/ext3 VMWARE server - but does anyone know if this can…
ttsiodras
  • 413
  • 1
  • 4
  • 10
18
votes
10 answers

NTFS Folder has no owner, no permissions, can't be deleted

I have a folder a 2003 member server which can't be deleted. Nothing has any permissions (domain admin and running up a cmd prompt as "nt authority\system" using psexec) - always "access denied". When I do a dir /q, the owner shows as "...". I've…
winnt93
  • 183
  • 1
  • 1
  • 5
16
votes
2 answers

How do you disable the "last accessed" attribute on NTFS/Windows?

Inspired by this answer, I realize I have no idea how to disable the last accessed attribute in Windows to increase performance. If you can, how? I know in Linux you can mount the partition with the 'noatime' option, but is there a similar feature…
romandas
  • 3,302
  • 8
  • 39
  • 44
16
votes
3 answers

List user's folder access permissions

I have a user in a domain who has access to multiple subfolders in multiple folders. His rights were defined pretty granularly. Now he's leaving the company but will continue to work for a firm as a contracted resource. I need to find all folders he…
imagodei
  • 499
  • 1
  • 3
  • 13
15
votes
5 answers

How can I use PowerShell to enable NTFS compression, in place, on log files older than x days?

I have an application server, running Windows 2012 R2, which generates a high volume of log files, to the point that it runs the application volume out of free space on a semi-regular basis. Due to restrictions from the application itself, I can't…
HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
15
votes
4 answers

NTFS - Domain Admins don't have permissions despite being part of the Local Administrators group

As per "Best Practices" staff in our IT department have two accounts. An unprivileged account and an account that is a member of the global Domain Admins ($DOMAIN\Domain Admins) group. On our file servers the Domain Admins group is added to the…
user62491
14
votes
6 answers

Best method to track folder size growth over time?

I have a file server that has a pretty large folder tree. There's a shared folder, under that are 5 departmental folders. Nested inside of those are thousands of subfolders and files. I would like to be able to trace growth of those 5 departmental…
Aszurom
  • 463
  • 2
  • 8
  • 19
13
votes
2 answers

Is it good practice to use NTFS Compression on IIS Log folders?

Is it a good practice to use NTFS Compression on a IIS Log folders and files? I was able to go down from 20GB to 7GB by doing this. The IIS logs are per day, and have an average size of 20MB but some extreme days have 200MB. I'm wondering if IIS has…
Malartre
  • 321
  • 2
  • 5
  • 13
13
votes
3 answers

What are possible drawbacks of an IIS 7 site having an NTFS junction as a web root?

I am trying to come up with a way to deploy ASP.NET code with as little site disturbance as possible. One thought was to set up the site to be served from an NTFS junction c:\www\example.com where c:\www\example.com ->…
jayrdub
  • 338
  • 5
  • 13
12
votes
1 answer

Sluggish performance on NTFS drive with large number of files

I am looking at this setup: Windows Server 2012 1 TB NTFS drive, 4 KB clusters, ~90% full ~10M files stored in 10,000 folders = ~1,000 files/folder Files mostly quite small < 50 KB Virtual drive hosted on disk array When an application accesses…
Paul B.
  • 293
  • 1
  • 2
  • 9
12
votes
5 answers

Resetting NTFS Permissions Disk Wide

Someone messed up majorly in setting permissions on an NTFS drive and I'm looking at a way to reset all permissions to default. The OS will be reinstalled but I'm trying to salvage data from their user directories. None of the data is encrypted at…
Andrew Moore
  • 562
  • 1
  • 5
  • 15
12
votes
1 answer

NTFS ACL's: What is the difference between object and container inhertiance?

I am looking at using icacls.exe. However, before proceeding, I wanted clarification on the difference between these two ACL's: (OI) - object inherit (CI) - container inherit
Belmin Fernandez
  • 10,799
  • 27
  • 84
  • 148
11
votes
6 answers

Install GRUB on NTFS

I would like to install 2 completely independent instances of Windows XP (no data should be shared) in my computer within 2 different primary partitions. I know that grub can handle booting them correctly, but I have no idea if it's possible to…
karatchov
  • 415
  • 2
  • 7
  • 11
11
votes
3 answers

Why does Windows process all NTFS child objects when changing a parent’s ACL?

Why does Windows process all NTFS child objects when changing a parent’s ACL? I would expect this behavior if I had checked the “Replace all child object permissions...” box, but even when that box is left unchecked, Windows will process all the…
Corey
  • 2,031
  • 12
  • 39
  • 54
11
votes
3 answers

Get the Allocation Unit Size from NTFS disk

I need to find out the "Allocation Unit Size" selected when a particular hard-disk was formatted. It doesn't appear in the properties information for the drive. Is there any easy way to get this information?
Simon Johnson
  • 405
  • 1
  • 4
  • 9
1
2
3
37 38