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
1
vote
2 answers

What is the significance of "Percent MFT in use"?

Reading through a Disk Defragmenter analysis report I noticed that my NTFS Master File Table was 6.87GB in size, but only 4% of it was reported as in use. Is this something that could cause NTFS performance issues? Is there anything that can be done…
Richard Ev
  • 240
  • 1
  • 3
  • 14
1
vote
2 answers

Different NTFS Permissions on subfolders

We're an engineering company and for our project files, I only want certain group of people to have access to a costing subfolder. I'm looking at automating the permission of the costing folder. Here's the problem in a bit more detail. I have on…
resolver101
  • 301
  • 3
  • 7
  • 17
1
vote
1 answer

CorrectFilePaths (or alternative) for Server 2008

I have a server with Windows Server 2008 R2 installed, and a third party application that handles all our business transactions. The problem is, we're running out of space, and the root folder for the data is hard coded into the application.…
1
vote
1 answer

How do I find out if a file or folder breaks inheritance inside another folder in NTFS without looking at all the files and folders?

So I have two directory hierarchies one on Windows Server 2003 and another on Windows Server 2008 R2. The directory on Windows Server 2008 R2 was created before hand by right clicking and creating a new folder. I copied them from the one hierarchy…
leeand00
  • 4,869
  • 15
  • 69
  • 110
1
vote
2 answers

Formatted capacity of a Sandisk Fusion-IO Card?

I'm interested in buying some 6.4 TB Fusion IO SX300 cards. They will be formatted as NTFS 64 Kb cluster size with Windows Server. My question is what will the actual usable space be once the drives are formatted with a filesystem on top? Does…
Mark Allison
  • 2,188
  • 7
  • 26
  • 45
1
vote
2 answers

Add single permissions entry on the folder

On windows 2008 file server, I have huge folder, where some of subfolders do not inherit ACL from the parent object. I would like to add single permissions entry (full control for local administrators group) to the whole folder, and to propagate…
buggy08
  • 13
  • 2
1
vote
1 answer

Mount TrueCrypt volume with NTFS on Linux command line

I have a hard disk containing a TrueCrypt volume on /dev/sdc. It is formated with NTFS. I am running Ubuntu 9.4. To mount the volume I tried this: sudo truecrypt -t -k "" --protect-hidden=no /dev/sdc /mnt/data After providing the correct password…
Witek
  • 1,433
  • 3
  • 14
  • 16
1
vote
2 answers

Quick format of LUN in Server 2012(R2) hosted on a Thin provisioned SAN vol takes ages

I've now experienced this issue with 3 different storage vendors, using 3 different CNA adapters (all FCoE though), so I'm fairly sure this issue is not isolated to a specific storage vendor (seen on HP 3PAR, EMC VNX and HDS G1000(). When we add a…
N-3
  • 118
  • 2
  • 11
1
vote
0 answers

Issue with folder permission in file server migration - Share Parmissions VS NTFS Permissions

I am migrating a file server form 2003 to 2012 R2. There are about 50TB of files with thousands of individual permissions. I have successfully migrated the files to the new server, including their permissions which remain intact. I am having…
1
vote
2 answers

CoreOS and NTFS

Is there a way I can mount an NTFS filesystem on CoreOS? I can't install ntfs-3g on CoreOS itself. I can create a docker image that has ntfs-3g installed and I can mount my NTFS drive within a docker container. However, I can't seem to find a way to…
oillio
  • 121
  • 1
  • 4
1
vote
1 answer

Can I recover a corrupt MFT on windows 2003 server if I'm still able to access files through a network share

I have a 2TB SAN formatted with NTFS which was accidentally connected on two hosts simultaneously, and when I browse files from both nodes, I see some test data that I created when I originally setup the SAN. Now, I can access my files through a…
1
vote
3 answers

How do I restrict a removable NTFS drive to domain access only?

A fixed NTFS drive in my computer requires a login by me, or if on the corporate network, a login by any domain user. So if the drive is stolen, no one can get at it - correct? But a removable drive does not have this restriction. I have a Samsung…
David Thielen
  • 301
  • 2
  • 13
1
vote
1 answer

you must have read permissions to view the properties of this object, administrators group

I think I'm having some difficulty understanding NTFS permissions. My understanding is that when possible you want to avoid assigning a specific user account to NTFS and instead use a group. So I set up a folder with the owner as the administrators…
skinneejoe
  • 274
  • 2
  • 8
  • 20
1
vote
1 answer

NTFS permissions issue: file cannot be read or modified in any way

There are four of these files, in three directories. The files cannot be read, deleted, moved, or renamed. I have tried the Explorer permissions dialog, ICACLS, TAKEOWN, and SUBINACL -- all say permission denied. I am logged in as a member of…
Ross Presser
  • 453
  • 6
  • 22
1
vote
0 answers

Best way to mirror an NTFS directory structure (Linux or Windows)

I am trying to mirror a directory structure onto another disk. The problem with built in tools like RoboCopy is that they get into an infinate loop with the symlinks (think the Users folder). I would like a utility that safely mirrors the source to…
asdffffff
  • 109
  • 1
  • 5