- #1
- 29,075
- 4,449
- TL;DR Summary
- looking for a free software tool to clone pendrive to VFD
I have a USB drive that I want to clone to a disk file to be mounted under Windows (so that I can send the file to people instead of sending them the pendrive itself).
Doing so under linux is trivial with dd/mount, technically I see no reason why it couldn't be done under Windows as well, but I can't find a way. VFD sounds like a solution, but I can't find a way to copy the pendrive content to the VFD file. Note: it is not just about copying the visible files, that would be trivial. I need to copy everything, including deleted files info in directory sectors and areas that are technically free, but contain data from deleted files. dd/mount does that treating the pendrive as a block device and just copying the content without looking at the logical structure of the data. VFD format specification that I found in Microsoft pages suggests that it should be doable under Windows as well.
There are some 3rd party backup programs that should work, but I wonder if there are no free tools. I found one (sigh, can't remember name right now) in the past but it was not working (or rather: it produced some file that Windows refused to recognize).
Somehow I find it hard to believe such tools don't exist, so I wonder if I am missing something, or use wrong words in my searches.
Any ideas?
Doing so under linux is trivial with dd/mount, technically I see no reason why it couldn't be done under Windows as well, but I can't find a way. VFD sounds like a solution, but I can't find a way to copy the pendrive content to the VFD file. Note: it is not just about copying the visible files, that would be trivial. I need to copy everything, including deleted files info in directory sectors and areas that are technically free, but contain data from deleted files. dd/mount does that treating the pendrive as a block device and just copying the content without looking at the logical structure of the data. VFD format specification that I found in Microsoft pages suggests that it should be doable under Windows as well.
There are some 3rd party backup programs that should work, but I wonder if there are no free tools. I found one (sigh, can't remember name right now) in the past but it was not working (or rather: it produced some file that Windows refused to recognize).
Somehow I find it hard to believe such tools don't exist, so I wonder if I am missing something, or use wrong words in my searches.
Any ideas?