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

IUSR can't write to Windows Event Log but Application Pool Identify Can?

I have a website on IIS. The website runs PHP. When an error occurs in PHP, the error should appear in the Windows Event Log (because the error_log setting in php.ini is set to syslog). If the anonymous user uses the IUSR account, the error does not…
user648336
  • 27
  • 4
0
votes
2 answers

Simple NTFS/permissions q

Say I would like to only allow domain admins write permissions to a folder, and disallow everyone else. If I set write permissions for domain admins, but then read-only for 'authenticated users', which takes precedence? Does the domain admins write…
boog
  • 220
  • 3
  • 11
0
votes
0 answers

NTFS directory listing missing

A directory on an NTFS partition no longer lists its contents, but the files are still there if I can remember their full names. Is there a way to get the directory listing working again? I caused the breakage by (stupidly) yanked an external disk's…
Smylers
  • 155
  • 6
0
votes
0 answers

Shortcut path getting updated automatically in windows10

We have a cmd file located in a network share and a shortcut of it in the desktop. When it's created it works as expected, but once in a while the program doesn't work and when we check, the path where the shortcut is pointing has changed with the…
bernnn
  • 1
0
votes
1 answer

Ubuntu CLI Drive removed

I recently added a drive to my server. However, I check my computer this morning to find the drive doesn't show up on NTFS and I noticed that all folders and files were gone from that mount point on the server. Note: I am using Ubuntu CLI 20.04.4…
0
votes
2 answers

Adaptec 6805 accessing to JBOD with GPT / NTFS

I have several hard drives with GPT and NTFS volumes, and I plugged them to an Adaptec 6805 but The volumes are not visibles from Windows 10 and from MaxView. The only option I have ti to initialize (metadata and drive), which if I understand well…
Soleil
  • 159
  • 1
  • 10
0
votes
0 answers

Windows File Server 2019 backup to Azure with NTFS permissions

We are running a windows server 2019 with File and storage services. We only use this as a file server with NTFS permissions. My backup program doesn't allow dynamic disks to be backed up and all of our file partitions are dynamic disks. So I need…
Vdub
  • 148
  • 1
  • 8
0
votes
1 answer

Find Windows VolumeId from FilePath

Problem I want to find the VolumeId that my file is on using the file path. The Best Solution That I Can Think Of The best way that I can think of accomplishing this is to query out via WMI/CIM all of the disk partition access paths for all of the…
SQLing4ever
  • 171
  • 1
  • 2
0
votes
1 answer

Trying to understand IIS permissions

I'm trying to understand how IIS permissions works because I had a weird scenario today.. So one of the developers installed IIS 10 on the server and created a site under C:\WebSites\Site1 Now, that particular site is also writing some txt log files…
Shlomi
  • 331
  • 2
  • 9
  • 19
0
votes
3 answers

Windows CLI way to copy to the same directory and only change the case of the filename?

I have Windows 10 pro, with NTFS. I think the filesystem is fully case-sensitive. I can have the file Bill_and_Ted.txt in a directory, and write scripts that won't mistake it for bill_and_ted.txt. Linux WSL apps accessing NTFS directories are fully…
Charlweed
  • 249
  • 3
  • 14
0
votes
1 answer

NTFS Defrag fails - master file table is too fragmented. (0x89000023)

Issue: MFT is to fragmented to be defragmented OS: Windows Server 2016 The goal was to shrink a volume/partition to make room for a separate data section, but the question comes down to: any known solution to this defrag issue/error?. Is there any…
NiKiZe
  • 1,246
  • 8
  • 20
0
votes
1 answer

IRP_MJ_WRITE latency up to 15 seconds

We have written an application that performs small (22kB) writes to multiple files at once (one thread performing asynchronous queued writes to multiple locations on behalf of other threads) on the same local volume (RAID1). 99.9% of the writes are…
racitup
  • 132
  • 1
  • 10
0
votes
0 answers

Mounting 32Tb RAID Volume Causes Server To Crash

I have a 32Tb NTFS RAID 5 volume. 5x8tb SATA, LSI 9361i+Supercap. Was working fine until it started behaving strange on day - drive name vanished and data seemed to vanish. Then rebooted, Windows 10, wanted to do a check when booting but I skipped…
Robin Gill
  • 2,513
  • 14
  • 13
0
votes
1 answer

How to create a department-specific shared drive

I'm trying to create department-specific shared drives. I'm working with a Windows Server 2008 file server and Windows Vista clients. Ideally, I'd like it to work like this: On the file server, there exists a \Departments directory, containing…
Chris
  • 347
  • 3
  • 6
  • 13
0
votes
1 answer

Create a kind of dropbox folder on Windows server so users can copy files in, but not delete or modify

Is there a way to set NTFS rights on a folder so that users are allowed to copy files into that folder and read them afterwards, but not delete or write to them (once they were closed at the end of the copy process)? The reason is that I want to…
Thomas
  • 101
  • 2