Apple Disk Transfer ProDOS 1.0.6


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Apple Disk Transfer ProDOS 1.0.6
# 1  
Old 02-28-2008
Apple Disk Transfer ProDOS 1.0.6

Wed, 27 Feb 2008 00:00:00 PST

ImageAbout Apple Disk Transfer ProDOS
ADTPro is a feature-rich communications platform for exchanging disks and disk images between the Apple II family computers and the modern world.

ADTPro has two main purposes in life:
1. Transferring Apple II disk images
2. Bootstrapping Apple II computers when boot diskettes are long gone

ADTPro uses any of three communications mechanisms:
1. Serial (RS-232, USB) hardware
2. A2Retrosystems “Uthernet” ethernet card
3. Audio/Cassette ports

Bootstrapping chores can occur with zero software at the Apple II end over serial and audio communications links. Extensive help and tutorials are available on the ADTProwebsite:http://adtpro.sourceforge.net

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
APMLABEL(8)						    BSD System Manager's Manual 					       APMLABEL(8)

NAME
apmlabel -- update disk label from Apple Partition Map SYNOPSIS
apmlabel [-fqrw] device DESCRIPTION
apmlabel is used to update a NetBSD disk label from the Apple Partition Map found on disks that were previously used on Mac OS systems (or other APM using systems). apmlabel scans the APM contained in the first blocks of the disk and generates additional partition entries for the disk from the entries found. Driver and patches partitions are ignored. Each APM entry which does not have an equivalent partition in the disk label (equivalent in having the same size and offset) is added to the first free partition slot in the disk label. A free partition slot is defined as one with an fstype of 'unused' and a size of zero ('0'). If there are not enough free slots in the disk label, a warning will be issued. The raw partition (typically partition c, but d on i386 and some other platforms) is left alone during this process. By default, the proposed changed disk label will be displayed and no disk label update will occur. Available options: -f Force an update, even if there has been no change. -q Performs operations in a quiet fashion. -r In conjunction with -w, also update the on-disk label. -w Update the in-core label if it has been changed. SEE ALSO
disklabel(8), dkctl(8), pdisk(8) HISTORY
The apmlabel command appeared in NetBSD 5.0. BSD
May 19, 2007 BSD