Originally posted by IDontbreak
Could you guys explain what a dummy file is and what it's used for?:cry:
Originally posted by another user
dummy file (′dəm·ē ′fīl) (computer science) A nonexistent file which is treated by a computer program as if it were receiving its output data, when in fact the data are being ignored; used to suppress the creation of files that are needed only occasionally.
Originally posted by another user
A dummy file is normally a large file that is added to an image to allow the disc to be read far easier becuase it pushes all the other data towards the outer edge of the disc. If you cant get something to boot on a crappy disc drive use new cd media This is not a new technique and was used with dreamcast homebrew apps to stop the wear of the laser motor, and give better boot times. CD Burning software normally burns the data alphabetically, so if you call the large dummy/fluffer file "1.bin", the rest of the data will be puched to the outside. To make dummy files, you can find a large file on your disk and rename it to an 'early' letter in the alphabet, or you can use a tool that will just generate a massive bin file of garbage to a setsize. I prefer the second method as you can set the perfect size for the dummy file and push all the data to the very edge, getting maximum compatibility and boot times.