Questions tagged [ntfs]

NTFS (New Technology File System) is the primary file system used by Windows.

NTFS (New Technology File System) is a proprietary file system developed by Microsoft Corporation for its Windows line of operating systems, beginning with Windows NT 3.1 and Windows 2000, including Windows XP, Windows Server 2003, and all their successors to date.

NTFS supersedes the file system as the preferred file system for Microsoft’s Windows operating systems.

NTFS has several improvements over FAT and HPFS such as improved support for metadata and the use of advanced data structures to improve performance, reliability, and disk space utilization, plus additional extensions such as security access control lists (ACL) and file system journaling.

Versions

The NTFS on-disk format has five released versions:

  • v1.0 with NT 3.1, released mid-1993
  • v1.1 with NT 3.5, released fall 1994
  • v1.2 with NT 3.51 (mid-1995) and NT 4 (mid-1996)
  • v3.0 from Windows 2000 ("NTFS V5.0" or "NTFS5")
  • v3.1 from Windows XP (autumn 2001; "NTFS V5.1")

NTFS Log

NTFS is a journaling file system and uses the NTFS Log ($LogFile) to record metadata changes to the volume. It is a critical functionality of NTFS (a feature that FAT/FAT32 does not provide) for ensuring that its internal complex data structures, or data moves performed by the defragmentation API, the modifications to MFT records, and indices will remain consistent in case of system crashes, and allow easy rollback of uncommitted changes to these critical data structures when the volume is remounted.

NTFS on other operating systems

Linux

The ability to read and write to NTFS is provided by the NTFS-3G driver. It is included in most distributions.

Mac OS X

Mac OS X 10.3 and later include read-only support for NTFS-formatted partitions.

References

961 questions
-1
votes
2 answers

How to copy a hard disk partition?

Hii I wanna copy an NTFs partition to another partition of same type and same size.And I tried with windows function Copyfile() and it worked but slow speed is a problem.Then I did with readfile() and WriteFile() instead of Copyfile() again speed is…
Krish
-1
votes
1 answer

How to calculate volume of NTFS disk

In Linux, I create a 2G size file as virtual disk and format to NTFS, but its size is not 2G, exactly there is a short of 17170432 Bytes, and that value turns to be 13402112 Bytes for a 3G file. I just know that there is 512 Bytes for MBR table, but…
Don Hall
  • 107
  • 1
  • 10
-2
votes
1 answer

How to find out when NTFS was last mounted?

Is there a way to find out when NTFS was last mounted? Any information in the filesystem metadata or something? Using utilities on Linux, MacOS or at least Windows... Thank you!
Evenik
  • 1
  • 2
-2
votes
1 answer

Is formatting a USB stick to NTFS a good idea?

I have a Sandisk dual drive USB stick which can be plugged into android and PC. I was wondering if I should format it to NTFS before using. I intend to use it for storing my important files from android, which are quite large. I often find my USB…
-2
votes
1 answer

Powershell/Cmd.exe command that tells me if I have permission to access a share?

I have a long list of shares that I want to see if I can access them. Is there a powershell commandlet that I could use? I tried the Test-Path command but I believe that returns TRUE regardless of whether I have permissions to access the folder. I…
-2
votes
1 answer

NTFS permission

I want to add a user to NTFS Permission and give full control to a specific folder. This is the code that I found in internet, but it gives me an error. Set-ACL -Path "C:\Program Files (x86)\TEST" -Account "DESKTOP-R5C0QAA\Bobby" -AccessRights…
Bobs
  • 1
  • 1
-2
votes
1 answer

After calling the Windows function ReadFile(), where does the actual file data get stored?

I'm using the Windows API function ReadFile() to read system metafiles. But what I'm confused about is how to actually process the data that is returned from that function. I'm assuming that it's stored in the lpBuffer parameter, and that I…
Cade Bryant
  • 737
  • 2
  • 7
  • 19
-2
votes
2 answers

How to boot an NTFS Partition in Archlinux

I just did a dual boot Win10/arch, i'm currently meeting an issue where I successfully auto-mount a NTFS partition but only on Read-Only and I need to "write" permission on it, I followed this method in order to boot at the…
AznYouth
  • 159
  • 1
  • 1
  • 7
-2
votes
1 answer

Recover cleared file content

I was working on a report using typora markdown editor, which is a beta version now. After finishing the report and saving it, I have opened it to review and correct typos. While I was editing, the program hangs and I killed its process. when I…
-2
votes
1 answer

Hard disk not detected after formating to DOS_FAT_32

I have a WD Elements external hard disk. Earlier it was using NTFS file system, which I have formatted to DOS_FAT_32. Now I can't see the hard disk in finder or disk utility. But when I execute the command diskutil list, the the external HD is…
jay
  • 1,982
  • 2
  • 24
  • 54
-2
votes
1 answer

What is the actual date a file was created?

I have a file on my Windows 2008R2 server. When I right-click and open "Properties": Its Created date is 8/10/2013 Its Modified Date is 6/27/2011 Its Last Accessed Date is 8/17/2014 What is the date the file was actually created? I think I can…
KWallace
  • 1,570
  • 1
  • 15
  • 25
-2
votes
1 answer

Make deleted files unrecoverable

I'm cleaning a machine with Windows 7 that I use that will be reassigned to another co-worker, and I would like to clear all the deleted files so they can be unrecoverable. I tried using cipher w:f:\, then I installed Recuva and I still can see a…
Mat-Tap
  • 725
  • 1
  • 11
  • 27
-2
votes
1 answer

NTFS Listing All Files and Directories

I'm trying to make a list of all the files and folders on a mounted NTFS Volume, and I made 2 ways to do it so far, all yielding different results (unfortunately). (NOTE: I couldn't include additional sources here because link limit) There are a…
Rahul Manne
  • 1,229
  • 10
  • 20
-3
votes
1 answer

why cant i recover deleted folders on NTFS filesystem?

If i deleted some files in a certain folder, i can restore them with a quick scan using a tool like GetDataBack NTFS, but folders once deleted cant be restored, and the files within that folder are lost (they can be restored but with data lose and…
Tareq Ibrahim
  • 365
  • 5
  • 18
1 2 3
63
64