1
vote
1answer
32 views
How can I query NTFS disk quotas in C#?
I need to be able to find, for all users on a given remote machine, those users' disk quotas and actual disk usage. I need to be able to do this reporting in a C# application. (Wel …
0
votes
0answers
33 views
How can i rescue a 16GB HC SD card? I tried to format is as NTFS, but it died. [closed]
I wanted to put wikipedia on my laptop, so I got a 16GB SD card to hold it...but it was formatted as FAT32, and can't hold the 12GB image, so I tried to reformat it to NTFS...and i …
0
votes
0answers
32 views
Common wold-writable app data folder under Vista/Windows 7
I am trying to find a folder which members of the Users group in Vista and Windows 7, by default, have permission to write to, without elevation.
This is to be used for storage of …
0
votes
5answers
162 views
What can be the reason for Windows error ERROR_DISK_FULL (112) when opening a NTFS alternate data stream?
My application writes some bytes of data to an alternate data stream. This works fine on all but one machine (Windows Server 2003 SP2).
Instead, CreateFile returns ERROR_DISK_FULL …
0
votes
1answer
29 views
How to determine whether a file is encrypted with EFS?
Is there a library method somewhere for figuring out whether a file has been encrypted with EFS? I see the Encrypt() and Decrypt() methods on FileInfo, but am looking for a way to …
7
votes
3answers
215 views
Any real-world, enterprise-grade experience with Transactional NTFS (TxF)?
Background:
I am aware of this SO question about Transactional NTFS (TxF) and this article describing how to use it, but I am looking for real-world experience with a reasonably h …
0
votes
3answers
86 views
There is in Windows file systems a pre computed hash for each file?
I want to search a file duplicate by its hash. For performance purposes I want to know if there is a stored hash/checksum for each file in NTFS/FAT file systems. If there is, I don …
1
vote
3answers
63 views
how can I get the set of open handles for all processes
I would like to know if a file is open by any process (including the caller) There are a number of suggestions already posted, which tend to revolve around trying to open the file …
4
votes
1answer
109 views
In .NET, how do I Create a Junction in NTFS, as opposed to a Symlink?
I'm trying to create an NTFS Junction. From the cmd line I can do this using the junction.exe tool from sysinternals. The output of a DIR cmd for a junction looks like this:
V …
0
votes
0answers
197 views
Writing a file backup utility in C#…
--BEGIN RANT--
ALL I want to do is copy the "Documents and Settings" folder to back it up in Windows Server 2003, so we can grab old files from it, as needed, easily, after I wipe …
2
votes
3answers
169 views
CMS vs Filesystem storage id scalability
Hi,
Please consider the following:
I am storing around 1.2 Million TIF files ranging from 40 KB to 120 KB in size.
These documents are stored on a windows server with NTFS file- …
0
votes
1answer
220 views
dsofile c# API / NTFS custom file properties
I'm searching for a good way to add meta data to a file. dsofile.dll works fine for NTFS. The meta data is lost, when one drops a copy on a FAT32 share (it uses NTFS hidden streams …
0
votes
1answer
34 views
Auditing Windows Server 2003 folders.
Is there a way to log which Active Directory authenticated user modified a particular folder's contents in Windows Server 2003 environment?
0
votes
0answers
165 views
dd clone hard drive: Input/Output Error though “chkdsk” says OK [closed]
Hi,
I've used dd to clone hard drives before using 'dd' and a live cd, but have run into a problem.
The issue:
dd fails with an "Input/Output Error" on /dev/sda3 , even though w …
0
votes
0answers
57 views
Sharing/Security File/Folder Permissions
I'm trying to run an executable (.exe) from LAN without allowing users access to the contents of the LAN folder itself. e.g.
1) User clicks on a link in their email to an executab …
