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

Add one group to NTFS permission without disrupting other permissions

I have a large and messy shared drive to which I need to give one user (group) read only access throughout. This has grown over the years and has hundreds of groups with varying levels of access and inheritance turned off at various points in the…
LowBattery
  • 11
  • 3
0
votes
2 answers

Chkdsk reports unrecoverable errors

I have a drive in a laptop that was working fine, then all of a sudden stopped. Chkdsk is reporting "unrecoverable errors" and not even linux can manage to mount or see any filesystem structure. Is there a way to repair the filesystem so we can…
Terry
  • 1,073
  • 1
  • 11
  • 17
0
votes
2 answers

Unaccounted storage usage

On many different servers running many different versions of Windows Server we use AhsayOBM to backup to cloud and USB-connected external HDDs which generally has no problems. However, one server running Windows SBS 2011 and AhsayOBM version 7.7.0.0…
mythofechelon
  • 905
  • 3
  • 24
  • 42
0
votes
1 answer

Expanding 16 TB volume using Windows dynamic disks

We have a 16 TB volume that lives on a SAN LUN attached to a Windows 2008 file server. We are unable to expand the SAN LUN any further on it's current SAN and will need to have our storage team purchase an additional SAN enclosure to add capacity. …
floyd
  • 1,530
  • 4
  • 19
  • 30
0
votes
0 answers

NTFS ACL discrepancy in powershell

I have a case, where a user once had access to a directory and that user has been removed now. In fact their account has been deleted out of the AD entirely. Typically when one sees a user deleted, but having an explicit ACL defined on a directory,…
Sabre
  • 425
  • 2
  • 15
0
votes
4 answers

Can data be destroyed by modifying partition in ubuntu install?

I`d like to install Ubuntu 9.10. At the moment I have ntfs disk with Vista on it. Is it safe to install Ubuntu and choose it to use some of the free space? Or it will just dumbly slice the disk and override any data in that part of the disk? I have…
Janis Veinbergs
  • 1,585
  • 4
  • 23
  • 34
0
votes
1 answer

System.Security.AccessControl.InheritanceFlags PowerShell Enumeration Equivalent GUI use?

Note: This is not a duplicate of the question "System.Security.AccessControl.PropagationFlags Powershell Equivalent GUI use?" I'm in a strange predicament. I understand the concept of ACE permissions inheritance in the NTFS file system; and it…
leeand00
  • 4,869
  • 15
  • 69
  • 110
0
votes
0 answers

Robocopy fails with security error copying "from nas to nas". Why?

[Hi all. Sorry for cross-posting. I originally posted this on stackoverflow, but later realize it's a better fit for server-fault. ] tl;dr robocopy has security problems copying from 'nas to nas' The system detected a possible attempt to…
user50460
  • 315
  • 1
  • 2
  • 8
0
votes
0 answers

Windows Server: file system limitation

We are developing an app for tablet which uploads and saves photos taken by the user. The problem we are suddenly meeting is that photos are not saved anymore in our directory in our Windows server 2008 r2 standard, but they remain in TEMP…
0
votes
1 answer

Access denied on single file with explicit permissions set

I have a Windows 2008R2 server that has a weird permissions issue. I have a single file in a share that has inheritance disabled and explicit permissions set on the file. The only groups that have entries listed in the security tab for the file…
0
votes
0 answers

2TB NTFS Partition Works in linux, Causes windows to hang

I have a ESXi server containing a large virtual disk (1.8TB) on RAID 0, and the server suffered from a power outage. The drive was a storage drive for a Windows Server 2012 R2 file server, which is no longer accessible from windows, and is now…
0
votes
1 answer

Some subfolders on NTFS share randomly disappear and then reappear

As the title suggest, One user has reported that most subfolders of a NTFS share keep disappearing and then reappearing randomly. The share has 7 folders however 6 of them keep disappearing randomly. Nothing changes and they just reappear. The user…
Z Holt
  • 219
  • 1
  • 6
  • 19
0
votes
1 answer

How do I prevent ntfs-3g use starving my ZFS ARC of memory?

I have an HP Microserver running OpenMediaVault 2.1.18 (Stone burner), based on Debian GNU/Linux 7 (wheezy). A few days ago, I needed to copy a large number of files from a USB drive, formatted with NTFS. I connected it, mounted it and started the…
Mark Booth
  • 431
  • 1
  • 9
  • 18
0
votes
3 answers

What is the best way to prevent a Windows domain user from deleting their home directory sub-directories?

I'm working on a Windows Server 2012 R2 domain controller, with primarily Windows 7 Professional clients. I have recently set up folder redirection and user profile roaming, such that each domain user has a folder on a network share wherein they…
snoopy91
  • 243
  • 3
  • 10
0
votes
1 answer

permissions, access based enumeration

I have a service account that has full control of a sub folder deep into a share. Access based enumeration is enabled at the root of the share and this service account has 0 rights at the root. An application that utilizes this service account is…