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
0
votes
0 answers

Permissions not being inherited

So I have a parent folder FolderA which has: Administrator FullControl Allow FileAccessGroup FullControl Allow TerminalServerDeny FullControl Deny FolderB is a sub-folder with Inheritance enabled however TerminalServerDeny FullControl Deny is not…
PnP
  • 1,684
  • 8
  • 39
  • 65
0
votes
2 answers

Mount NTFS volume on two different servers

We mounted an NTFS volume on two Windows 2008R2 servers. This volume is on a MD Dell storage array, connected to servers with Fiber Chanel. It worked a while, but now we get some errors like "corrupted filesystem" etc. On one server we can browse…
0
votes
0 answers

Scripting for bulk NTFS permission xcacls.vbs vs PowerShell

I have a batch file with about 1000 lines using xcacls.vbs for customizing NTFS permissions for complex folder structure (removes of grants, removes of inheritance, then grants plus some explicit denies) - it works but very slow. I'f I rewrite this…
Mikhail
  • 1,295
  • 3
  • 19
  • 35
0
votes
2 answers

Fixing a corrupted Windows Server 2003 server

I have a Windows Server 2003 server that is being mainly used for some reporting done in SQL Server. Recently Windows has started complaining about being corrupted, we are getting an NTFS error 55: The file system structure on the disk is corrupt…
Keith
  • 217
  • 3
  • 15
0
votes
1 answer

Folder sizes differ within two copied NTFS file trees (using ntfs-3g)

I have a NTFS partition, that I previously used with a Windows machine. I installed ntfs-3g as a filesystem driver in CentOS, then mounted the drive. I copy the contents (cp) to a different NTFS partition, also mounted. Now, using ll, I can see…
Florian Mertens
  • 413
  • 4
  • 10
0
votes
1 answer

File/Folder permissions on Windows file server will only work from the top down

We have a 2008 R2 server hosting most of our network shares. Lately we have been locking down the permissions in the folders to give only certain users and groups access to certain folders, but we are finding that we are extremely limited in how…
Chad
  • 3
  • 1
0
votes
2 answers

Prevent Administrators from accessing each others folders on Windows Server 2008

I have a Windows 2008 server running a Rails App, owned by one of our Hardware engineers. Now one of our marketing guys created another rails app and my boss wants me to put it on that same server. They will both be admins with RDP access to the…
user160910
0
votes
2 answers

KVM WinXP guest on physical drive

I want to migrate my Windows VM from VMware player to KVM. All documents I found deal with disk images, however my current VM is installed on real NTFS filesystem, located on separate SATA drive. Is it possible to configure KVM virtual machine with…
qrdl
  • 101
  • 1
0
votes
2 answers

How do I allow an administrator with full control of a file to actually do anything with the file in Windows Server 2008 R2?

I have moved a windows script to a new machine running Windows Server 2008 R2 (from a machine running 2000). The first thing the script does is rename a text file in the same folder as the script. The file in question has the currently logged in…
MrVimes
  • 773
  • 2
  • 14
  • 29
0
votes
0 answers

Security permissions appearing as long numbers instead of user name

I transferred over folders/files from one server to another using robocopy for Server 2003. However, for each individual that has special permissions to access a folder or file the security permissions show them as a long number instead of a user…
user1766888
  • 123
  • 1
  • 7
0
votes
1 answer

How can I find where a tombstone file is pointing to?

I'm installing SQL Server on Windows Home Server. It failed. It think it is because when it load the master DB it doesn't understand NTFS tombstones--the windows event log seems to think the system has an E: drive and there isn't. Do any commands…
MatthewMartin
  • 309
  • 1
  • 6
  • 14
0
votes
1 answer

NTFS Advanced Deny permissions and Rules

I feel like I am missing something obvious here. Or just making a noob mistake. I have a folder structure as shown in the example below. Folder A1 and A2 are inside folder A. Folders B1, B2 are inside folder A1 and so on. Folder…
Sarge
  • 502
  • 1
  • 6
  • 17
0
votes
1 answer

Change NTFS Security via Powershell

I'm looking for a simple Powershell way to set NTFS permissions on a specific folder. Get-Acl "\\fileserver\c$\Program Files\Target" is not even working for me. Any ideas?
Stef
  • 157
  • 1
  • 6
0
votes
3 answers

Can Windows read an unpartitioned NTFS volume? (Single large partition)

So, for various reasons, I've ended up with a 45TB Single Linux Logical volume, without a partition table, formatted as NTFS containing 28TB of data (the Filesystem itself is 28TB). The filesystem was created in Linux, and is mountable by Linux. The…
JamesHannah
  • 1,731
  • 2
  • 11
  • 24
0
votes
1 answer

What is the most efficent way to grant a user ready-only permisson to all folders and files on a file server?

We currently operate about four file servers, all running Windows Server 2008 R2. Until now, we have used the Windows internal file search (aka “Indexing options”) and this worked OK and found all files without problems. Now a new universal search…