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

Is NTFS 16 TB volume size limit "real"?

I have a couple of raid enclosures, with a total of about 21 TB usable (RAID5) in a W2K8 environment. I would like just a single virtual volume spanning the physical devices, but it is my understanding that the NTFS volume size limit is 16 TB. Is…
Daniel Marcus
7
votes
3 answers

Is SMB safer than iSCSI for connection to a NAS?

Recently one of our customers undertook an IT network audit from another (third party) IT audit firm. The results were generally good, although they pointed out that we had used iSCSI client on Windows Server as a means of connecting to the NAS,…
hazymat
  • 390
  • 1
  • 9
  • 16
6
votes
2 answers

‘noexec’ option on NTFS under Windows?

Is there equivalent filesystem option on Windows like 'noexec' mount option on Linux? Is it the same if I set "Read" permission, but unset "Read & Execute" permisson on root directory (whole drive)? For the local users, but also for the LAn users…
igustin
  • 365
  • 2
  • 6
6
votes
1 answer

NTFS partition crashes chkdsk

Unfortunately I had a couple of hard resets on a machine and it seems to have damaged an NTFS partition. O/S is Windows 2012R2. C:\Users\Administrator>chkdsk d: The type of the file system is NTFS. Volume label is XXXXXXX. WARNING! F parameter…
CoderBrien
  • 179
  • 1
  • 4
6
votes
1 answer

How do I tune windows server 2012 R2 to handle NTFS file structure with 50 million files?

I have a developer utility that I will use to generate 50 Million files. The directory structure goes four levels deep. The top level contains 16 directories (years 2000-2016), next level - months (1-12), next level - days (1 - 31) and then finally…
D-Klotz
  • 164
  • 1
  • 9
6
votes
2 answers

Why can't I browse my D: drive, even if I'm in the Administrators group?

My fileserver running Windows Server 2008 has two logical drives; the C: drive contains all of the system and application data, and the D: drive contains all of the business data. There are several shares on the top level of the D: drive that are…
Nic
  • 13,425
  • 17
  • 61
  • 104
6
votes
1 answer

What's the difference between a partition blocksize and a volume blocksize in NTFS?

I've recently formatted a new disk (mount point) and wanted to verify the correct block size on Windows Server 2012 R2. Using PowerShell, I checked the WMI counters gwmi win32_volume | select name,blocksize yielded: M:\Volume2\ 65536 I wanted to…
swasheck
  • 713
  • 9
  • 20
6
votes
1 answer

Permissions when copying/moving on the same volume on a Windows 2008 R2 server

Does http://support.microsoft.com/kb/310316 still apply to 2008 R2? I see other questions here on SF like: How to workaround the NTFS Move/Copy design flaw? that discuss the issue, but I was searching around to see if that KB article still was…
TheCleaner
  • 32,627
  • 26
  • 132
  • 191
6
votes
1 answer

In NTFS, what's the difference between sector size, block size and cluster size?

For example, I have a volume with the following info extracted from ntfsinfo: $ sudo ntfsinfo -m /dev/sdb1 Volume Information Name of device: /dev/sdb1 Device state: 11 Volume Name: Photos 250GB Volume State: 27 …
silvernightstar
  • 159
  • 1
  • 5
6
votes
1 answer

Permissions on files created by Linux in NTFS

I'm trying to mount NTFS filesystem in Linux with the following settings: In Linux all files and directories in NTFS should be owned by root and have a group win. Permissions should be set to 775. All files and directories created by Linux in NTFS…
vect
  • 203
  • 3
  • 6
6
votes
1 answer

Replace permission entries on all child objects using icacls

I'm trying to set Replace permission entries on all child objects using icacls but I can't seem to do it. I want new folders/files to receive the permissions as well so I want to check the box Replace all child object permissions with inheritable…
never_odd_or_even
  • 325
  • 1
  • 4
  • 12
6
votes
1 answer

I have a 21TB array but only 16TB is visible from Windows

CONTROLLER Raid Controller: 3Ware 9650SE-24M8 Disks: 21 x 1TB RAID5 Stripe 64KB WINDOWS OS: Windows Server 2003 SP2 32x Disk: Dynamic 19557.44GB Volume: Capacity 15832.19GB I guess my array must have a 4KB block size which is limiting it to…
Relentim
  • 302
  • 2
  • 4
  • 9
6
votes
4 answers

Linux NTFS to NTFS rsync repeatedly recopying files

I wish to backup data mounted on an NTFS partition of a linux machine to the NTFS partition of another linux machine. The local NTFS drive is mounted with all files owned by root.root, but the remote NTFS drive is mounted using plugdev (so file…
Steve Kroon
  • 241
  • 2
  • 8
6
votes
2 answers

How to check the creator of a file in Windows?

I want to find out who created a certain file but all I can see under Security tab is Administrators group being pointed out as owner. This is not very helpful. How can I see who really created the file? BTW. Came across those 2…
thoughtcriminal
  • 345
  • 2
  • 4
  • 8
6
votes
2 answers

file ownership for new files with administrator - why is it giving ownership to the group administrators?

I am logged in as administrator and I right click on a folder and then go to properties, then the security tab, then advanced, then the owner tab. I am not on a domain. I see that the folder has a group ownership of administrators. I change this…
Brian R. Bondy
  • 753
  • 2
  • 10
  • 16