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

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. are there any limitations to using gpt under ntfs…
dasko
  • 1,244
  • 1
  • 22
  • 30
1
vote
1 answer

Ensuring no EFS files remain on a Windows XP SP3 system

Lets say I have a user in my organization who has forgotten his/her Windows logon password to their office computer. As an IT manager, I can log in via the Administrator and reset that user's password. So far, so good. But if the user has used EFS…
user76069
1
vote
1 answer

NTFS recovery after installing ESXi

I got this server where I had a Windows 2003 installation on, and I didn't think I needed it anymore, so I desided to install ESXi on it for testing purpose. But now I just found out that there where some important files on the disk !! Anyone know…
1
vote
3 answers

Transferring NTFS Files Between Two Computers Not On A Domain - Best Practices

Does anyone have advice for easily copying files between a Windows XP machine [#A] (NTFS drive) --> External Hard Drive [NTFS] --> another Windows XP machine [#B] (NTFS drive) and getting the permissions set proprely? Machine #A has all the data…
NoahD
  • 407
  • 5
  • 10
1
vote
2 answers

What is the best/easiest way to change the RAID configuration of a Windows Server and Restore it to its last working configuration with more space?

I have a Dell Server with 6 1TB Drives in it. Currently the drives are configured into two RAID groups: Existing Group 1: 2 x 1TB in RAID 1 (1TB Usable) C: Drive (Windows 2008 r2 Boot Partition NTFS) Group 2: 4 x 1TB in RAID 10 (2TB Usable) E:…
SLY
  • 1,286
  • 1
  • 13
  • 28
1
vote
0 answers

Periodically completely lose access to a file (cannot take ownership) in Win 2k8 R2

Running Win 2k8 R2 SP1 64 bit as a web server box with IIS 7/.NET 4. Periodically, I completely lose access to the membership database in one of my sites (ASPNETDB) which causes a "Network Service cannot access Membership DB..." error on the site…
1
vote
4 answers

NTFS or FAT32:Formatting Disk for PFSense

Im a network guy, and know very little about system administration. I would like to install PFSense and Monowall to 2 CF Cards, but not sure how they should be formatted (NTFS or FAT32) and volume size. Both of the cards are 8 gigs. I was also…
n0sw1tchp0rt
  • 97
  • 3
  • 8
1
vote
3 answers

Prevent folder deletes at top level only on Server 2008

I'm trying to prevent folders moves, really folder delete in NTFS parlance, for series of folders within a network share. So let's say I have: FolderA, FolderB, FolderC. Each folder has various files and subfolders. I want the Domain Users group…
DomoDomo
  • 143
  • 1
  • 5
1
vote
2 answers

Securing file content in folders under Windows

Is there a way to allow a user to create a file in a folder under Windows, but not allow them to edit the contents of the files? This would be analogous to setuid on FreeBSD systems, where files created in a folder would be given different owner…
Edward Q. Bridges
  • 1,241
  • 1
  • 9
  • 9
1
vote
1 answer

NTFS inherited permissions... from where?

I have a folder with special permissions for an user inherited from the "primary object", but the primary object isn't the normal hierarchical folder. How can I know which is the primary object for these permissions? Example: \Folder A (no special…
Santiago
  • 254
  • 3
  • 10
1
vote
3 answers

Scripting share security & NTFS settings for AD2003

We will be deploying "dynamic" classrooms using SCCM, and thus will also need to create OU's and matching users and homedirs on the fly. I am currently trying to figure out how to edit the security rights for these homedirs via a script. I've had…
HannesFostie
  • 845
  • 14
  • 29
1
vote
1 answer

ntfsclone reports "Can't read sector at 470585344, lost data". How can I determine what file that is?

I used ntfsclone from ubuntu to copy a bad windows hard drive to a new one using: sudo ntfsclone --rescue -f --overwrite /dev/sda1 /dev/sdb1 which produces the following: WARNING: Can't read sector at 470585344, lost data. There's only about 70 of…
Zachary Scott
  • 227
  • 2
  • 14
1
vote
2 answers

Recommended NTFS cluster size for a specialized volume

I guess that this is an old question, but all answers I found on the net was very diverted, so here goes... I need a dedicated volume for tens of thousands of ~10MiB and ~50MiB files. I suspect that a large NTFS cluster size will speed up the file…
Bård
  • 767
  • 1
  • 6
  • 12
1
vote
5 answers

Mount NTFS (read/write capability) filesystem on RHEL 5 (2.6.8-18.el5)

I'm using RHEL 5.0 with the kernel 2.6.8-18.el5. I want to mount my external hard disk drive with the NTFS file system. I cannot mount it because it doesn't support NTFS file system. Error msg: mount: unknown 'ntfs' file system. Can anyone tell me…
Sarith
  • 397
  • 3
  • 7
  • 16
1
vote
2 answers

Case Sensitve NTFS Folder?

I am migrating a Linux/Apache/PHP website to a server running Windows Server 2008 R2/IIS 7.0. I have everything working except one minor issue. The file system on the Linux box is case-sensitive and many of the files will have duplicate filenames on…
bopapa_1979
  • 439
  • 1
  • 5
  • 12