NTFS (New Technology File System) is a file system of Windows.
0
votes
1answer
12 views
Neo4j supports Windows but the recommended filesystem is ext4
The Neo4j manual shows that windows is supported, but the minimum filesystem is Ext4, what are the compromises for NTFS.
-2
votes
0answers
17 views
Windows binary files corrupted when copied from Linux [closed]
As my Windows 7 was not working properly, I booted from Ubuntu live CD and backed up the binary executables, RAR, ZIP etc from my Hard Disk to an external USB( wiht NTFS).
But later on when I try to ...
-1
votes
0answers
16 views
Windows 7 doesn't loads after Solaris attempted install [migrated]
I got two hard disks, one of 40gb and another one with 1tb.
The 40gb has windows 7 installed on it, taking all the space of this hdd, and in the 1tb disk i got few logic and extended partitions; in ...
2
votes
1answer
58 views
Getting the size of a file that exceeds System.Int64 range (theoretically possible)
To find out the length of a file (in bytes) you would normally use FileInfo.Length or System.IO.Stream.Length (is there a difference?). Both are of type long, i.e. System.Int64, hence the maximal ...
0
votes
1answer
16 views
Changing NTFS security on user with fullcontrol to modify
I have thousands of folders I need to change users with Fullcontrol access to modify access. The following is a list of what I have:
A script that changes NTFS perms:
$acl = Get-Acl "G:\Folder"
...
0
votes
0answers
19 views
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 ...
0
votes
0answers
63 views
single command to reset ACLs and set owner
I'm trying to reset all file permissions and ACLs on a windows NTFS share. The following command should do that
icacls "D:\mydata" /T /Q /C /RESET
but I keep getting Access is denied errors for ...
-3
votes
0answers
90 views
Mac OSX - Dangerous NTFS write support - only by providing password [closed]
I have a question, is there an option to make my system prompt me for a password everytime I want to write something do NTFS drive?
I use native support for writing NTFS drives (no third-party ...
0
votes
0answers
37 views
ntfs: reset operation with cacls in windows xp
when i change the ownership of a directory and subfolders in windows vista (and later) i do (with admin rights):
takeown /F "directory" /R /D y
icacls "directory" /setowner "new_owner" /T /C /L
...
0
votes
0answers
19 views
How are NTFS volumes UUIDs evaluating in linux-bases OSes?
could you help me, please.
I'm a noob, I'm lost at util-linux-ng sources...
How are NTFS volumes UUIDs evaluating in linux-based operating systems? Why ntfs partitions UUIDs are 16 bytes long instead ...
0
votes
0answers
22 views
icacls: exceptions in inheritance
How do I change the ACL of an entire NTFS partition with the exclusion of certain existing folders?
For example I would like to do:
icacls D:\ /remove everyone
icacls D:\ /grant "group1":(ic)(io)(f)
...
0
votes
1answer
32 views
Enumerating all available change journal records
I have a problem with enumerating change journal records.
//my params
READ_USN_JOURNAL_DATA read_journal_data;
read_journal_data.StartUsn = ... //next USN
read_journal_data.ReasonMask = ...
0
votes
5answers
175 views
How to create folder with trailing dot (.) in .Net/C#?
I need to create folders with trailing dots (.) using C#. Here is my code:
System.IO.Directory.CreateDirectory("d:\\MyCorp Inc.");
But the folder is created without the final dot. Are there any ...
-4
votes
1answer
216 views
External drive not being recognized [closed]
I am currently running elementary OS (a Linux OS based on Ubuntu so everything in Ubuntu works in it) - dual booting it with Windows 8.
I have a 3TB external hard drive (USB 3.0) that does not seem ...
-1
votes
1answer
117 views
How to get a NTFS file id for a folder [closed]
How to get a unique NTFS file id for a folder in c# ?
0
votes
3answers
164 views
Are FindFirstFile, FindNextFile APIs unreliable?
For my purpose I was looking to optimize ways of recursively enumerating subfolders from a given folder on the NTFS file system on Windows, and I came across this little "gem" from the Microsoft's ...
4
votes
1answer
148 views
Vagrant use different host machine
I want to use Vagrant but not pollute my machine which I'm working on with n+ VirtualBox machines.
I searched the web but found nothing. What I really want is working on my Laptop and invoking ...
0
votes
1answer
30 views
BY_HANDLE_FILE_INFORMATION structure
Does anybody know whether the BY_HANDLE_FILE_INFORMATION structure provided by Windows, is affected by a defragmentation of an NTFS disk?
...
0
votes
2answers
398 views
Recursively set NTFS Permissions
So basically we have a large shared drive which contains a lot of top level folders each containing many sub folders and files.
E:\Share\%Username%
E:\Share\%Username%\Folder1
...
0
votes
1answer
255 views
NTFS Audit with Powershell
So essentially I have the below script which generates output like follows for NTFS:
Folder Path IdentityReference AccessControlType IsInherited InheritanceFlags PropagationFlags
...
0
votes
0answers
57 views
makeself bin files written from ubuntu 10.04 to ntfs give error md5 checksums do not match
For years I have been able to create makeself bin files with Ubuntu 8.04LTS as a Virtual Machine..
using a command line as
makeself . xxx.bin "v8.356" ./some_setup_script
I could then copy the ...
1
vote
2answers
81 views
Git, Windows, Linux & NTFS: “index file open failed”
I created a git repo in Windows 7 on a NTFS partition and when opening it in Linux (Ubuntu 12 x64, dual-boot setup) I get the index file open failed error. How can I figure out what's wrong? The ...
0
votes
2answers
150 views
How to clear drive cache in C when reading files on NTFS
I am making a drive benchmark in C on Linux operating system, and I have encountered a problem on NTFS file system. Heres some code that writes many new files:
for ( int i = 0; i < 100; ++i )
{
...
-1
votes
1answer
72 views
why cant i recover deleted folders on NTFS filesystem? [closed]
If i deleted some files in a certain folder, i can restore them with a quick scan using a tool like GetDataBack NTFS, but folders once deleted cant be restored, and the files within that folder are ...
1
vote
1answer
164 views
Can the USN Journal of the NTFS file system be bigger than it's declared size?
Hello fellow programmers.
I'm trying to dump the contents of the USN Journal of a NTFS partition using WinIoCtl functions. I have the *USN_JOURNAL_DATA* structure that tells me that it has a maximum ...
0
votes
0answers
69 views
How well is NTFS supported on Linux with open-source software today (Feb 2013)? [closed]
I've seen differing accounts on the Web about the extent and feature-completeness of NTFS filesystem support in open-source implementations such as NTFS-3G and ntfsprogs. Most notably this is with ...
0
votes
1answer
66 views
Where can I read about how NTFS saves and deletes files?
I have a homework assignment to do in which I need state possible ways we can recover deleted files from a computer using NTFS. The assignment asks me to think of any pieces of information that may be ...
0
votes
0answers
39 views
Volume mounted to NTFS folder (C:\Temp) disappears randomly Win 7 Pro
I have my temp directory (C:\Temp - system variable) mounted to an NTFS folder on an SSD (via Diskmanagement > Change or Assign Drive Letters > mount to empty NTFS folder).
This mounting behaviour is ...
0
votes
1answer
185 views
How to get LBA(logical block addressing) of a file from MFT on NTFS file system?
I accessed the $MFT file and extracted file attributes.
Given the file attributes from MFT, how to get a LBA of file from the MFT record on NTFS file system?
To calcuate LBA, I know that cluster ...
0
votes
2answers
392 views
How do I give apache permission to use a directory on an NTFS partition?
I am running Linux (Lubutu 12.10) on an older machine with a 20GB hard drive. I have a 1 TB external hard drive with an NTFS partition on it. On that partition, there is www directory that holds my ...
1
vote
2answers
50 views
Does NTFS intentionally leave gaps between files?
When reading out the distribution of allocated clusters with FSCTL_GET_VOLUME_BITMAP on a NTFS formatted USB flash drive, I notice that there are large areas of free clusters interspersed. This is ...
1
vote
0answers
153 views
SecurityIdentifier.Translate(typeof(NTaccount)) bugged?
When doing a conversion from a SID to an NTAccount, I use the following code:
DirectorySecurity folder_sec = Directory.GetAccessControl("c:\\test", AccessControlSections.All);
...
1
vote
1answer
185 views
Extended file attributes on windows (ntfs)
I'm currently working on a cross platform application that uses extended file attributes for storing it's own file ownership information (uid, gid) outside of the normal filesystem ownership. This ...
-1
votes
1answer
49 views
Saving lot of my files in a one directory on NTFS [closed]
I have a sharing service, and I have 100,000+ files on one NTFS directory on Windows 2008 server.
The question is, about performance, is it better to add all the files to mysql blob?
0
votes
2answers
196 views
C++ and NTFS file: pathname VS opening
This is an extension of this question: C++: fstream not opening files with accent marks in pathname
The problem is the following: a program opening a simple NTFS text file with accent marks in ...
7
votes
1answer
311 views
Implement Change Journal in Delphi (Step 2)
Continuing my previous question, I was able to use this delphi unit to implement crazy FAST drive scan using this EnumMFTEntries() function, but I have trouble doing the following tasks:
Task #1: ...
0
votes
0answers
42 views
How to scan file system on windows
I'm going to implement get deleted files of file system on the windows.
I think that it needs to scan file system in order to get deleted files information.
How to scan file using C/C++ languages ...
3
votes
0answers
278 views
Implement Change Journal in Delphi
I'm seeking to use Change Journal instead of ReadDirectoryChangesW to track changes in my delphi XE2 application (as for why: ReadDirectoryChangesW is not that reliable)
The closest I could find in ...
1
vote
1answer
28 views
NTFS stream H:stream
Why I try to open NTFS stream named "file:stream" using CreateFile() - that's OK.
But when file is "H" and I got flash card reader on drive H:, CreateFile() tries to open file named "stream" on flash ...
0
votes
1answer
36 views
PHP fwrite and NTFS logging on local server
If I fwrite 'w' a file on a Windows server with ntfs loggong (like my local xampp server), effectively overwriting it (vrs 'a' append), does the ntfs server secretly keep a historical copy of my old ...
-1
votes
1answer
137 views
reading windows ntfs system files and folders
In my thesis I'm dealing with Windows NTFS filesystem low level attributes and for this I'm trying to develop a demonstration program reading and displaying NTFS system files and folders like $Extend. ...
4
votes
0answers
415 views
why NTFS filesystem is so slow compared to EXT3 filesystem when copying large amount of small files? [closed]
I've run the following test I've created a folder containing 15'000 files of 400 bytes using this batch :
@ECHO off
SET times=15000
FOR /L %%i IN (1,1,%times%) DO (
fsutil file createnew ...
0
votes
0answers
27 views
Does transforming file data into filenames really work to bypass quota's on disk usage?
Well I have an evil plan of trying out if it is possible to "bypass" storage limits.. anywhere.
If you make a empty file with the filename "test.txt", then getfilesize will return 0, and ...
1
vote
2answers
122 views
Extracting selected metadata from Windows files using Ruby
I have a user with a collection of JPEG files, rest on a Windows 7 NTFS file system.
The user has annotated these images using the Windows 7 "Details" dialog. For each file they have added a title, a ...
0
votes
1answer
81 views
How to safely remove folder without removing contents of a junction?
I've been search for a shell (cmd) solution for this for a while and haven't found any. So I wanted to create a Junction but first I need remove the folder if it exists (Junction from sysinterals ...
2
votes
1answer
138 views
How to improve throughput with FileStream in a single-threaded application
I am trying to get top I/O performance in a data streaming application with eight SSDs in RAID-5 (each SSD advertises and delivers 500 MB/sec reads).
I create FileStream with 64KB buffer and read ...
0
votes
1answer
97 views
how to create, then format, a volume with an NTFS filesystem?
What is the preferred way to create a partition and then format an NTFS volume within this volume?
I'd prefer to stick with the Win32 API, instead of using WMI or a script
is this possible? any ...
0
votes
1answer
80 views
Finding length of data block in sparse file
How can I find length of non-zero data block in sparse file starting from some offset?
Do I have to make some file read or OS can read that information from some metadata which can be cached?
I'm ...
0
votes
1answer
117 views
MyBook world disk formatted in linux partition: how to recover files
here's the situation:
I bought a new Synology NAS. I accidentally inserted a disk, that was previously in a Western Digital MyBook world edition.
The synology launched and it said " installing ...
1
vote
1answer
32 views
Can “sparse zero” be set to the value other than (BYTE)0x00, really?
If I understood the text correctly, Platform SDK contains an innuendo what it can:
The default data value of a sparse file is zero; however, it can be
set to other values.
However, combing ...


