Eric

Results 26 issues of Eric

it seems this is missing in disks created with diskutils, both for vhd and vhdx. am i missing a call to a function to add it, or is it not...

I am able to copy things, get file info, etc for most of the files i am interacting with. The $MFT works fine when asking for FileInfo and returns the...

https://dfir.ru/2019/04/23/ntfs-large-clusters/ larger cluster sizes are now possible, which may impact this tool. see post for more details

After creating a VHDX, double-clicking it mounts it in Windows just fine. You can see all the files, etc. If you then unmount it, then mount it with PowerShell: Mount-DiskImage...

I am trying to copy files off an NTFS volume using the following syntax: File.Copy(@"\\?\Volume{2b0bf6a2-b2fb-4893-872a-5e4b19072ee2}\Users\e\AppData\Roaming\Microsoft\Windows\Recent\!ForDDrive.lnk",@"C:\temp\1.lnk",CopyOptions.None) but am always getting an exception about the device not being ready: (21) The device...

Bug :beetle:

Hello, is it possible to change the behavior of this call: Directory.ExistsDrive(_fluentCommandLineParser.Object.CsvDirectory) to work when CsvDirectory is set to something like .\Foobar ? the drive obviously exists, and if i...

When drilled into a particular event or error, it would be nice to be able to mark that item in the same way when in the "grid" overview. Putting the...

enhancement

in comparing the voron repo parts, it looks like the right and left halfs are swapped, name wise ![image](https://user-images.githubusercontent.com/4265254/194983896-7fae2c06-ca6e-4971-87d9-aea3ac1d17cf.png) ![image](https://user-images.githubusercontent.com/4265254/194983951-0c42ca26-76ed-47af-bf75-fd09cdbc4d32.png)

Path clean up (/home/pi to ~), tweaks to github backup restore to make it easier

~ vs /home/pi this gets around people not using the default username. i would assume most people would know how to adjust this if they are not using the default...