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. ...
4
votes
5answers
151 views
Protect files on NTFS volume from Domain Administrators
We're a small company with a 2008R2 domain on which we have a file server with several shared volumes. We have a number of IT staff in the domain administrators role, because effectively we're all on ...
1
vote
1answer
53 views
NTFS Permissions will not inherit for one file
I have a bizarre issue that seems to be UAC related but I can't figure it out. On the face of it, it seems to be the same issue as this, but it's not quite.
I have a folder which contains the files ...
3
votes
2answers
115 views
Windows 2003; Find folders with non-inherited/changed permissions
The question: I'm looking for a good way to audit/search a directory structure (Windows 2003) and locate any folders that either don't inherit permissions from their parent -or- have additional ...
0
votes
1answer
52 views
How to grant file MOVE permission on NTFS?
I wonder what is needed in terms of the NTFS Security permission to grant user to do file READ+WRITE+MOVE from one directory to another but NO DELETE ?
Any kind of help would be greatly appreciated.
...
1
vote
1answer
123 views
Change owner recursively with Powershell?
I'm trying to use Powershell to change owner of a folder, recursively.
I'm basically using this code:
$acct1 = New-Object System.Security.Principal.NTAccount('DOMAIN\Enterprise Admins')
...
1
vote
2answers
68 views
Child Folder inheriting a permission that parent folder does not have (NTFS)
I'm reconfiguring roaming profiles on my network to use proper NTFS security settings according to this article. I have reset the following permissions on the roaming profile parent folder:
CREATOR ...
5
votes
3answers
56 views
How to see if/when a long file copy operation actually completed?
Having to move several very large files (VHDs) between two servers, I launched the file copy operation using Windows Explorer in a Remote Desktop session, and then closed the session without logging ...
3
votes
1answer
254 views
Windows 2008 R2 NTFS file permissions not working as intended
We just got our first Windows Server 2008 R2 server in. It's going to be a file server. However, I am running into a weird issue with it that seems to be a result of UAC.
When I try to share a ...
0
votes
1answer
44 views
Add restrictions for files and folders naming on Windows
Is it possible, with Windows Seven pro, to add restrictions on the naming for files and folders?
Let me explain:
My users can't refrain from using characters like é, ô, or string like l'agence ++.
...
1
vote
1answer
185 views
Is it possible to hide folders/subfolders from users based on permissions?
Having a Windows Server 2008 R2 that has a share with lots of nested folders, I want to be able to only show certain folders to certain AD users/AD user groups.
Is it possible to configure the ...
1
vote
2answers
58 views
File report ignoring NTFS permissions
I need to inventory based on file age a huge NAS.
Some folders are restricted, and only users or groups have rights.
As you probably know Treesize is the best solution, the only problem I found is ...
0
votes
8answers
403 views
Rsync for Windows with support for ACLs
I have a need for a free rsync-like tool for Windows (very preferably with some sort of delta encoding) that supports synchronizing Windows ACLs and can copy open files, probably via VSS/Shadow ...
1
vote
2answers
144 views
NTFS on iSCSI - Mounting two Server 2008 servers to same LUN
I'm aware that you can't mount a single LUN to two read/write NTFS iscsi volumes without massive issues unless you are using clustered servers. However, I'm curious about mounting 1 iscsi lun ...
1
vote
2answers
81 views
large 20TB+ NTFS volume allocation unit & compression
I am creating backup volume on RAID6 and I want to expand it in the future up to 12 2TB discs. Currently we have 4 discs in RAID5 and 4096 allocation unit + file compression on. Everything is working ...
0
votes
1answer
133 views
Windows NTFS Permissions replacing child objects bulk
I have about 300 home user folders in a homes share. Each user has modify permissions to their own folder. They are connected to the folder via Active Directory with the \filerserver\homes$\%username% ...
8
votes
2answers
267 views
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 * ...
0
votes
2answers
116 views
NTFS permissions: how to make a folder read only for a group, but give write permission for only one member of this group?
I've a folder that I want a group of users can have read-only access, but only one of these users must have write permissions.
The problem is that seems that if that user pertains to the read-only ...
1
vote
1answer
48 views
Size on disk issue on windows 2008
I am facing typical "size on disk" issue on windows 2008 OS.
I am using NTFS partition with cluster size of 4k and in that Size of disk is almost triple the real size. This is becaus I have large ...
1
vote
1answer
86 views
Why can't I delete a folder that I have ownership (+ children) AND full control permissions (+ children) on?
I've got some leftover Windows update temporary folders (they have GUID-ish names) on the root of the system drive. I'm trying to clean these up, but am getting the following behavior upon deletion ...
2
votes
0answers
171 views
Robocopy falsely marks files as newer
I have two NTFS formatted drives on different machines and I do a robocopy mirror between them like this:
robocopy "D:\My Documents" "X:\Backup\My Documents" /MIR /V /NP /XD .* /XO /XA:SHTO /FAT /Z ...
3
votes
1answer
123 views
Localizing NTFS Folder Share Names
We have an office in the US and Poland. This is a long shot but does anyone know if you can specify both an english folder name as well as a polish folder name for the same folder name so that if a ...
0
votes
1answer
93 views
NTFS permissions for a user on another computer in case of a disk moving in a cluster?
Is there a way to set NTFS permissions for a user on another computer?
I have two nodes in a failover cluster. Both have a specific user account ("charley") local to the node. Charley has files on a ...
0
votes
1answer
171 views
Transaction support within the specified resource manager is not started or was shut down due to an error
Got the following error while trying to add, edit or delete a windows schedule task:
Transaction support within the specified resource manager is not
started or was shut down due to an error.
...
0
votes
1answer
167 views
NTFS error 55 after rebooting a Windows 2008 Web Server
This one really drives me around since a year or so:
Having a public Windows 2008 Web Server (behind a firewall) that runs perfectly smooth, I have lots of troubles when rebooting this server (e.g. ...
0
votes
2answers
181 views
How can I add permissions for the IUSR_Machine account to a remote file share?
I have a web application which I need to grant permissions to a file share that's hosted on another machine in my DMZ. Users are accessing the application anonymously using the IUSR_Machine account ...
1
vote
2answers
99 views
NETWORK SERVICE is unable to save to a network path
I've done some extensive research on this and I've tried every suggestion I have seen. I am troubleshooting an application that runs a "scheduler" service to periodically export *.txt files to a ...
0
votes
0answers
63 views
WFF - NTFS Permissions Propagation across Farm
Wondering how to configure WFF to copy NTFS permissions from the primary server to all of the secondary servers. I also have multiple "applications" or websites on the farm with different application ...
4
votes
3answers
576 views
NTFS Permissions Auditing with PowerShell
I am working on a project where I need to be able to audit various users and user group permissions on a NTFS formatted Windows file server. I would like to use PowerShell and have it recursively ...
-1
votes
2answers
142 views
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 ...
0
votes
1answer
104 views
directory of hardlinks on NTFS appears to be consuming more space than it should
Windows 2008 R2 and Windows 7 Ultimate both exhibit this behaviour...
So I have directory structure like... YEAR\MONTH\file_x.ext, where YEAR goes back to 2007 and each MONTH directory contains ...
1
vote
5answers
291 views
Mount LUN from SAN at the same time in Windows and Linux
I have a mounted NTFS partition under Windows (2003) and Linux (RHEL 5.7) at the same time. The LUN resides on SAN and is presented to both servers at the same time. At first, the setup looks ok as I ...
1
vote
1answer
44 views
Recovering a deleted Firebird database file?
I've got a client running a radio server which essentially uses Firebird as the database. (Databases are stored in files ending in *.fdb anywhere on the filesystem, think SQLite) I had to reinstall ...
1
vote
0answers
72 views
Virtual linux drive on a NAS - recommendations
I have a Linux server currently running under a Microsoft Virtual Machine. I have it set up so that the storage drive is set up as a secondary virtual disk. I need to move this machine to a new box ...
0
votes
1answer
154 views
Linux - Test the write speed of an NTFS HDD USB drive
I have a Debian box with an USB HDD drive formated in NTFS connected to it. I would like to test the write speed of it because with samba, when I upload files to it from my Windows 7 laptop, I got ...
4
votes
3answers
429 views
Set ntfs permissions so that a file can be read, but no browsing of the directory
OK folks, I don't think this is possible, but:
Got a client who needs to allow domain users to read files in a directory.
The catch is, he does NOT want them to BROWSE the directory.
basically, ...
0
votes
0answers
38 views
NTFS Permissions-Special Permissions not working
I am using Windows 2008 R2 Server having a CENTRAL SHARED FOLDER (CENTRALSTORAGE). We are trying to give Domain Users in the Network access as like User1-\CentralStorage\IT\User1 and ...
6
votes
1answer
224 views
I have a 21TB array but only 16TB is visible from Windows
CONTROLLER
Raid Controller: 3Ware 9650SE-24M8
Disks: 21 x 1TB RAID5
Stripe 64KB
WINDOWS
OS: Windows Server 2003 SP2 32x
Disk: Dynamic 19557.44GB
Volume: Capacity 15832.19GB
I guess my array ...
1
vote
2answers
109 views
Uploading to a Samba Share at less than a MB/s?
I have a Debian box on which iv plugged in a usb external hard drive formated with NTFS. This HDD is 2TB. I mounted that usb drive using mount:
mount -t ntfs-3g /dev/sdf1 /media/backup
I then ...
3
votes
1answer
69 views
How does Linux's unlink on a NTFS filesystem differs from Window's own implementation? [closed]
I have an external USB disk with an NTFS filesystem on it.
If I remove a file from Windows and I run one of the several "undelete" utilities (say, TestDisk) I can easily recover the file (because ...
0
votes
0answers
40 views
Corrupted Data when Transferring Files over Network from Mac OSX Snow Leopard Server to Windows 7 Server
Two servers. Mac OSX Snow Leopard, and a PC with Windows 7 as Server.
Either way, when the Mac attempts to add files to a shared windows folder, the data is sometimes corrupted and can't be read. ...
-1
votes
1answer
64 views
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 ...
-4
votes
1answer
176 views
Why is NTFS better than FAT32? [closed]
Just wondering why NTFS is considered better, and how NTFS manages to do so (structure, actions, etc), compared to FAT.
thanks! :)
-1
votes
1answer
155 views
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 ...
0
votes
1answer
58 views
What is on a HDD sectors 1 through 62 under MBR-NTFS?
I do not understand why my partitions always start on absolute sector 63. What is the purpose of sectors 1 through 62? I understand sector 1 is the MBR but what about the rest? Thanks!
1
vote
1answer
57 views
Bulk Directory Permissions
So I'm looking for some advice/guidance on my issue:
Our file server was originally setup incorrectly by providing permissions to individual users rather than than groups. Ive been in the process of ...
0
votes
2answers
66 views
Is it possible to mount a disk device with different file system type?
I wonder why mount command takes file system type option like "mount -t type ...". It can find out device's file system type and choose related parameter. Is it possible to mount disks with a file ...
0
votes
2answers
550 views
Convert ext4 partition to NTFS
Is there a tool or command to achieve it? I did some search around here I didn’t find the answer. Is that possible?
I must mention that my ext4 drive that I want to convert have data so it must just ...
7
votes
1answer
797 views
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 ...
4
votes
2answers
249 views
Can't access NTFS file after BSOD. Corruption undetectable by chkdsk?
We have several files on a Windows server that show up in directory listings but can't be accessed. I can take ownership of the files, and the ACL shows that Everyone has read/write/execute access; ...
1
vote
1answer
72 views
gpt partition for raid 6 that was 4.5TB, will i have any issues under server 2008 64bit r2?
has anyone had any issues with using one large gpt partition of 5TB on a raid 6 setup with a 3ware raid controller. i am using the partition as a basic file sharing backup repository, nothing fancy. ...