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

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 read/write on one server (say, a database server) and the…
user112995
  • 21
  • 2
2
votes
3 answers

When a file is copied on NTFS the Modified Date is also copied?

I need to know if I can trust the Modified Date attribute of a file, there is any way to make a file seem older than it truly is?
Jader Dias
  • 4,705
  • 19
  • 50
  • 51
2
votes
2 answers

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 great. Now I am creating the new volume (today…
Tomek
  • 111
  • 1
  • 7
2
votes
12 answers

How to partition a Windows drive without formatting?

I have a 500GB HD, partitioned into a few gigantic Windows NTFS partitions. The partitions are loaded with files, but I still have enough space and I want to install and try out linux. Is there a way to 'slice a piece' off one of the partitions…
Yuval
  • 217
  • 1
  • 6
  • 11
2
votes
2 answers

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 shared that mount using samba and my Windows 7 laptop…
Jonathan Rioux
  • 1,938
  • 6
  • 33
  • 57
2
votes
3 answers

Windows Server 2008 - change security settings for multiple files at once

On Windows Server 2008, is there an easy way to modify security permissions for multiple files at once (as with Windows Server 2003)? Right-click menu -> properties does not provide a "Security" tab if more than one file/directory is selected (i.e.…
Ted
  • 248
  • 2
  • 5
  • 16
2
votes
3 answers

Resizing NTFS partitions impossible

yesterday night I converted a physical server into a virtual one. I used the vCenter Converter from VMware for this task. After converting and deploying the server as a virtual machine I enlarged the virtual hard disk. This was one of the main…
Ulf
  • 387
  • 1
  • 5
  • 18
2
votes
2 answers

copying directories between NTFS drives in linux uses a lot more space on destination drive

When formatting a Windows computer I always copy the full content of the harddisk to an external drive using an USB-based Linux distro (currently Knoppix). This makes sure that I can always retrieve any and all files in case the user suddenly…
JDT
  • 143
  • 1
  • 7
2
votes
5 answers

Recover bad data from RAID-0

I have two hard drives that were setup as RAID-0 and NTFS, one of the hard drives has bad sectors. does anyone know if I ran Spinrite to move those bad sectors, will I still be able to access the RAID-0? I am using RAID Reconstructor but it found…
miro23
  • 198
  • 2
  • 10
2
votes
2 answers

Best practice ACLs to prepare for auditors?

An auditor will be visiting our office soon, and they will require read-only access to our data. I have already created a domain user account and placed them into a group called "Auditors". We have a single fileserver (Windows Server 2008) with…
Nic
  • 13,425
  • 17
  • 61
  • 104
2
votes
3 answers

Allow seeing if file exists, but not read any data

Is it possible to set a folder permission so that you (in this case a .net app), can see if a file exists - but not read any data. I want to be able to set permissions, so: A user can tell if a file exists A user can write to the folder. No other…
Alex KeySmith
  • 721
  • 2
  • 10
  • 19
2
votes
1 answer

Utility to check Windows NTFS ACL/ACE dependency integrity

I'm having issues with imaging a NTFS filesystem where the ACL/ACE of a file has invalid ACL/ACE dependencies. chkdsk does not detect or fix the problem. Is there a tool available to detect (fixing is optional but preferred) such issues?
Chris S
  • 77,945
  • 11
  • 124
  • 216
2
votes
4 answers

I want to format a drive as NTFS, but Windows shows exFAT as the only option

The operating system is Windows Server 2003 R2 x64 with all updates applied. I have an external hard disk enclosure (one of these) with a 1 TB drive (garden-variety Seagate). When I right-click in Explorer and choose “Format…” the only option is…
Nate
  • 2,366
  • 4
  • 22
  • 25
2
votes
1 answer

Changing file Ownership with PowerShell 2.0

We have an issue with a file server, whenever a user account is deleted the ownership of his/her files returns to their SID number, which shows up in our report as unknown. Has anyone found a way to change the owner of a file to another user in…
2
votes
2 answers

Windows Server 2008 R2 Roaming Profiles

I'm having a bit of an issue getting roaming profiles setup with Server 2008 R2. Here are the permissions that I have set on the roaming profile share: Share Permissions Administrators - Full SYSTEM - Full Authenticated Users - Full NTFS…
matt47