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

NTFS permissions explanation

I had asked the below question sometime ago and it was answered, I logged I'm recently to refer back to it only to have seen all the answers had been removed. Did I do something wrong? "I seem to be falling into this weird loop of permission…
dqnet
  • 305
  • 2
  • 9
3
votes
1 answer

Access Based Enumeration AND Traverse Folder rights

Using Server 2012 in a cluster configuration as an upgrade to our main file server (win2003) we have trouble using traverse folder rights AND access based enumeration (ABE) ABE works really well in our environment when group permissions are set up…
3
votes
3 answers

Windows - Backup file on change

How can I watch a file or folder for changes, and when any updates occur, back up a copy of that file? For example, when c:\orders\orders.xml is created or updated, write a copy to orders.xml.yyyymmddhhmmss
Mark Richman
  • 286
  • 1
  • 5
  • 15
3
votes
1 answer

Does NTFS / Windows as OS performs checksumming on file movement operations by default?

That's what I can't find Does NTFS / Windows as OS performs checksumming on file movement operations by default? alike ZFS or somehow else...
cnd
  • 135
  • 2
  • 9
3
votes
2 answers

How to duplicate NTFS permissions from one user to another?

Is there a way to duplicate a user's NTFS permissions to another user? For example, the boss says, "Bob needs the exact same access to this folder as Tom". There are too many files and folders to check manually.
user1594322
  • 229
  • 1
  • 4
  • 10
3
votes
7 answers

Offline identification of Windows version in a Linux environment

I am trying to customize a Clonezilla Live iso to be able to conveniently take snapshots of different Windows installations (XP, Vista, Win7, Win8). Ideally I would like to boot the machine on a CD that automatically identifies the Windows version…
Anders Lindahl
  • 1,011
  • 1
  • 10
  • 12
3
votes
1 answer

DFS-R NTFS Permissions Not Working?

I have two Windows 2008 Standard servers running DFSR okay. I can create a file on one server and it is replicated to the other okay, etc. I have the namespace shared folder on each server shared with Full Control for Administrators and Modify…
user14930
  • 159
  • 1
  • 2
  • 11
3
votes
1 answer

NTFS permissions on shared folder - safe to remove CREATOR OWNER and SYSTEM?

I was looking at some of the new Windows servers I've inherited at my new job. Most of the shares have the default permissions for the drive inherited. Two entries are always there: I've read the other Serverfault.com questions relating to…
TheCleaner
  • 32,627
  • 26
  • 132
  • 191
3
votes
1 answer

Look up where a NTFS group is used

We are doing some AD clean up and migrating or deleting old AD groups and replacing them with our current naming stranded in AD. The challenge that we are running into is making sure we have the we have found all of the places with the previous…
Brian
  • 31
  • 1
  • 4
3
votes
6 answers

How to find out which files are read from a folder

I have an installation of a very large Windows program, and I want to understand which files are actually read while I install the program, which my specific setup. Is there a way to monitor this and get a list of files which were read? I looked at…
gala
3
votes
2 answers

Is it possible to copy a (.ISO) file that lives on an NTFS file-system within a VMDK file to the datastore VMFS using ESX SSH terminal?

I have several .ISO DVD backup files stored on a virtualized Win2008 server. Is there a simple way to mount the NTFS partition stored in a VMDK file using the ESX SSH terminal so that I can copy it directly to the datastore VMFS or must I SFTP the…
user72003
  • 146
  • 1
3
votes
1 answer

Windows 2008 R2 NTFS file permissions not working as intended

We just got our first Windows Server 2008 R2 server in. It's going to be a file server. However, I am running into a weird issue with it that seems to be a result of UAC. When I try to share a folder, I set the everyone group to "Full Control" on…
3
votes
1 answer

Localizing NTFS Folder Share Names

We have an office in the US and Poland. This is a long shot but does anyone know if you can specify both an english folder name as well as a polish folder name for the same folder name so that if a polish user looks at the shares they see the…
Brent Pabst
  • 6,069
  • 2
  • 24
  • 36
3
votes
1 answer

How does Linux's unlink on a NTFS filesystem differs from Window's own implementation?

I have an external USB disk with an NTFS filesystem on it. If I remove a file from Windows and I run one of the several "undelete" utilities (say, TestDisk) I can easily recover the file (because "it's still there but it's marked as deleted"). If I…
3
votes
2 answers

NTFS Limitations

What are the limitations of NTFS regarding the number of directories and max allowed files per directory?
Todd Stout
  • 187
  • 1
  • 1
  • 7