Closed GoogleCodeExporter closed 9 years ago
This windows .cmd batch files reproduces this issue:
format USB drive as FAT32
install grub4dos + grldr
run cmd file from Windows console (assumes USB drive is H:)
set a=0
:LOOP
set /a a=a+1
echo t > h:\%a%.txt
if "%a%"=="130" goto :P
goto :LOOP
:P
del H:\126.txt
del H:\125.txt
del H:\124.txt
copy H:\1.txt H:\NEW1.txt
copy H:\2.txt H:\NEW2.txt
copy H:\3.txt H:\NEW3.txt
Original comment by Steve6375
on 20 Mar 2013 at 12:34
Just tested FAT16 and it seems OK in FAT16! After running batch file, files are
listed under grub4dos correctly.
Original comment by Steve6375
on 20 Mar 2013 at 1:01
Just noticed that it only does this when the USB drive is prepared with
RMPrepUSB!
Original comment by Steve6375
on 20 Mar 2013 at 1:07
This a problem in RMPrepUSB Format FAT32 code - sorry for trouble! PLEASE CLOSE!
Original comment by Steve6375
on 20 Mar 2013 at 3:16
The problem was traced to the first cluster entries - see
http://reboot.pro/topic/18339-fat32-bug-in-grub4dos/#entry169751 for details
I eventually traced it to the first 3 cluster entries!!
On a volume formatted by Windows these were:
F8 FF FF 0F FF FF FF 0F FF FF FF 0F
on an RMPrepUSB formatted volume they were:
F8 FF FF FF FF FF FF FF FF FF FF FF
this apparently caused the problem!!??
Original comment by Steve6375
on 20 Mar 2013 at 6:33
Original comment by tinyb...@gmail.com
on 20 Mar 2013 at 9:58
Original issue reported on code.google.com by
Steve6375
on 20 Mar 2013 at 12:23