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

Removing deny everyone permissions from GPO

As part of the workaround for CVE-2014-1776 I created a group policy object that applied Deny permissions to everyone on VGX.DLL. I am now trying to undo this group policy and having a lot of trouble. I first attempted to unlink the group policy…
Zell Faze
  • 343
  • 2
  • 5
  • 16
2
votes
1 answer

What's the windows account ftp server runs under?

This is the background of my question (OS is Windows Web Server 2008 R2). I want to prevent ftp users from deleting files and sub folders of root ftp directory. I removed delete permission for IUSR account for the root folder but ftp users can…
Asela
  • 191
  • 1
  • 1
  • 11
2
votes
2 answers

NTFS volume GUID

I'm currently experimenting with my own backup software, and just wondered where the NTFS volume GUID (i.e. the one that appears as \?\Volume{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}) is actually stored, offset wise, on the partition? Is it always at a…
2
votes
1 answer

How can find out how much space I'll save with NTFS compression before compressing?

Is there a way to estimate how much space I would save by compressing a folder with NTFS compression without actually compressing the folder? This is on a Windows 2008 R2 server in case that makes a difference.
zippy
  • 1,718
  • 3
  • 21
  • 36
2
votes
1 answer

How to resize Windows partition after conversion from RAID 1 to RAID 5?

I'm using Fujitsu PRIMERGY RX200 S6 with RAID controller RAID Ctrl SAS 6G 5/6 512MB (D2616) I've migrated RAID 1 (2 discs) to RAID 5 (4 discs) without any problems and on the fly without restarting the server. The new logical disk has now expanded…
Vladimir
  • 153
  • 1
  • 8
2
votes
6 answers

Mounting encrypted drive/partition on Linux

I have a Laptop, on which the OS has got corrupted and gives a system32\config not found error. To recover my data, I can boot it using Knoppix but I am not able to mount my partition. My partition is NTFS encrypted with McAfee Endpoint encryption.…
M.N
  • 337
  • 3
  • 7
  • 15
2
votes
3 answers

Windows NTFS: Does taking ownership of file or folder affect permissions?

I have a shared folder that I am moving to a new server with Robocopy. However, I do not have FULL permissions to all of the source files. I am planning on taking ownership of all files and folders with takeown, and then adding NTFS permission, then…
user1594322
  • 229
  • 1
  • 4
  • 10
2
votes
1 answer

Folder creation date is very recent, while last modified is years ago

We're experiencing some weird stuff with our roaming user profiles. We use folder redirection for Documents/Pictures/Music/Destkop/Downloads, yet these folders are being created in the roaming user profile (they shouldn't). Looking at the dates for…
pauska
  • 19,620
  • 5
  • 57
  • 75
2
votes
2 answers

How to setup NTFS ACL with Acces Based Enumeration

We're in the process of migrating from Novell Netware to Windows 2K8 R2 infrastructure (AD, File server, print server... etc) My question is about ACL. While Netware and Windows are totally different, I want to be sure my thnking is good before…
2
votes
1 answer

Debian Harddrive Fdisk - Same ID's and changing letters

I am trying to create and install a debain NAS and ive been having a hard time because I am new to all of this. I used ntfs-3g in order to automount my 4 NTFS drives. I also have a partitioned harddrive which is for the OS. When I was working on it…
2
votes
1 answer

View files set for deletion during the next system restart

Note: NTFS - version 3.1 - used fsutil to obtain information Microsoft Windows XP [Version 5.1.2600] Question: Method (or tool) to obtain, a list of files set for deletion during the next system restart?
Aaron
  • 229
  • 3
  • 9
2
votes
1 answer

icacls equivalents of explorer basic permissions

I am using icacls to set permissions on a large number of directories for various groups. I want to assign what icacls help refers to as "modify access". It seems to do this correctly. However when the rights are viewed with Windows Explorer…
2
votes
1 answer

How to resize a W2003Srv basic partition in Vmvare player

Environment I have Windows 2003 server (XP) Installed as virtual machine using Vmware Player 4.0.2 Primary partition is, as usual, C:-volume, where Windows is installed. Partition type is basic, which cannot be resized with windows tools. I…
Ciove
  • 211
  • 2
  • 8
2
votes
2 answers

Child Folder inheriting a permission that parent folder does not have (NTFS)

I'm reconfiguring roaming profiles on my network to use proper NTFS security settings according to this article. I have reset the following permissions on the roaming profile parent folder: CREATOR OWNER, Full Control, Subfolder and files…
2
votes
1 answer

Is it possible to hide folders/subfolders from users based on permissions?

Having a Windows Server 2008 R2 that has a share with lots of nested folders, I want to be able to only show certain folders to certain AD users/AD user groups. Is it possible to configure the permissions on single folders, so that clients that…
Uwe Keim
  • 2,420
  • 5
  • 30
  • 47