Skip to content
BlueSCSI

Image File Fragmentation


NEW FastSeek

As of release v2026.02.08 we automatically enable FastSeek which virtually eliminates performance hit from using fragmented files. Please upgrade.

Old Information (prior to release v2026.02.08)

What?

If the image file on your SD card is fragmented it can impact the performance.

You will see a warning:

 - file is fragmented, see https://github.com/BlueSCSI/BlueSCSI-v2/wiki/Image-File-Fragmentation

which leads you to this page.

Solution

Use release v2026.02.08

Copy files

Mac OS

Modern MacOS has extended attributes on files which can not be copied to FAT/exFAT file systems and cause fragmentation when attempting to copy. Here are a few work rounds:

sync -f /Volumes/MySDCard
cp -X MyFileName.hda /Volumes/MySDCard/
sync -f /Volumes/MySDCard

or

Stop MacOS from placing metadata files:

It is also a good idea to stop MacOS from updating metadata files on the drive:

Defrag (Windows)

Technical details

https://github.com/greiman/SdFat/issues/256#issuecomment-778795554

This wiki has been updated 1050 times by 108 people like you. Edit this page.

Generated 2026-09-03.