FreeBSD 7.1-BETA2 Available


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News FreeBSD 7.1-BETA2 Available
# 1  
Old 10-23-2008
FreeBSD 7.1-BETA2 Available

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

ADTPro has two main purposes in life:
- Transferring Apple disk images
- Bootstrapping 8-bit Apple computers when boot diskettes are long gone

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

Bootstrapping chores can occur with zero software on the Apple 8-bit 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

1 More Discussions You Might Find Interesting

1. Programming

Application crashes in FreeBSD 7.1 while working ok in FreeBSD 6.3

Hello there, My mulithreaded application (which is too large to represent the source code here) is crashing after installing FreeBSD 7.1-RELEASE/amd64. It worked properly on others machines (Dual Cores with 4GB of RAM - FreeBSD 6.2-RELEASE/i386). The current machine has 2x Core 2 Duo... (1 Reply)
Discussion started by: Seenquev
1 Replies
Login or Register to Ask a Question
MOUNT_HFS(8)						    BSD System Manager's Manual 					      MOUNT_HFS(8)

NAME
mount_hfs -- mount an Apple HFS+ File System SYNOPSIS
mount_hfs [-o options] special node DESCRIPTION
The mount_hfs command attaches the Apple HFS+ File System on the special device on to the file system tree at point node. Both special and node are converted to absolute paths before use. This command is normally executed by mount(8) at boot time. The options are as follows: -o Options are specified with a -o flag followed by a comma separated string of options. See the mount(8) man page for possible options and their meanings. NOTES
Apple disk images (.dmg files) and hybrid CD-ROMs contain multiple partitions with an HFS+ file system on one of them. Use apmlabel(8) to enter it into the disklabel and mount the resulting partition. SEE ALSO
mount(2), unmount(2), fstab(5), apmlabel(8), mount(8) HISTORY
The mount_hfs utility first appeared in NetBSD 5.0. AUTHORS
mount_hfs was developed by Yevgeny Binder <yevbee@comcast.net> during the 2005 Google Summer of Code. It was improved and imported into NetBSD by Dieter Baron <dillo@NetBSD.org>. BUGS
HFS+ support is still experimental. Currently, no write support is present. Also, Unicode decomposition is not performed on file names prior to lookup. BSD
May 19, 2007 BSD