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

Compound Permissions on windows 2012R2 using Kerberos Armoring

I am trying to setup NTFS Compound Permissions to limit access from certian devices using Kerberos Armoring. As far as I can tell it should be very easy you just set 2 GPO settings. One for the server and then one for the client. Once that is turned…
JamesT
  • 1
0
votes
2 answers

Decrypting EFS w/o altering timestamp - possible?

I'd like to decrypt some EFS-encrypted files, but I do not know how to do that without altering the timestamp. When encrypting/decrypting files, the modified-time is set to the current time. I'd like to preserve the original timestamp, as the file…
grojo
  • 429
  • 1
  • 7
  • 18
0
votes
1 answer

NAS : Share vs. NTFS Perms

Dear Data Storage Experts, Background : For any Windows CIFS NAS share, there are Share/Storage Level Perms and Windows/NTFS Level Perms and most companies/people like to have 'Everyone/Full Control' at Share/Storage level and apply AD groups to…
Makhu
  • 45
  • 1
  • 1
  • 9
0
votes
1 answer

How to mount an NTFS drive on a Linux VM on Google Compute Engine

Some of my data is on a drive that a Windows VM used, but I'd rather continue my work under a flavor of Linux. What is the foolproof way to mount this drive if it was formatted with an NTFS file system? Here is an old answer suggesting ntfs-3g for…
0
votes
1 answer

Is there a mapping of USB Flash Drives to Fat32 / NTFS / Ex-Fat?

I am helping with documentation for a hardware product that is compatible with Fat32 Formatted USB sticks. Instead of saying "Fat32" and confusing users who may not be tech-savvy, we'd like to provide a list of compatible drives and brands. Rather…
0
votes
0 answers

Users bypassing network share permissions rules by creating folders

My organization has several network shares, and permissions to all folders are strictly through security groups. Users are not to be added individually to folders. Despite this, we come across folders for which the only entities that have access are…
Xerphi
  • 21
  • 1
0
votes
0 answers

Windows Share Migration

So I was tasked (noob here) with migrating a server 2008r2 shares to a new server 2012. However, upon completing the directory copy, some users where getting access denied messages or would only be able to open files in Read-Only. Here are couple…
0
votes
2 answers

breaking mdadm raid and moving to NTFS

I'm running Ubuntu 8 something and my data is on a mirrored pair of 1TB disks formatted as ext3, and the RAID is via mdadm. I want to move to Windows 7 (yeah yeah I know but Linux aint doing it for me at the moment) and migrate the disks to NTFS. My…
daveyt
0
votes
1 answer

Install SCM software, accessible on the same PC all the time between Ubuntu and Windows?

My PC is dual boot, Ubuntu 16.04 and Windows 10. What would be the best approach to install SCM(Source Code Management) software but being able to use it(access it) all the time, from Windows and Ubuntu? Should I create separate partition and…
Vlad
  • 103
  • 8
0
votes
1 answer

Boot partition but not Active Partition

I bought a computer that runs Windows 7. The HDD contains three Partitions: C, D and a System Reserved partition without a drive letter. As default, the C:\ drive is the boot directory that contains the Windows operating system while other drives…
0
votes
3 answers

Assign NTFS permission using Powershell via CSV

I have a CSV file as below Foldername---------- Securitygroup Folder1---------- SG_Folder1-Access Folder2---------- SG_Folder2-Access I need to assign permissions like below, so Security Group " SG_Folder1-Access " will have…
0
votes
0 answers

NTFS partition header shifted by 4 bytes?

I have one large NTFS partition on an external disk which "doesn't work" any more and I'm trying to recover data from it. When I try to use it (using GNU/Linux) I'm told the partition doesn't contain an NTFS filesystem (e.g. ntfsresize tells me…
Stefan
  • 133
  • 9
0
votes
1 answer

Powershell - checking if a file is a Linux symbolic link

I'm migrating a NetApp NTFS based filesystem. It is mounted on both Windows and Linux boxes. My validation script in Powershell is walking the file system and doing various checks that the source and target are the same. It checks timestamps and…
RobertB
  • 103
  • 1
  • 1
  • 4
0
votes
1 answer

NTFS permissions: allow delete or replace, while denying update on a file

Is it possible to restrict a user where they are unable to edit or update a file, while allowing them the ability to overwrite the entire file or delete the file to replace it with an updated file? The user(s) would be accessing either locally via…
Brad
  • 250
  • 1
  • 11
0
votes
1 answer

How to control the volume format options on Windows Server 2012 R2

I'm working on developing a standard build for our environment and our security controls require all volumes to be NTFS. Is there a way to control the available choices when formatting a volume? Registry would be ideal so I could implement it in…
Ben Force
  • 271
  • 1
  • 6