Copy File Contiguously to Disk from OSX/Unix/Linux to FAT32 FS?
Posted
by
alharaka
on Server Fault
See other posts from Server Fault
or by alharaka
Published on 2011-02-06T02:26:51Z
Indexed on
2011/02/06
7:27 UTC
Read the original article
Hit count: 572
So the Sysinternals guys have that cool contig.exe
utility that allows me ensure a file is contiguous. I need to copy overs ISO files to a FAT32 USB flash key. Grub4DOS requires the files be continuous, but I do not have Windows access at the moment. Is there a way to copy a file so it is contiguous on the target drive, or a tool like the aforementioned that will make an existing file contiguous. Again, I need it on FAT32, and there lies the rub.
© Server Fault or respective owner