Using IDE image in RPCEmu
Jassim mishal (2102) 1 post |
Hello I have imaged my old RiscPC 600 HDD by plugging it in to my PC size around 2GB I want to simply call this image hd4.hdf to the emulator RPCEmu from it and run it as (( ADFS::4 )) but btw the image i can access it from my linux without any issue mount -o loop -t adfs hd4.adf /mnt/riscos on other post google groups talk about some solutions by disable LBA mode by clearing byte I’m not sure how can be done Has anyone else done this before ? Thanks for any help or advice you can give. |
Richard Walker (2090) 431 posts |
I did the same thing recently. In my case, I only had to add the 512 null bytes to the file, and it worked. I assume the lba bug is resolved these days. Can you just use cat or dd again to create an image offset by 512 null bytes? I was using Windows, so found a free hex editor. |
Dominic Holton (1670) 1 post |
I’ve had success with these methods (dd on a Linux machine & !FCFS on RISC OS) and been able to mount various disc images (IDE, SCSI, ST506) into various emulators, some require the 512 bytes to be added, others the LBA mode changing, etc. My notes on modifying the LBA setting: |