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

NTFS treating files as temporary without T attribute, and not replicating over DFS

I have found a folder of files that are failing to replicate between my DFS servers, and I can't find any documented reason why. Here are some examples: FileName Attributes package_2019-08-09-11-07.zip.filepart …
Cpt.Whale
  • 307
  • 3
  • 11
1
vote
0 answers

NTFS Permissions Anomaly

I have this scenario: Server-A\Share-A\Folder Folder permissions are: Inheritance enabled Domain Users (group) - Full Control - Inherited from Server-A\Share-A - Applies to This folder only Server-A\Share-A Domain Users group is not present. I…
Rich M
  • 273
  • 2
  • 17
1
vote
0 answers

Manage NTFS Share Permissions via GPO

I've seen you can manage NTFS permissions on a share using a Windows GPO. Searching around I've come across this article and have followed it but had no joy getting it to work. I've run gpupdate /force on the target Windows Server but the…
Rich M
  • 273
  • 2
  • 17
1
vote
1 answer

HDD shows blank File System in Disk Management, unknown partition type

So I have a secondary internal HDD that was used as storage on an Ubuntu machine. I did a clean install on the boot drive with Server 2012R2 and the secondary drive shows the capacity in Disk Management but the File System shows as blank. When…
Jay
  • 111
  • 3
1
vote
0 answers

Mount Windows share in RHEL, while managing NTFS permissions on the windows side

I have a requirement to mount a Windows share (\windows1\share$) on a RHEL server (RHEL1). To mount the windows share, I'm using an Active Directory service account. The service account has share\NTFS permissions over share$. I would like to mount…
jewjitsu
  • 11
  • 1
1
vote
1 answer

Using a user scoped GPO to create a folder and set permissions

Using user scoped group policy preferences, we are creating a home folder for new users on the server. This home folder inherits "CREATOR OWNER" permissions from the root home share. Now, we want to create a second folder under the Home folder…
Appleoddity
  • 3,488
  • 2
  • 13
  • 33
1
vote
1 answer

What are the requirements of ROBOCOPY /SEC?

I just noticed some strange behavior using ROBOCOPY /SEC that I can't explain... We require a {TEMPLATE} folder holding +50 subfolders with custom access rights to be copied for each new project. For this I have created a simple batch script that…
Tiele Declercq
  • 119
  • 2
  • 4
1
vote
0 answers

Migrating mounted ntfs folders to another installation

I'm using server 2012 r2 + drivepool + jbod 4u60, the drives are mounted to 20ish ntfs mount folders, and now i want to migrate to another machine with better specs. The idea is just to swap the sas card and then i hope i dont have to remount the…
denywinarto
  • 129
  • 2
  • 11
1
vote
1 answer

Can't mount ntfs drive anymore ($VOLUME_INFORMATION attribute not found in $Volume)

I have a external hard drive with ntfs partition and it isn't accessible or mountable anymore. Last thing I did was a rsync copy to that usb drive. I still can see the ntfs partition with gnome-disks but I'm not able to mount it. With gparted and…
J. Doe
  • 11
  • 3
1
vote
1 answer

VHDX drive space being consumed

I have a host running Server 2012 R2, and a file server VM also running 2012 R2. The VM has 3 drives, OS.vhdx, file-1.vhdx and file2.vhdx. Dedupe is running inside the VM on file-1.vhdx and file2.vhdx. I have checked via file shares and no-one is…
morleyc
  • 1,150
  • 13
  • 47
  • 89
1
vote
0 answers

Windows 10 - What is causing User Profile Service service failed the logon error?

Domain environment My environment is seeing a spike in an issue where users cannot log into their profiles, while being met with error: "The User Profile service failed the logon. User profile cannot be loaded." After this the user, after entering…
user1330287
  • 197
  • 1
  • 2
  • 7
1
vote
1 answer

File system, that handles over 2 million files

I'm going to store files in one folder in my server. The amount of files will exceed 2 million. Each file size will have range between 5MB - 100MB. What kind of file system can handle well that amount of data? I know that XFS can handle very large…
Mr.D
  • 115
  • 1
  • 6
1
vote
1 answer

checkinstall doesn't copy files to destination

I am installing ntfs-3g from its source code "Stable Source Release 2009.11.14". After "./configure", "make", I called "checkinstall -D make install". It is at this time I got errors: Making install in libntfs-3g make[1]: Entering directory…
Tim
  • 1,487
  • 6
  • 28
  • 43
1
vote
0 answers

NTFS permissions headache

I have an administration account which is a member of the Domain Admins group. This group has Full Control to the root of a drive on a file server, however, when I log into the server with my admin account and try to access the drive, I'm told I do…
Rich M
  • 273
  • 2
  • 17
1
vote
0 answers

Error 0x8007045D when trying to copy a file

I have a Windows Server Essentials 2012 R2 machine and I'm trying to copy a file that is 4.00GB on an NTFS drive and am getting the following error: Error 0x8007045D: The request could be performed because of an I/O device error. I have tried…