If I were doing this, on linux or Mac, I would
- make an NTFS RAM drive
- mount it
- copy the 38GB folder hierarchy to it
- save the RAM drive to disk
- insert a USB drive
- determine the name of the raw device of the USB drive, e.g., /dev/blah
- Use dd to copy the NTFS RAM disk file to /dev/blah
How would one do this on Windows?
Asking for a scholarly friend.