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

CloneZilla Live vs. PartImage?

For use on a test computer, I need a free cloning tool to save NTFS and ext3 partitions to the same disk, ie. no need to up/download images from a server. CloneZilla Live and PartImage (available on the live CD SystemRescueCd) seem to perform the…
OverTheRainbow
  • 277
  • 5
  • 13
2
votes
2 answers

Share permission odd behavior

I have a odd permission issue since I switched to Server 2016. Had no issue with the same share permissions under 2012 R2. Share is always set to Everyone FC and I always manage the permissions with NTFS ones. When I look under the effective access…
ELCouz
  • 125
  • 4
2
votes
1 answer

Robocopy permission issue

I'm using robocopy to sync files between two different servers (one of them is not a Windows server but exposes Windows-like shares); but I'm having a permission issue. I need to replicate all contents and also keep existing ACLs; I'm using a…
Massimo
  • 70,200
  • 57
  • 200
  • 323
2
votes
4 answers

Accessing files on the XP partition from Windows 7RC

Like every self respecting geek out there I wanted to give the Windows 7RC a try, so here am I with a dual boot system... Good old XP for everyday use Windows 7Rc Booting into the RC I thought of copying some files from my user profile folder on…
agnul
  • 536
  • 4
  • 12
2
votes
1 answer

NTFS volume total size differ so it's cluster count by different internal operating system tools/commands

Why the count is reported different by various tools/commands within same OS ? 1) Under Microsoft Windows MyComputer properties of C: capacity is reported as 27,454,861,312 bytes = 6702847 clusters (4K allocation unit. capacity / 4096) or 53622776…
2
votes
4 answers

How to simulate a WORM environment w/Active Directory/NTFS

In NTFS/Active Directory, assume I have two drives mapped: H:\ I:\ Users can edit files in H:\, but not in I:\ . I want users to be able to, using a script, move their files to the I:\ drive unless an overwrite would occur. After the files are…
Carbon
  • 103
  • 8
2
votes
2 answers

Why does .vhdx take up much more space than the actual files - NTFS

We seem to have a number of NTFS drives like this where they consume much more space on the virtual disk than they do as files. Noticed the problem when Windows Server Backup was taking-up much more space than the files themselves. As am example, we…
NickC
  • 2,373
  • 13
  • 41
  • 55
2
votes
1 answer

Windows Server NTFS Advanced File Permissions

Here is what I would like to do: 1) Create a main folder that doesnt allow inheritance. 2) Create a template folder with subfolders. 2.1)Set permissions so these folders cannot be deleted. 2.2)Set permissions so these folders can be written…
2
votes
2 answers

Backup Linux server onto windows server or DPM server/owner and rights in NTFS?

We are using a rsync based backup for our Lonux servers which is fantastic. We rsync all our Linux server onto our large Linux base samba fileserver. Unfortunately that server is completely outdated and migrated over to Active Directory. Now I'm…
Christian
  • 1,052
  • 5
  • 16
  • 24
2
votes
2 answers

Windows Server 2012R2 NTFS data deduplication and SVN clients

There seems to be an issue with using SVN on a NTFS deduped volume. To save space on my SSD for some huge development checkouts (> 5 GB each) i enabled data deduplication on the volume. This seems to cause SVN all kinds of grief and madness. The…
schlenk
  • 183
  • 5
2
votes
0 answers

Performance issues with cross-drive NTFS junctions

I have the following setup: Windows 8.1 32-bit Drive 0: system drive, SSD, NTFS, mounted at C:\ Drive 1: data drive, magnetic HDD, NTFS, mounted at C:\Users\Database User\Documents and Z:\ additionally In a sub-sub-directory of C:\Users\Database…
2
votes
4 answers

Server Permissions conundrum

I'm trying to set permissions on particular folders within our domain (Windows 2003). NTFS permissions are set on the folder, to enable a certain group, call them Helpdesk, to change permissions. Domain Admins have permission already. Access to…
2
votes
2 answers

Network Drive Full Trust With Visual Studio 2010/2014

I'm managing 10 developer computers and I want to assign to each computer a Network Drive (Let's say X: drive) so the developer can map the TFS workspace to that drive. When the user tries to open any visual studio solution form drive X: (which's a…
2
votes
1 answer

Remove file permission using icacls

Could someone help me to remove particular security groups from a file using icacls? The file has all security settings inherited from the folder, where the file resides. So I would like to remove all the groups from ACL list of the file, then…
carous3l
  • 57
  • 1
  • 1
  • 4
2
votes
3 answers

NTFS folder permissions traverse

Here is the problem We have NTFS file server with several layers of sub-folders. FolderA\ - User AAA should not have access FolderA\FolderAA\ - User AAA should not have access FolderA\FolderAA\FolderAAA - user AAA should have access How do we do…
John Smith
  • 21
  • 1