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
5
votes
4 answers

Is it possible to grant rename permissions, but not delete, in NTFS?

We have a folder for employees to scan contracts to. After scanning, they're supposed to rename them according to our conventions so they can be processed further. In response to a recent incident, these folders have had their security locked down…
Bigbio2002
  • 2,823
  • 12
  • 35
  • 54
5
votes
6 answers

There is any Windows logger tool which would track file manipulation?

I want to be able to know who and when touched a file. My last question showed that I can't rely on NTFS.
Jader Dias
  • 4,705
  • 19
  • 50
  • 51
5
votes
2 answers

How do I view NTFS metadata?

On a Windows Server 2008 R2 file server, we are encountering a memory usage problem. We used RAMMap to troubleshoot, and found that 10GB of NTFS Metadata is being cached in memory and never gets released. My first thought was that the Master File…
Phil
  • 1,013
  • 2
  • 12
  • 16
5
votes
3 answers

How to prevent Domain Admins from being denied access to network folders?

As I understand it, if a user creates a folder they become the owner and can control NTFS permissions including removal of inherited permissions granted to Domain Admins. What is the best approach to prevent Domain Admins from being denied access to…
zen
  • 211
  • 5
  • 11
5
votes
3 answers

Mount NTFS (read/write capability) on Ubuntu

I'm trying to mount Windows 2000 shared folder on Ubuntu in an effort to get Read/Write capabilities. Any advice? I've verified that the user credentials have writable permissions from a windows machine. update `sudo mount -t cifs -o…
Ben
  • 3,800
  • 18
  • 65
  • 96
5
votes
2 answers

How can I set the NTFS permissions on a folder for a WORM like behaviour

Is it possible to set group permission on a folder at a Windows server so that a file can be created, populated and closed, BUT not changed or deleted after that?
GuHa
  • 55
  • 5
5
votes
5 answers

Best file system for media server?

I need some advice on what file system to use for my new 1TB media server hosted on my Linux box. I have a few requirements: Needs to be shareable to a different Windows machine (not dual booting, totally different box). I see that there might at…
Greg Noe
  • 153
  • 1
  • 1
  • 5
5
votes
2 answers

Set windows permissions to allow modify, but not execute

Is it possible to set permissions on a folder in Windows (Server 2003 64bit) so that an account can write and modify, but not execute? If I set modify permissions, windows seems to insist I also set execute permissions. This seems like a common…
Andrew M
  • 323
  • 7
  • 13
5
votes
1 answer

Is writing on NTFS partition from mac os considered safe now?

I want to use my external USB hdd formatted as NTFS on my Mac and want full read/write previledge there. I know there are third party drivers to accomplish this (like MacFUSE) but I want to know how stable do you think to use such tools?
Mozammel
  • 153
  • 2
  • 4
4
votes
3 answers

Linux And NTFS Permissions

Trying to restrict a folder within a directory created in linux filesystem. I have changed the permissions to: root rwx, a special active directory group rwx and all others r. Upon doing so, people that are not in the special AD group can access…
VGE IT
  • 71
  • 1
  • 4
4
votes
2 answers

Different NTFS Permission on subfolders

I have on our server a folder for each client. Inside that folder there are subfolders for each project that belongs to that client. My problem is that different resources in the company handle the different projects and should only have access to…
jvanderh
  • 175
  • 1
  • 7
4
votes
1 answer

On deduped volumes, how can I determine space used in a folder with Measure-DedupFileMetadata

I'm trying to understand how Measure-DedupFileMetadata works so I can recursively go through some folders to report on how much space is actually used. I don't know how to interpret the output. If I understand the documentation correctly,…
Dan Buhler
  • 486
  • 5
  • 9
4
votes
2 answers

Why do I sometimes get numbers back from the FileSystemRights access field when checking the ACL Access?

Sometimes I'll run a command like this, and I'll get back some easy to read, easy to interpret text: PS D:\test> (get-acl test.txt).Access | Select FileSystemRights FileSystemRights ---------------- Modify, Synchronize ...and other…
leeand00
  • 4,869
  • 15
  • 69
  • 110
4
votes
1 answer

Automaticly apply 'list folders' permission to parental folders when user granted access to subfolder in Access Based Enumeration share

Firstly apologies if some of my terminology is off, I'm pretty new to Windows networking and Active Directory. We're running a Windows Server 2008R2 fileserver and I've been tasked with restructuring one of our network shares. The share by default…
4
votes
0 answers

Strange NTFS Permissions issue on Windows Share + Win 8.1 Clients

Server 2012 R2 file server -- the share is exposed over a DFS namespace. I have a group called "share" that all the users are members of. This group has read/write access to the root of the DFS share and a bunch of folders inside that share. Inside…
user229774
  • 81
  • 4