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

Mac does not respect Windows Share Folder NTFS permissions

Mac station mounts Windows Network Share using "MAC" user credentials: NTFS permissions set to MAC user are these: Share Permission of VMAX CLIPS are: Everyone > Control Total. In this case only NTFS should be taken into account as they more…
Okrx
  • 73
  • 1
  • 12
1
vote
2 answers

comparing ntfs disk images

I have two copies of an ntfs partition on a linux server (old backups). If I mount them as loop device, and compare the content file by file, there is no difference between them. But comparing these images with cmp or vbindiff there are many…
1
vote
1 answer

How to give “Network Service” permissions on another non-domain computer?

I have PostgreSQL running on a Win10 Pro box (called DBServer) on my local network. I need to allow it to read files on my Dev computer (also Win10 Pro) on the same network so it can import files. PostgreSQL runs as Network Service so I need to…
Brad Mathews
  • 173
  • 2
  • 8
1
vote
1 answer

How to add explicit NTFS permissions without disabling inheritance on child folders

I have a scenario with lot of child folders and some of them needs to have explicit NTFS permissions without disabling inherited NTFS permissions. Looks something like below root (contains NTFS group-root) child1 - Needs explicit…
damyog
  • 11
  • 2
1
vote
1 answer

Removing a recursive folder that's not recursive in windows fails with "Source Path Too Long"

I seem to have managed to get an Application Data folder recurse into itself somehow, doesn't look recursive but somehow still is and now I find myself unable to remove that folder. The folder itself is merely a subfolder in a backup folder from an…
1
vote
1 answer

mount partion (ntfs) - output from testdisk

I use a raw block (whole disk like /dev/sdb1) as KVM virtual disk. Anyone know how to mount that partition from the host? My testdisk output is like this: ~# testdisk /list /dev/sdb1 TestDisk 7.0, Data Recovery Utility, April 2015 Christophe GRENIER…
Gene
  • 11
  • 1
1
vote
1 answer

Folder Effective Permissions Not Accurate

I have a folder on a Windows Server Standard 2008 that is shared. There is a user that I need to restrict access to this folder. They connect over VPN. When I look at the Effective Permissions, this user has no listed permissions, but when they…
Psyfun
  • 111
  • 1
1
vote
4 answers

NTFS Write-Once Files

for backup purposes I have an external HDD, an I'm on Windows. What and how should I set (up?) so that files can be written to the drive once but there should be no way they can be deleted or modified? (This is to be a protection against…
fastcatch
  • 141
  • 4
1
vote
2 answers

Takeown You do not have permission to read the contents of directory

Is there a reason I get this error when taking ownership of a directory? It works fine if I go through the permissions in the GUI, but if I try to do if from the command line I get an error that I don't have permission to read from it: takeown /s…
leeand00
  • 4,869
  • 15
  • 69
  • 110
1
vote
1 answer

Shared folder write-self, read all permission

We wanted a shared folder where employees can add and modify their own files, but only had “Read” permission to the files other employees have created. How can we set permissions for this folder?
1
vote
1 answer

Share and NTFS Permissions on a File Server

I have a folder A and inside two files B and C What I need is that the user "XPTO" as access to read B and write on C. Usually I give the permission "list folder contents" on folder and then give a write access on the file for the user and then I…
1
vote
2 answers

What happens with the shared permisions on file server after reinstalling system partition

I was wondering what would happen if i need to reinstall Windows 2008 R2 which is set as file server joined to second computer which is set as domain controller. The file server have second drive d: on which are files setup based on permission from…
whitesnake
  • 25
  • 4
1
vote
2 answers

NTFS journal on different (SSD) disk

Some advanced file systems, like ZFS have the option of using SSD disks as a second level cache for the file system or for the journal. Is this possible with NTFS?
1
vote
1 answer

Does `ntfsclone --save-image' attempt to read bad sectors?

I'm migrating from an HDD with NTFS that has a number of bad sectors. I've just run chkdsk /r (from ERD 6.0 x32) on it to make sure they all are properly marked as such. Yet, when running ntfsclone --save-image <...> without --rescue (from System…
ivan_pozdeev
  • 352
  • 4
  • 13
1
vote
0 answers

NTFS Permission Report

Team, Can any one help me make the following changes to the script. what it does it perfect, but when it checks for permissions. it does not seem to be able to differentiate between ALLOW or DENY permissions on folders. I need to break it down to…
pallyHT
  • 11
  • 2