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.

562 questions
82
votes
24 answers

Storing a million images in the filesystem

I have a project that will generate a huge number of images. Around 1,000,000 for start. They are not large images so I will store them all on one machine at start. How do you recommended on storing these images efficiently? (NTFS file system…
s.mihai
  • 1,511
  • 6
  • 23
  • 27
42
votes
4 answers

Overcoming maximum file path length restrictions in Windows

One of our customers habitually use very long path names (several nested folders, with long names) and we routinely encounter "user education issues" in order to shorten the path to less than 260 characters. Is there a technical solution available,…
Christopher Edwards
  • 688
  • 1
  • 8
  • 19
36
votes
10 answers

How to take ownership of files from the command line?

Every so often I run into a file that I need to take ownership of. I normally use cacls for changing ntfs permissions, but it doesn't seem to do ownership. Under *nix I would run something like chown me:me . Is there a windows equivalent to…
Joe
  • 1,535
  • 1
  • 10
  • 15
33
votes
8 answers

How to workaround the NTFS Move/Copy design flaw?

As anyone that has dealt with file server permissions is aware, NTFS has an interesting design feature/flaw known as the Move/Copy problem. As explained in this MS KB article, the permissions for a folder or file do not automatically inherit from…
David Archer
  • 599
  • 1
  • 6
  • 16
31
votes
2 answers

fstab filesystem type for NTFS -- 'ntfs' or 'ntfs-3g'?

I have a question about the difference between 'ntfs' and 'ntfs-3g' in the filesystem type field in the /etc/fstab file. My Linux distribution is Xubuntu; I suppose the answer may well vary between distros. My question is basically which is best to…
Joseph
  • 413
  • 1
  • 4
  • 5
28
votes
7 answers

What's the maximum theoretical data transfer throughput of NTFS?

Recently I was at a local user group meeting where the presenter noted that the maximum throughput of the NTFS IO stack was 1 GBps. He substantiated his claim by simultaneously copying two large files from the same logical volume to different…
swasheck
  • 713
  • 9
  • 20
21
votes
8 answers

How do I take ownership of a folder when access is denied and the security tab is missing?

I have a Windows 2003 Standard x64 Server with SP2. After deleting a large number of folders from a folder, the OS is reporting "Access Denied" on any attempt to read or manipulate the folder. When examining the folder's properties, the Security…
Jim Counts
  • 337
  • 2
  • 4
  • 10
21
votes
7 answers

NTFS "Secrets"?

A few weeks ago I was reading through the Wikipedia entry on NTFS, and noticed that it was possible to use Symbolic Links amongst a number of other features that aren't readily apparent in Windows Explorer. What other useful features exist that may…
Jordan S. Jones
  • 1,083
  • 9
  • 13
21
votes
3 answers

Window 256 characters path name limitation

after a long research, I finally found out that pathnames cannot be longer than 256 characters even in the latest Microsoft Windows 7. I really don't get it why there is such a stupid limitation, since NTFS can handle up to ~32,000 characters path…
nils
20
votes
5 answers

Create NTFS symbolic links from within Linux

Is there a Linux utility that can create NTFS symbolic links? That is, a link on an NTFS partition that points to another NTFS folder - one that will work within Windows 7, specifically. I wish to relocate a folder that is normally in-use while…
rymo
  • 513
  • 1
  • 3
  • 13
19
votes
13 answers

Error 0x80070570: How to delete corrupted and unreadable file?

On my system partition I have a folder which cannot be deleted. This folder has been created by restoring files from an Acronis TrueImage backup. The error message says: Error 0x80070570: The file or directory is corrupted and unreadable. I…
0xA3
  • 243
  • 1
  • 2
  • 9
19
votes
3 answers

Unable to restore from Shadow Copy due to long filename

We have shadow copy enabled on our Windows SBS 2008 server. Attempting to restore a file from shadow copy gave the following error- The source file name(s) are larger than is supported by the file system. Try moving to a location which has a…
Spongeboy
  • 923
  • 1
  • 7
  • 11
18
votes
1 answer

User accidentally messed up a Robocopy command and caused a bunch of folders to get created with corrupt security

We had a user run a robocopy command to copy some files but unfortunately the user accidentally messed up the syntax. Something like: robocopy "\\server1\share\Accounting" \\server1\share\NewAccounting" /E /X /COPYALL /TEE Which without the proper…
TheCleaner
  • 32,352
  • 26
  • 126
  • 188
18
votes
5 answers

Quickly changing Windows permissions for a huge directory tree?

I have a huge directory on an NTFS file-system (i.e. a top-level directory containing tens or hundreds of millions of descendant nodes with the file nodes probably on average about three levels deep) that I need to change permissions for. In…
Chris
  • 1,063
  • 4
  • 12
  • 18
18
votes
1 answer

From bad sector to "damaged file" - did it for Linux/ext3, can I do it for Windows/NTFS?

When a SMART check on a disk reports a bad sector, it is important to be able to identify the file that has the bad sector - and restore it from backups. Below, I show how I did this for my Linux/ext3 VMWARE server - but does anyone know if this can…
ttsiodras
  • 413
  • 1
  • 4
  • 10
1
2 3
37 38