About Removable Media (CF, floppy, CD-ROM, external HD)

 

The ability to move data between a PC and an Apple II on removable media can be very handy.  With a CFFA card installed in an Apple II, and a CF card reader on a PC, you can move entire hard drive volumes around easily.  Floppy disks are easier to insert and eject on the Apple II, but hold less.  In both cases you need suitable hardware on both the Apple II side and the PC side.

 

CiderPress does not detect media ejections or swapping.  Do not eject disks or CF cards while CiderPress has them open.

 

Floppy Disks

 

Formatting a 3.5" disk with ProDOS can be very useful if you have a way to read the disk on an Apple II or Macintosh.  Newer Macs, and Apple IIs equipped with appropriate hardware, can read and write PC-formatted 3.5" floppies.  An Apple II requires a SuperDrive (with controller card), PC Transporter, or Tulin "floptical" drive.  Without one of these, it's not possible to read PC disks.

 

Inserting a ProDOS disk into a Windows machine can cause some consternation for the OS.  For example, the capacity of a PC floppy disk cannot easily be determined.  There are BIOS calls to retrieve the type of drive, but not the type of media currently inserted.  Common practice is to examine sector counts stored in the floppy boot sector.  Since ProDOS and HFS floppies do not follow PC boot sector conventions, the size of a floppy disk must be determined by other means.  Specifically, accessing blocks to see which calls succeed and which fail.  A disk with bad blocks could be interpreted as smaller than it actually is.  Windows may actually refuse to do a "quick format" on a ProDOS formatted disk, because it's unable to tell how large it should be.

 

CiderPress has been tested with 720KB and 1.4MB 3.5" floppy disks.  It will not work with 800K or 1.6MB 3.5" floppies from an Apple II or Macintosh, because the drive in a PC is not capable of reading them.  For similar reasons, it cannot read 140KB 5.25" floppies created on an Apple II.  CiderPress has not been tested with 360KB or 1.2MB 5.25" floppy disks, because they're no longer used in the PC world, and they can't be read on an Apple II or Macintosh.

 

CiderPress does not "format" floppy disks or other volumes directly.  Instead, open the disk you want to format with the Volume Copier, and copy a ProDOS volume onto it.  If you don't have a ProDOS disk image of the appropriate size, create one with the Disk Image Creator first.

 

Compact Flash Cards

 

Richard Dreher's CFFA card for the Apple II created the ability to access inexpensive high-capacity compact flash card media as a hard drive.  Because the cards are relatively easy to install, and CF card readers are common on PCs (especially laptops), they make an ideal way to transport large quantities of information.

 

As with floppies, CF cards formatted for ProDOS or HFS are not handled well by Windows.  Disks can be accessed as "physical" or "logical" volumes.  "Physical" disks correspond to physically connected devices.  Block 0 holds a partition table for the rest of the disk.  ProDOS and HFS don't have a Windows-style partition table, so Windows can become very confused when a non-Windows CF card is plugged in.  "Logical" volumes, such as "C:", are created by the device driver.  For a disk device they are generated from the partition table, so a CF card may have one or more logical volumes that correspond to part or all of the physical storage.

 

Long story short: whether or not your CF card is viewable in Windows depends on what hardware and drivers you're using to access the card.  You may be able to access it as a physical disk, logical disk, both, or neither.  Sometimes under Win98 the ASPI driver will find it.  See "Opening a Volume" for additional information.

 

Assuming it's possible to access the CF card, figuring out what's on it can be tricky.  A CF card can be formatted with 4 partitions or 8 depending on the firmware setting on the CFFA card in the Apple II.  With a GS/OS driver, the 4-partition mode can actually hold 6 partitions.  If you are using a card larger than 128MB, CiderPress will have to make some educated guesses as to where your partitions are and what's in them.  For cards 1GB and smaller, it usually guesses right.  However, you can override its choice by enabling "Confirm disk image format" and selecting an alternate partitioning scheme when opening the volume.

 

One caution: if you format a disk for ProDOS, and then format it with your camera, you may find that it still appears to have some ProDOS files on it.  (CiderPress should identify it as an MS-DOS "FAT" filesystem, but if the camera uses a non-standard boot block it may not be detected correctly.)  Some files may appear to be damaged.  This is because the camera's format routine didn't zero out all of the blocks, so some of the ProDOS directory structure is still present.  Attempting to read or write files to the volume as if it were a ProDOS disk is not recommended.  The safe way to switch between Apple II and Windows formatting is to use the image-copy tool to overwrite the entire CF card.  Be aware that formatting with a camera can reduce the number of blocks available on the drive, which will make copying images onto it impossible: the image copier only works if the destination volume is at least as large as the source volume.

 

The speed at which CF cards are read or written depends primarily on your card reader.  USB2.0 readers will be faster than USB1.x, and Firewire, PCMCIA, or IDE interfaces will usually be faster than USB2.0.  Also, some cards have a higher speed rating than others.  Speeds of 200-400KB/sec are typical when copying from a USB1.x device, while writing to it may reach 700KB/sec.  Writing tends to be faster than reading because of block caching.

 

CiderPress assumes that the first partition on a CFFA card will be ProDOS or HFS.  If it's not, the image will not be detected as CFFA.

 

CD-ROM

 

CD-ROMs for Apple IIs and Macintoshes were created with a partition table identical to those found on Macintosh hard drives.  This allows a CD-ROM to have several ProDOS and HFS partitions.  Happily, the format is well defined, and there is no ambiguity in the size or location of each partition.  Occasionally the partition information is wrong, and an "Apple_Extra" partition refers to parts of the disc outside the recorded area.  In such cases CiderPress will trim its internal copy of the map to fit what's actually on the disc.

 

Access to files on CD-ROMs can be slow, especially on ProDOS volumes.  Unlike ISO-9660 discs, the file layout on Apple II CD-ROMs is not optimized for sequential accesses, and the drive head has to seek to a new position often.  If the speed becomes a problem, extract the CD-ROM into a ".ISO" image file and use that instead.

 

CiderPress does not have the ability to write to CD-Rs.

 

Hard Drives

 

Apple II or Macintosh hard drives can be connected, assuming you have the necessary hardware (e.g. SCSI interface).  Non-SCSI drives, such as the Applied Ingenuity InnerDrive or Vulcan drives, may not be formatted with the Macintosh partitioning scheme and hence may be inaccessible.

 

Figuring out the size of a hard drive is a bit tricky under Windows, which uses different interfaces in different versions of the OS.  Some interfaces return different answers depending on what version you're running.  CiderPress currently scans the drive to determine its size.