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

Can you limit a directory size?

On a single NTFS drive, is it possible to limit the size of a directory to an arbitrary amount (e.g., 20GB)? I've got a share on a server I want some users to be dumping files into, but I don't want them to be able to fill the drive. I figure I…
BIBD
  • 1,866
  • 10
  • 30
  • 44
2
votes
4 answers

File Server Migration from Windows 2000 Standalone to Windows 2003 Cluster to Windows 2008 Cluster with DFS

We are migrating our fileservers again. The original servers were all standalone Windows 2000 Servers. They were migrated to a Windows 2003 cluster with about 10 Servernames that directly represented the standalone servers they replaced. The…
Jim March
  • 997
  • 3
  • 8
  • 17
2
votes
3 answers

Converting NTFS to ZFS (or other)

Are there any benefits of converting HDDs that are running NTFS on a Linux machine to ZFS? Is there a way to do such conversion in Linux without losing the data? What about the stability of ZFS on Linux, does FUSE really work well in this case?…
NumberFour
  • 419
  • 2
  • 8
  • 18
2
votes
3 answers

Can I unformat an NTFS volume that was formatted as ext4?

No data was written to it. Is there a tool that will allow me to do it? I would prefer a free tool, but please recommend non-free if only such software can do the job.
michal
  • 23
  • 1
  • 3
2
votes
1 answer

Directories created by XP and Win-7 clients aren't visible to each other

We have a user who has found an interesting misbehavior on our file-serving cluster. He was able to create a directory on his home directory using WinXP and not have it be visible by a Win7 machine. This goes both ways, he was able to create one…
sysadmin1138
  • 133,124
  • 18
  • 176
  • 300
2
votes
3 answers

Take ownership of NTFS volume after moving to new machine

I had a 1.5TB hard disk in a Windows 2003 Server. Two partitions, one FAT and the other NTFS. The server crashed, and while we are ordering a new one, I would like to access the data on that volume. However, when I attach the drive to my Windows 7…
Portman
  • 5,271
  • 4
  • 28
  • 31
2
votes
4 answers

MS Windows issue - "Filename or extension is too long"

I run Microsoft windows on a few of my machines. I don't know if many people know about this issue in the OS but you can't have very long filenames, from what I know Linux can have longer names, I have never run into this issue on my Linux…
Daniel
  • 3,791
  • 7
  • 33
  • 34
2
votes
4 answers

Decompressing Files on an NTFS Volume from Linux

I recently did something stupid on my dual-boot laptop, where I compressed the entire volume to make room for a Linux partition. For some reason, Windows let me compress C:\ntldr. Now I need to get it uncompressed in order for Windows to boot. Here…
amphetamachine
  • 852
  • 1
  • 8
  • 14
2
votes
1 answer

NTFS Permissions - Correct combinations of special access permissions

What would be the correct combination of NTFS special access permissions to allow an AD group (Authenticated Users) to copy files to a share, but after copying no one in the AD group should be allowed to edit, overwrite, rename, or delete the file?…
thedugas
  • 155
  • 4
2
votes
0 answers

How to mount existing Intel RAID ISM (RAID 0) device on Linux?

I have two 1TB drives from 2011 that I need to get the data off of ASAP. Both of these drives are working and were configured as RAID 0 under a Windows Vista machine. Both drives are plugged into my Fedora machine, and I need to mount them as a RAID…
2
votes
2 answers

NTFS + Windows Server Backup and detecting bitrot/silent corruption

A question has come up regarding how we deal with bitrot, and if we need to do more. We have a very simple setup; a single 4TB HDD (NTFS formatted) which is backed up to another larger HDD using weekly VSS Full backups (losing a week of data is not…
Incipient
  • 21
  • 2
2
votes
1 answer

FreeNAS - Writing files on NTFS/FAT32 file format

I've recently installed FreeNAS and have been sing it successfully except one minor problem and that is I can't copy files to my FAT32/NTFS mounted hard disks. Is it not permissible in FreeNAS at all or I'll have to do some workaround to get that…
masum
1
vote
2 answers

Windows: How to fix broken permission-inheritance?

On our network-shares, we have all kinds of broken permission-inheritance. Just one example: The folder "D:\Shares\PublicRelations" has full access for the groups "PublicRelations" and "HR" (both with full inheritance set). But the folder…
Andreas
  • 393
  • 5
  • 11
1
vote
1 answer

Where do these NTFS permissions actually live? How are they created?

Alrighty, not sure how to word this but: Where do the NTFS permissions themselves get created? For example, I can set "Full Control" or "Read", but where are those programmed at? Here is why I ask: I noticed that when I am in other programs (such as…
Ryan
  • 113
  • 4
1
vote
1 answer

Why Explorer ask me take control of the folder?

I'm logged as domain admin on Windows Server 2016 (server member of my domain). I create a second NTFS partition (e:) and I remove access to the local users group (I dont want non-domain admin access to e:). I create a folder test at the root of…
Baud
  • 71
  • 1
  • 4