English Amiga Board


Go Back   English Amiga Board > Support > support.Hardware

 
 
Thread Tools
Old 26 January 2007, 11:38   #41
gizmomelb
Registered User
 
Join Date: Sep 2005
Location: melbourne
Age: 55
Posts: 541
Hi, unfortunately your question contains the answer "it depends on the way a stock CF card is formatted" - if you format it with Windows (XP) then no MBR is created, but I've also found no sure fire way to create the MBR every time (I'm sure an older Windows 95 or 98 or even Linux OS might do it all the time).

Some cards come formatted with an MBR from the manufacturer.
gizmomelb is offline  
Old 30 January 2007, 00:36   #42
dambuster
Zone Friend
 
Join Date: Nov 2006
Location: Dundee / Scotland
Posts: 151
do I need any other software to be able to read CF's on a PCMCIA adaptor
dambuster is offline  
Old 30 January 2007, 02:42   #43
gizmomelb
Registered User
 
Join Date: Sep 2005
Location: melbourne
Age: 55
Posts: 541
Quote:
Originally Posted by dambuster
do I need any other software to be able to read CF's on a PCMCIA adaptor
http://www.aminet.net/package/disk/misc/fat95

http://www.aminet.net/package/disk/misc/cfd

of course getting these files onto an Amiga format floppy in the first place can be a hassle - though they're small enough to fit on a DOS formatted disk, so if you've got an A600 or A1200 you should already have crossDOS so you can read the IBM formatted disk - unpack the files and follow the installation instructions.
gizmomelb is offline  
Old 04 March 2007, 18:52   #44
mabus
Zone Friend
 
mabus's Avatar
 
Join Date: Feb 2007
Location: London, UK
Posts: 121
Floppy disk CF card in PCMCIA slot on Amiga 1200

Thougs this could be of general interest...

I use a PCMCIA to CF card adapter on A1200 and a 2GB card (with cfd and fat95 from Aminet). This works great for transferring files from my laptop to the Amiga, and a *lot* faster than transferring over the network with PCMCIA network cards on the 1200 (it only has chip ram and starting Miami eats most of that!)...
mabus is offline  
Old 12 March 2007, 18:07   #45
ppill
CON: artist
 
ppill's Avatar
 
Join Date: Feb 2006
Location: Poland
Age: 43
Posts: 1,250
Quote:
Originally Posted by ppill
@Zetro
That's how I would do it:
Ingredients:
vdisk.device and loadmodule to make it(the device) survive a reboot (you can use it to boot from later just by assigning a higher priority than that of DF0: or accesing the boot menu and selecting it -- vdisk.device HAS to be the best RAD: replacement available, period).
compactflash.device and another device to mount a file (HDF with a pre-installed system on it) as a normal drive(can't remember its name).
fat95 filesystem.
And a moveSYS command(a little program that reassign things like libs: c: l: to another drive)

The boot process would look sth like this

booting from floppy

make the vdisk.device resident with loadmodule

mounting a RAD: like device and copying compactflash.device and the 'file.device' together with the necessary mountlists to it

reboot

if you set the boot priority in the RAD:'s mountlist to 8 it would boot of it without having to remove the floppy disk.

The startup-sequence sitting in RAD: would simply mount the CFdisk with the HDF, mount the file as a drive and issue the moveSYS command and continue to load data(libs, fonts, handlers etc.) from that file/drive.

Should work (sorry for all this being a bit chaotic but you get the idea)

I don't have the hardaware to test this though
These speculations have materialised in the form of ClassicWB packages that can be booted from HDF files sitting on a FAT formatted CF card. Check this thread for details and here for links to the files.
ppill is offline  
Old 28 March 2007, 20:32   #46
A600
Zone Friend
 
A600's Avatar
 
Join Date: Oct 2004
Location: Spain
Posts: 23
Will this PCMCIA SD/MMC/SM/MS/MS Pro Card Reader work? I have some spare SD cards and that adapter would be perfect.

edit: I found this, so the 5-in-1 adapter should work, shouldn't it?
A600 is offline  
Old 28 March 2007, 21:04   #47
A600
Zone Friend
 
A600's Avatar
 
Join Date: Oct 2004
Location: Spain
Posts: 23
Well, I've purchased the same Vivanco 5 in 1 PCMCIA Card for 12€ instead of the 21€ of the Amiga auction.

When I receive it, I'll post the results
A600 is offline  
Old 02 April 2007, 18:18   #48
A600
Zone Friend
 
A600's Avatar
 
Join Date: Oct 2004
Location: Spain
Posts: 23
I've received the Vivanco 5 in 1 PCMCIA Card and it works!! (kudos to the german seller for the hyper fast delivery)

I've tried a 128 MB SmartMedia Card and a 16 MB SD card and both worked flawlessly on my A1200 after installing fat95 and cfd. I had to reinsert the pcmcia card a couple of times but other than that, I haven't found any problems.

I'll test the card on my A600 but I think it should work.

edit: I tried a 1GB SD card and it works!

Last edited by A600; 02 April 2007 at 18:32.
A600 is offline  
Old 02 April 2007, 18:55   #49
Zetr0
Ya' like it Retr0?
 
Zetr0's Avatar
 
Join Date: Jul 2005
Location: United Kingdom
Age: 49
Posts: 9,768
@A600

AWSOME!!!!!! your bravery has paid off!!!!!

fantastic... this opens up a HUGE ammount of possibilites

(especially with my pocket PC mobile phone )

excelent news indeed!!!!!!!!


whats the access speed like using SD?
Zetr0 is offline  
Old 02 April 2007, 19:03   #50
A600
Zone Friend
 
A600's Avatar
 
Join Date: Oct 2004
Location: Spain
Posts: 23
Quote:
Originally Posted by Zetr0
whats the access speed like using SD?
Any speed utility out there?

I'm playing some whdload games and the read speed seems good to me.
A600 is offline  
Old 02 April 2007, 19:10   #51
Zetr0
Ya' like it Retr0?
 
Zetr0's Avatar
 
Join Date: Jul 2005
Location: United Kingdom
Age: 49
Posts: 9,768
sysinfo, thats a good one...
Zetr0 is offline  
Old 02 April 2007, 19:32   #52
A600
Zone Friend
 
A600's Avatar
 
Join Date: Oct 2004
Location: Spain
Posts: 23
Sysinfo Speed Test:

Card ------------------ Speed in Bytes/Sec
1GB SD --------------- 1,432,480
16MB SD -------------- 1,422,119
128MB SM ------------ 1,435,094
A600 is offline  
Old 02 April 2007, 19:34   #53
ppill
CON: artist
 
ppill's Avatar
 
Join Date: Feb 2006
Location: Poland
Age: 43
Posts: 1,250
Quote:
Originally Posted by A600
I've tried a 128 MB SmartMedia Card and a 16 MB SD card and both worked flawlessly on my A1200 after installing fat95 and cfd. I had to reinsert the pcmcia card a couple of times but other than that, I haven't found any problems.
You wanna use this two utilities so you'll no longer have to reinsert the card on your A1200 (this probably happens when you reboot, right?):
CardPatch
CardReset

Last edited by ppill; 02 April 2007 at 20:12.
ppill is offline  
Old 02 April 2007, 20:05   #54
A600
Zone Friend
 
A600's Avatar
 
Join Date: Oct 2004
Location: Spain
Posts: 23
Quote:
Originally Posted by ppill
You wanna use this two utilities so you'll no longer have to reinsert the card on you A1200 (this probably happens when you reboot, right?):
CardPatch
CardReset
It doesn't seem to work.

The pcmcia card must be reinserted everytime you plug the SD card, otherwise it isn't recognized.

edit: I've edited CF0 and changed
Flags = 0 to Flags = 2 and now works!

Last edited by A600; 02 April 2007 at 20:18.
A600 is offline  
Old 02 April 2007, 21:15   #55
A600
Zone Friend
 
A600's Avatar
 
Join Date: Oct 2004
Location: Spain
Posts: 23
Tested and working on my A600
A600 is offline  
Old 02 April 2007, 21:31   #56
ppill
CON: artist
 
ppill's Avatar
 
Join Date: Feb 2006
Location: Poland
Age: 43
Posts: 1,250
Good to hear
Now I'm tempted to get one of these...
ppill is offline  
Old 02 April 2007, 21:47   #57
Zetr0
Ya' like it Retr0?
 
Zetr0's Avatar
 
Join Date: Jul 2005
Location: United Kingdom
Age: 49
Posts: 9,768
Clearly Awsome!
Zetr0 is offline  
Old 02 April 2007, 22:48   #58
A600
Zone Friend
 
A600's Avatar
 
Join Date: Oct 2004
Location: Spain
Posts: 23
I've done more tests with the A600 and it's slow as a crawl I would say that's more more slower than a floppy.

Any advice?

Anyone tried the CF pcmcia on the A600?

edit: SysInfo Speed Test: 5,155 Bytes/Sec

Last edited by A600; 02 April 2007 at 23:19.
A600 is offline  
Old 03 April 2007, 00:36   #59
Zetr0
Ya' like it Retr0?
 
Zetr0's Avatar
 
Join Date: Jul 2005
Location: United Kingdom
Age: 49
Posts: 9,768
On my A600, I am using the pcmcia as a port for the fast ram..... i really need to test the internal ide.
Zetr0 is offline  
Old 04 April 2007, 22:56   #60
Zetr0
Ya' like it Retr0?
 
Zetr0's Avatar
 
Join Date: Jul 2005
Location: United Kingdom
Age: 49
Posts: 9,768
also the chipmem slows it down, a bit of fast ram goes a very long way with a 68000 chip
Zetr0 is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Using a Compact Flash card on a600/a1200 IDE Smiley support.Hardware 744 22 March 2023 18:09
compact flash pcmcia not working in a1200 GurjSagoo support.Hardware 9 02 April 2018 21:01
Slow PCMCIA>Compact Flash speeds radiokida support.Hardware 5 02 May 2013 17:00
Compact Flash PCMCIA on an A600 sdaonline New to Emulation or Amiga scene 3 13 February 2011 04:30
How To Get A600 To Read Compact Flash Card ? Rich M Amiga scene 5 02 May 2005 06:56

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 00:00.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.16119 seconds with 14 queries