December 7th, 2024, 7:41
That is something that I am very much not familiar of, Im going to need more guidance
December 7th, 2024, 7:51
pepe wrote:That is something that I am very much not familiar of, Im going to need more guidance
read File System documentations, check out some working file systems in hex editor to identify main concepts, etc. No guidance can save you the efforts you need to put in learning on your side. One question answered rises a few more questions.
... if you are really interested how things work... Yes, you will need a few days to get a grip of the concepts and it will get a bit easier as you proceed.
FAT file systems are pretty easy ones, good to start with. However, if you are not familiar with the very basics of information technology (bit, byte, word, endianness, logic operations(AND, OR, XOR, shifting), i would recommend looking into that first.
while writing this i realized that i have about 36 yrs of background, so things i think being trivial may not be so. But there's no other way...
December 7th, 2024, 12:45
December 18th, 2024, 18:05
December 18th, 2024, 18:48
December 18th, 2024, 19:49
pcimage wrote:I've had good results with ReClaime on formatted exFAT drives.
Had one recently where both R-Studio and even UFS Pro produced garbage results, but ReClaime got virtually all data back perfectly.
Probably ReClaime goes about it a different way? It was noticeably slower than the others as it gradually rebuilt the file structure on-the-fly
December 18th, 2024, 20:20
The full package supports the following image file formats (non exhaustive list):
- vhd, vdi and vmdk (static, dynamic and vmdk multipart)
- raw formats (img, ima, raw, vfd...)
- iso, nrg, bin (read-only, and some bin files only)
- dmg, sdi (some versions only)
Some other formats may work but require tests, and the non Windows file systems may need additionnal drivers.
December 19th, 2024, 4:14
pcimage wrote:I've had good results with ReClaime on formatted exFAT drives.
Had one recently where both R-Studio and even UFS Pro produced garbage results, but ReClaime got virtually all data back perfectly.
Probably ReClaime goes about it a different way? It was noticeably slower than the others as it gradually rebuilt the file structure on-the-fly
December 19th, 2024, 4:15
fzabkar wrote:AIUI, the OP has already recovered the data with DMDE. If we could see the contents of sectors 0 to 63, I suspect that we will find old exFAT metadata. However, I'm not sure that the OP understands how to carve out this area.
December 19th, 2024, 8:19
Pandemicc wrote:pcimage wrote:I've had good results with ReClaime on formatted exFAT drives.
Had one recently where both R-Studio and even UFS Pro produced garbage results, but ReClaime got virtually all data back perfectly.
Probably ReClaime goes about it a different way? It was noticeably slower than the others as it gradually rebuilt the file structure on-the-fly
even UFS? wow! I always thought that the UFS is the mother of all.
December 19th, 2024, 13:33
Arch Stanton wrote:At some point tools have to decide on cluster-factor and filesystem offset. Any tool can make a mistake, ...
December 19th, 2024, 13:42
Pandemicc wrote:yes DMDE already did the job but I would love to carve out sectors and provide more information, I just do not know how
December 19th, 2024, 15:47
fzabkar wrote:Arch Stanton wrote:At some point tools have to decide on cluster-factor and filesystem offset. Any tool can make a mistake, ...
ISTM that an intelligent user could determine where the original boot sector was located and then insert a dummy at that location.
December 20th, 2024, 17:12
fzabkar wrote:Pandemicc wrote:yes DMDE already did the job but I would love to carve out sectors and provide more information, I just do not know how
Open you image file in HxD.
https://mh-nexus.de/en/hxd/
Edit -> Select Blockstart offset = 0
length = 8000
radio button = hex
OK
Edit -> Copy
File -> New
Edit -> Paste insert
File -> Save as
ZIP your file and upload it here.
December 20th, 2024, 17:52
December 20th, 2024, 17:55
fzabkar wrote:There is only a new partition table. There are no old metadata.
December 20th, 2024, 18:09
Pandemicc wrote:fzabkar wrote:There is only a new partition table. There are no old metadata.
Disk was formated, hence my recovery adventure. could it be because of that?
Powered by phpBB © phpBB Group.