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
0
votes
1 answer

Copying one 16TB folder onto several consecutive 8TB drives on a standalone Freebsd

I have a very old server that stores 16Tb of data. It is running FreeNAS (freebsd). Network cards are physically damaged and the server is on its last breath. I have 2 8TB NTFS external hard drives. I'm trying to copy all those files into hdd1, and…
NewRK
  • 103
  • 1
0
votes
0 answers

Creating an NTFS folder with read/write, but not "edit", permissions

If you start with "read, execute, write" basic permissions and take away "create folders/append data" you get a "drop folder" with read and "write new files only", but applications "save as" functions are unable to save files here. I can presume…
EricC
  • 101
  • 1
  • 6
-1
votes
1 answer

Windows Server 2008 R2 Shows Event ID 137 Error

I have a Windows Server 2008 R2 Machine running HyperV, IIS, and File Server. Under FileSystem, Everyday morning I could find some warnings and errors happened at 4AM. There are 11 copies of same warning. "The system failed to flush data to the…
Yesudass Moses
  • 181
  • 1
  • 3
  • 11
-1
votes
1 answer

How to deny directory listing on C:\Windows?

I created a special user who should never be able to CD into several system directories like program files, Windows directory, etc. Whilte I can use icacls to setup the permissions on most of them, I cannot seem to do it on C:\Windows, because I get…
-1
votes
1 answer

Change only other user's permissions

Is it possible to set the NTFS permissions so that a user has permission to edit folder permissions for every subfolder and every user except himself? For instance, I want a user to be able to administrate folder permissions for a specific netshare,…
Jannis Alexakis
  • 178
  • 1
  • 6
-1
votes
1 answer

XPEnology - Filesystem

I've looked all over but I can't seem to find a straight answer. I have 4 NTFS drives with data on them - are these compatible with a fresh install of XPEnology? The aim is to obviously share the drives and allow read/write.
KP65
  • 117
  • 3
-1
votes
1 answer

Unable to change access permissions on external ntfs Harddrive

I am fairly new with Linux when it comes to mounting hard drives, so hopefully this is a simple question. I recently purchased a 3TB hard drive that would have read/write access with both Mac and Linux. The first step I took was to format the hard…
-1
votes
1 answer

Does RAID1 also checks for corruption?

I have two 1.5 TB disks, and I don't trust both of them because of weird noises and bad clusters. I was wondering if I put them in a software RAID1 array (mirrored volume in Win7) it will write my data to both disks, but will it also make sure that…
Maestro
  • 265
  • 1
  • 3
  • 9
-1
votes
2 answers

Copy past speed very slow for a large number of files on Windows

I've run the following test I've created a folder containing 15'000 files of 400 bytes using this batch : @ECHO off SET times=15000 FOR /L %%i IN (1,1,%times%) DO ( fsutil file createnew filename%%i.txt 400 ) then I copy past it on my Windows…
Arno2501
  • 117
  • 1
  • 6
-1
votes
2 answers

I have a HD with bad sectors, can I configure windows to only retry a failed read once?

I have a bad HD (numerous bad sectors) I'm attempting to get some of the data off, however Windows keeps trying to reread the bad sectors - resulting in a really really long wait time can I configure Windows to only attempt a retry once, then to…
stuck
  • 687
  • 2
  • 10
  • 23
-1
votes
2 answers

How to get Windows Server 2008 R2 File and Directory Permissions

I have a setup similar to this: e:\personal\username1\scans e:\personal\username2\scans e:\personal\username3\scans e:\personal\username3\scans Permissions are not inherited on these directories. I have all permissions in place that I need, except…
Arrick
  • 1
-1
votes
2 answers

Getting Windows Server 2008 R2 to Recognize Large Volume

I've got a server with 16 1TB SATA drives in it. It was set as a single RAID5 volume. Unfortunately, Windows was showing two unallocated volumes during the windows setup, one as 2TB, and then the rest. I've been unable to figure out how I can…
Untalented
  • 1
  • 1
  • 1
-1
votes
1 answer

NTFS: Restore deleted files by unflag delete state only (not copy files to another drive)

I am looking for a solution to restore deleted files on a NTFS Volume. No new files are written to the disk so all files has the condition "Excellent". But i have no storage room to copy the deleted files to another volume. Is there a program that…
-1
votes
1 answer

Samba, NTFS drive and win7

I've just added to my unix server ( just shoved it in) an ntfs drive with some stuff and I want to access it through win7 (home edition). After a small struggle I've managed to get access to the server files from win7 but not to the mentioned ntfs…
-1
votes
1 answer

How to create a non-modifiable structure of shared folders on NTFS?

I am in the process of finding a suitable solution of the following. I have a Windows Server 2013 share with a set of shared folders. This share has a central folder (say Shares) and a set of subfolders, each of those should be shared to a specific…
Dim
  • 1
1 2 3
37
38