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
2 answers

Application server experiencing filesystem problems

We have a Java Application server installed on our client's test server. Within application server, a number of threads access the filesystem in a number of ways. The application servers are started as a service. After a number of hours, sometimes…
nick
  • 11
  • 1
1
vote
1 answer

What NTFS permissions for ApplicationPoolIndentity website?

In my website's application pool, the identity is set to "ApplicationPoolIdentity". Normally I would use "Network Service" and give read/modify rights to "Network Service" on the website file system. However, someone told me to use…
TruMan1
  • 435
  • 2
  • 9
  • 18
1
vote
1 answer

Best way to reset all security/ownership for NTFS?

How can I completely reset the security and ownership for a drive (ie. all subdirectories and files)? I'm recreating a large RAID array and I'd like to "start fresh" with the absolute default security and permissions for everything. I believe I need…
SofaKng
  • 389
  • 1
  • 11
  • 18
1
vote
2 answers

Finding and deleting bad symbolic links in windows

Is there any simple way to find broken ntfs symbolic links in windows and delete them? (other than manual search and destroy) I'm in this mess because of windows home server's inability to upgrade without removing disks :/ and the files are…
possan
  • 153
  • 1
  • 4
1
vote
3 answers

HP PolyServe, NTFS alternate streams, and SQL Server DBCC CHECKDB

I'm onsite at a customer who's experienced a weird problem with HP PolyServe and SQL Server 2005 and I'm wondering whether anyone else has hit it. The problem is that with default settings, a DBCC CHECKDB will fail on a database underpinned by…
Paul Randal
  • 7,194
  • 1
  • 36
  • 45
1
vote
4 answers

Build NAS for Windows and Linux network

I have a spare PC and I would like to setup a NAS that is accessible from Windows and Linux. I would like to avoid using Windows as an OS and would like something like Ubuntu or FreeNAS. My only concern is I don't want to have to install special…
modernzombie
  • 173
  • 1
  • 7
1
vote
2 answers

Partitioning an External HDD

I have an external hdd and i want to partion it into 2 partitions which are ext4 and ntfs. Is that OK with this kind of partitioning and Is there a problem with partitioning an external hdd rather than internal one? Thank you!
sura2k
  • 111
  • 2
1
vote
2 answers

How to recover data from re-partitioned hard drive

I have an external HDD that has been mistakenly re-partitioned and some data written on it. Previous Partitions were: 480GB NTFS + 20GB FAT32 New partition is all FAT32 and only 70mb of data has been written to it. Is there any way I can recover all…
Adrian
  • 11
  • 1
1
vote
3 answers

Boot image to inspect NTFS volumes

Occassionally Windows computers crash badly so it cannot even do a safe boot. If you do not have access to the Windows install media (preinstalled PC), which boot image would you recommend to start a shell on the Windows hard disk volume (NTFS)? A…
1
vote
1 answer

What happens "under the hood" when Windows moves data to a location shares the same root path as the source?

To be clear, I am talking about a move operation within the same partition. For example, say I were to move a file up one directory; before the move, I have "C:\temp\test.txt", after the move I have "C:\test.txt", and "C:\temp\test.txt" no longer…
Sipp
  • 173
  • 1
  • 2
  • 5
1
vote
1 answer

Utilizing greater than 2 TB unformatted LUN in the local ESXi datastore

I'm about to create a very large file system for Windows Server and client to use (NTFS), by using Openfiler as the iSCSI initiator.[using any other free appliance will also be considered] Can OpenFiler that is deployed on my VMware ESXi as VM…
1
vote
2 answers

Realtime file-level mirroring from local NTFS to network drive

We have some data collection machines running WinXP. After a new file is written, we would like to immediately copy the new file to network storage (a NetApp CIFS share) automagically. We need realtime or near realtime copies generated (copy upon…
hurfdurf
  • 943
  • 8
  • 11
1
vote
1 answer

Is there a way to use Linux & Samba Server to mimic NTFS ACL's under a Windows Domain?

Does anyone know of an up-to-date tutorial for this? I found this old doc from 2003: http://www.bluelightning.org/linux/samba_acl_howto/ . I've like to have a Linux server replace the Windows file servers for all the Windows workstations. However,…
Ryan
  • 149
  • 8
1
vote
1 answer

SQL Server 2008 R2 - Cannot create database snapshot

Server: Windows Server 2008 R2 X64 Enterprise SQL: SQL Server 2008 R2 Enterprise X64 I have a default SQL Server instance, the SQL Server service account is running as a domain user. I am trying to create a database snapshot in the directory where…
1
vote
1 answer

Are Windows Backup Files (.bkf) compressed?

I'm running out of diskspace on a server - i've got a directory containing around 20gb of bkf files, which are backups of an ADAM store. I'm thinking of applying NTFS compression to the folder to free up some space, is this a fruitless…
chickeninabiscuit
  • 1,104
  • 6
  • 20
  • 33