Now using Snow Leopard. When I backup, I create a sparsebundle with ...
else
"hdiutil create -type SPARSE -megabytes " & imageSize & " -fs HFS+ -layout NONE " & imagePath & ¬
" -volname " & quoted form of imageName & " -attach"
end if
do shell script the result
which I then burn to a 4.7 GB DVD+R. The image disk is now mounted on my desktop and has 432.6 MB of Available space (Get Info says so). I need to copy a 409.1 MB folder into this free space. It should certainly fit. But, after copying 296.2 MB into the free space I receive the message "The operation can't be completed because the disk is full." Yet, the image disk still has 136.1 MB Available.
I restarted into Leopard 10.5.8 on an external startup drive and tried again. But the problem has now infected the old system. 404.1 MB should fit into 412.9 MB, but does not and, yet, there are still 132 MB of free space on the image disk.
Since this problem involves arithmetic, I think it may go deeper than being just a problem with 'hdiutil'. And when it infects another system, it may be really serious. Perhaps I should bug report this.
Any opinion?