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
3 answers

Setting Windows ACLs to allow sub-subdirectory access

We're in the process of moving some directories from NetWare to Windows, and have run into a difference of permissioning. Because NetWare makes this easy, we have whole volumes where no users have any rights at the top of the volume, and the first,…
sysadmin1138
  • 133,124
  • 18
  • 176
  • 300
3
votes
2 answers

Log directory access on a disk

Is there a way to monitor all read and write operations on a directory and its files in SBS 2011 (Windows Server 2008 R2)?
codewario
  • 548
  • 3
  • 16
  • 36
3
votes
3 answers

How can I programmatically change file permissions from one AD domain user to a separate AD domain user?

We are in a colocated RackSpace facility in San Antonio, with an active directory named "SAT". We are being moved to their Dallas/Ft. Worth facility, with an active directory named "DFW". These machines are running Windows 2008 Server (some 32-bit,…
3
votes
3 answers

Increase Server 2003 Primary NTFS Partition (C:\) size?

I have a Dell PowerEdge 2900 machine with OS Server 2003 (x64) that is part of central domain. All the partitions on this machine are of type NTFS. I am currently running out of free space on C:\ and because of this I keep getting caching and other…
humanfly
  • 155
  • 4
3
votes
3 answers

Remove Linux file permissions, in windows

I've set up a fileshare that I want my users to be able to read/write/delete to. The problem is that I'm able to list content and delete it, not read/write. Yes, this goes for several users. The permissions look like this: NTFS No inheritance from…
xeet
  • 300
  • 2
  • 7
3
votes
5 answers

Shrink NTFS Partition Windows 2003

We have an iSCSI target provided by a CentOS server attached to a Windows Server 2003 Standard box, formatted in NTFS. My question is this - I know we can resize the backend block device fine (LVM et al.), however how do you tell Windows the NTFS…
Coops
  • 6,055
  • 1
  • 34
  • 54
3
votes
3 answers

Resize ntfs system partitions with GParted?

Trying to resize 2 ntfs system and boot partitions (windows 2003 server) using GParted. Goal: Resize D: (/dev/sda1) to ~850G - this is the boot drive with D:\ntldr, boot.ini, etc. Resize C: (/dev/sda5) to 100G - this is the system drive with…
ane
  • 171
  • 1
  • 4
  • 16
3
votes
2 answers

Performance effects of compressing Program Files on Windows / NTFS

What are the performance effects of compressing Program Files on Windows NTFS? On a fast, multicore machine, the overhead of decompression is minimal. Machines are generally disk bound, and if you can reduce the disk load by compression, you often…
SRobertJames
  • 261
  • 1
  • 6
  • 10
3
votes
3 answers

How much performance is gained from setting NtfsDisable8dot3NameCreation = 1?

You can tune NTFS with different parameters in the registry and an TechNet articles states that you increase file performance by setting NtfsDisable8dot3NameCreation to 1 in the registry. In real life, how much is gained, and is it worth it compared…
Mikael Svenson
  • 545
  • 1
  • 5
  • 9
3
votes
2 answers

How to restrict deletion of a folder on NTFS share, but still allow modify access within folder

I am setting up a set of scan folders from a scanning copier device, and would like to know the best way to protect the folders (for each department) from moving or deletion, but yet still allow access for the users to modify (i.e.…
thinkdreams
  • 187
  • 2
  • 2
  • 8
3
votes
2 answers

NTFS Change Journal Size

How many file changes can be stored in an NTFS Change journal database with size 32MB for instance. How do I get from megabytes to amount of files?
Hannes de Jager
  • 744
  • 2
  • 6
  • 11
3
votes
8 answers

Any reason not to use 512-bytes clusters for NTFS?

When creating a new NTFS partition one is asked to choose a cluster size. The default size is 4k but one can choose a smaller sizes, too. 512 bytes is the smallest. The smaller size leads to wasted space reduction. Each file occupies 1 or more…
3
votes
3 answers

Issue with corrupt 1tb volume: can we rescue SQL databases?

We have an instance where some how a 1tb volume has become corrupted. There are Event ID 55 errors in the system event viewer. When running chkdsk, it gets to 47% verifying indexes and returns to the command prompt. If we are unable to rescue the…
Barrie Ashmore
3
votes
2 answers

How to check that all paths/files on a volume conform to EXT3, FAT32, and HFS+

I have a volume with files on it that will need to be copied between Mac, Linux, and Windows machines. I want to ensure that there are no surprises with: file size filename length filename character set number of nested directories Am I correct to…
username
  • 4,755
  • 19
  • 55
  • 78
3
votes
3 answers

Could MFT fragmentation be a problem on my busy file server?

Windows Server 2003 SP2 LUN mounted from SAN Millions of small files across hundreds of thousands of directories (100GB total) NTFS with 4k cluster size While doing the initial file crawl for backups or archiving regular user access to files on this…
ss2k
  • 285
  • 1
  • 3
  • 10