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
1
vote
1 answer

Is there a way to create a 'trackable' link (~hard link) to a folder on Windows (Windows XP in particular)?

Lets suppose that there are: a folder and a junction point or a symlink to that folder When the original folder is moved to a new location, both the junction point and the symlink fail (point to an orphaned location). The failure of the link is…
colemik
  • 759
  • 1
  • 12
  • 24
1
vote
1 answer

DFS-R - secondary member NTFS permissions

On server1 I have E:\data\ that contains the home folders and shared department folders in it. Everyone has full share rights, then the rights are restricted appropriately through NTFS permissions. When I connect to the share \\server1\data\ from a…
Jeremy
  • 13
  • 2
1
vote
1 answer

Restrict access to a nested shared folder in Server 2008R2 file share

Server 2008 R2 VM as a member server set up as a file server. Situation: We have a contractor that needs read access to a nested folder in a shared directory in a domain environment. How do I go about allowing that user access to files in a share…
user208160
  • 21
  • 1
  • 3
1
vote
0 answers

NTFS Permissions Overhaul

Essentially I am required to do a complete overhaul on a rather old (and messy) Windows server NTFS permissions. I have a Powershell script which gives me the information I need for permissions but it turns out many folders and subfolders…
PnP
  • 1,684
  • 8
  • 39
  • 65
1
vote
2 answers

You don't have permission to access / on this server - changing default www to NTFS drive

i have been struggling for a couple of days about this problem. I am trying to change the default www directory for Apache/2.4.6 (Ubuntu) web-server under LinuxMint16 and making it point to a NTFS hard disk that i share with another Windows…
Yari
  • 121
  • 1
  • 4
1
vote
1 answer

NTFS permissions: clarifications sought

After reading the following page to update myself on how NTFS file, folder, and share permissions work, I am left with a few questions and hope to receive some answers on this group: http://technet.microsoft.com/en-us/library/bb727008.aspx The page…
1
vote
1 answer

Restoring NTFS permissions

I have two large file shares where the following has occurred: A (currently unknown) administrator took ownership of the share. The administrator broke inheritance on the share, and removed the inherited permissions. The administrator granted a…
Rob D.
  • 233
  • 1
  • 3
  • 10
1
vote
2 answers

Is it possible to back up and then restore a Windows volume partition?

I installed Windows 7 on a MacBook using Boot Camp. Using Boot Camp, I resized the MacOS partition to 20 GB and let the Windows partition consume the rest of the space - 128 GB. (Unfortunately this was the only option available with Boot Camp.) Now…
jonathanconway
  • 567
  • 5
  • 7
  • 18
1
vote
1 answer

Restore file permissions after rsync on ntfs

When messing around with partitions under Windows when I tried to format empty space of the hard drive to have it in Windows, I messed something up and cfdisk told me that all the partitions did not start at the right physical boundaries, and I…
1
vote
1 answer

Sector number for NTFS details

I have a SSD on which I created a NTFS volume. Which LBA/Sector contains the NTFS information like the sample below? 0000: EB 52 90 4E 54 46 53 20 20 20 20 00 02 08 00 00 .R.NTFS ..... 0010: 00 00 00 00 00 F8 00 00 3F 00 FF 00 3F 00 00…
Tom Iv
  • 113
  • 4
1
vote
0 answers

Dynamically allocating limited disk space per user on NTFS

I'm designing a module that needs to allocate dynamic, limited disk space per user. Based on a large NTFS filesystem, I want each user to tell me how much space he want's extended to him, and then send him a path which he cannot fill over the…
Pavel Tarno
  • 111
  • 2
1
vote
1 answer

Vmware Tools potentially locking files/folders on Windows Server

I have a Windows 2008 R2 X64 server running on Vmware ESXi. Originally it was running on Hyper-V, but I have since converted the VHD to a VMDK and migrated to ESXi. I also installed VMware Tools. This server is our TeamCity continuous integration…
user160910
1
vote
4 answers

Specify file size limit on NTFS share?

We have a NTFS file share on a Windows 2k3 server which we'd like to limit file creation size to be a specific size (~1 MB/file or less). Is it possible to set a limit like this? If so, how? I've been unable to find any information related to…
Mark
1
vote
0 answers

Running SpinRite on SAN attached LUN with NTFS corruption

Got a customer that has an issue with NTFS corruption that is popping up on SAN attached storage. The LUN is RAID-10 (4:1 spindle ratio). The machines are Windows Server 2003 (64-bit), and they are in the planning stages to migrate to Windows 2008…
1
vote
1 answer

Multiple spaces in folders and files for rsync backup via /bin/bash /bin/sh

Need a one-time backup of two old messy Windows XP machines because of a company split. Using CentOS 6 x64 minimal install, i mounted some MS Windows NTFS harddrives installed locally via ntfs3g and over the LAN via smb. i need to self document…
rjt
  • 578
  • 6
  • 26