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
11
votes
6 answers

How can I compact the VHD file with Ubuntu?

I use windows server 2008r2 with role Hyper-V. The guest system is Ubuntu 12.04 LTC. It is situated on the dynamic virtual hard disk. I want to compact this VHD (The real size is 50 GB, 360 GB on the disk). But I can not do this, because the Ubuntu…
AmShegar
  • 259
  • 1
  • 2
  • 9
11
votes
2 answers

What is the best way to fix NTFS file permissions to inherit parent?

When XP clients move files on the same volume, the permissions are moved with it. With Windows 7 clients and up, when a file is moved, the permissions are inherited. Unfortunately, we still have a lot of Windows XP clients which after time causes…
Ryan Mortier
  • 498
  • 3
  • 8
  • 19
11
votes
9 answers

Flash Drives - should be formatted NTFS?

Should Flash Drives be formatted NTFS? What are the Pros & Cons of doing so?
jinsungy
  • 368
  • 1
  • 2
  • 9
10
votes
2 answers

Windows Server Backup Error - Volumes Larger than 16.7TB cannot be protected?

I'm trying to use Windows Server Backup to backup a RAID array on my new server. But, when I do, I run into this error: The server is running Windows Server 2012 R2 and the array in question is 20TB in size (with 18TB usable); less than 1TB is…
10
votes
6 answers

Configuring NTFS file system for performance

We have an application that is planning to store around 1.1TB of XML files which average 8.5kb in size. These represent a rolling 18 months of data, with around 200,000 new files being created every day. Each file will be written only once, and then…
Richard Ev
  • 240
  • 1
  • 3
  • 14
10
votes
8 answers

Crashed Hard Drive Data Retrieval

I recently had a laptop hard drive crash on me and am trying to rescue some of the data on the original drive. As such, I've extracted my failed hard drive and installed it in a USB enclosure. I've been successful retrieving some data but am…
Nate
  • 557
  • 2
  • 8
  • 16
10
votes
8 answers

Is this a recommended/valid approach for file server permissions?

File servers are a fact of life in IT and I'm curious if there are any generally accepted practices (I hesitate to use the word "best" here) for how you create groups and apply permissions for managing client access to a shared folder on a file…
David Archer
  • 599
  • 1
  • 6
  • 16
10
votes
5 answers

Does Windows have a checksumming filesystem like ZFS or BtrFS?

I use ZFS and love it. I know that BtrFS also supports checksumming. I've been told that checksumming is available in Windows 2008, but I've been unable to verify this. Are there checksumming filesystems besides ZFS and BtrFS on any platform,…
royco
  • 573
  • 3
  • 8
  • 17
9
votes
5 answers

Security: Unable to display current owner

I have a user with local administrative rights on their Windows 7 64-bit box. They extracted a file from a zip file they downloaded with the Zip shell extension to their desktop on a non-encrypted or compressed NTFS volume. Unfortunately they…
Jim McKeeth
  • 1,906
  • 4
  • 20
  • 21
9
votes
1 answer

Windows / NTFS - is it possible to measure completion time of file operations?

I'm looking for possibility of measuring how much time it takes to finish file operation issued to NTFS driver (open file close file delete file, write, read etc) and to be able to log it. I can't change application to measure time inside app. I'm…
9
votes
2 answers

How can I split a drive image created with 'dd' into separate files for each partition?

I created an image of a failing drive with: dd if=/dev/sde of=/mnt/image001.dd The drive had only two partitions: Device Boot Start End Blocks Id System /dev/sde1 * 1 13 102400 7 …
Joe A
  • 300
  • 2
  • 9
9
votes
3 answers

Does using a large NTFS disk allocation size for a file share make a difference?

I'm formatting a drive using NTFS which will be dedicated as a file share for users to centrally store their files. The files will likely be large (10's to 100's of megabytes). Someone suggested that using a large allocation unit size than the…
dso
  • 553
  • 2
  • 6
  • 11
9
votes
7 answers

How to resize the primary partition in Windows Server 2008?

We have a Windows Server 2008 with C: and D: drives. I freed up 30 GB from the D: drive using the "shrink volume" option and that needs to be added to C: drive. But the extend volume on the C: drive is disabled. Can you please tell me how can I add…
Gopinath
  • 229
  • 1
  • 2
  • 7
8
votes
1 answer

NTFS Compression with Deduplication?

I have installed the Data Deduplication role on Windows Server 2016. Per Microsoft, it's using NTFS compression to help save space: Data deduplication stores more data in less physical space. It achieves greater storage efficiency than was possible…
8
votes
1 answer

How do NTFS permissions become improperly ordered?

I have some files on a network share and they were read-only accessible to users. I had set the permissions to provide full rights to all domain users - when I checked the main folder, this was still set, but at deeper levels it was sent to…
David Mackey
  • 697
  • 2
  • 15
  • 30
1 2
3
37 38