Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for PCMCIA storage #75

Open
sorgelig opened this issue Jan 23, 2017 · 4 comments
Open

Support for PCMCIA storage #75

sorgelig opened this issue Jan 23, 2017 · 4 comments

Comments

@sorgelig
Copy link

It would be good if Minimig will be able to use PCMCIA virtual CF card. I think most modules used for IDE can be adapted for PCMCIA. It should be just another IDE port (with small variation), isn't?

PCMCIA storage support would be very useful! It will allow to mount primary partition of SD card as a CF with FAT95 driver and do import/export inside Minimig. Currently i'm using second partition of SD card as a HDD for Minimig, and i cannot access it easily in Windows. Thus using primary SD card's partition as CF will allow me to transfer files within Minimig.

@rkrajnc
Copy link
Owner

rkrajnc commented Jan 27, 2017

Hi,

while it would certainly be nice to use more than two HD partitions/images, what you require can already be done with the existing HD support. You can mount the SDcard's FAT partition as the second HD drive and use it on AmigaOS. (BTW, you can also mount a CDROM .iso image as a hard disk in minimig),

I will look into adding PCMCIA hard disk support, but it will have to wait for more pressing issues to be resolved first.

@sorgelig
Copy link
Author

I know i can mount FAT partition as HDD, but i never saw any guide how to setup FAT partition on Amiga as a standard IDE HDD. I only know how to setup PCMCIA storage for FAT.
And of course if you want to transfer file to a non-bootable Amiga HDD, you cannot do this if you only can mount 2 HDDs and they both are non-bootable. Of course you can boot from FDD or do double transfer. But in this case it would be easier to use WinUAE then.

@rkrajnc
Copy link
Owner

rkrajnc commented Jan 27, 2017

Well, you mount the .hdf file, which can be bootable, as the first disk, and the whole SD card FAT partition as the second disk. This way, you can transfer files from the SD card FAT partition to the .hdf disk image. Am I missing something?

@sorgelig
Copy link
Author

sorgelig commented Jan 27, 2017

Yeah.. Missing the instruction how to setup FAT driver for HDD. Probably, even more complicated: how to setup 2 file systems drivers for one HDD. Because if i will swap second HDD between FAT partition and SFS partition, AmigaOS should recognize both types of partitions. My AmigaOS has fat95 driver since it's image from real Amiga where fat95 works fine with PCMCIA-CF storage. If i mount FAT partition as HDD in minimig it's not recognized. Actually HDD requires RDB boot block which is obviously missing if i mount FAT partition.

Did you try to mount FAT/FAT32 partition as a HDD in Minimig? And FAT FS was recognized?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants