.\" .\" $Id: pcfs.1,v 1.3 1992/09/18 14:14:22 ejb Exp $ .\" $Source: /home/ejb/source/util/RCS/pcfs.1,v $ .\" $Author: ejb $ .\" .TH PCFS 1 "September 18, 1992" .UC 4 .SH NAME pcfs \- utility to mount or eject PC floppies .SH SYNOPSIS .B pcfs mount | eject | rmount .SH DESCRIPTION The .I pcfs command can be used by any user to mount a PC floppy on /pcfs on a workstation equipped with a 3.5 inch floppy drive. This program relies on the proper entry for /pcfs existing in /etc/fstab: /dev/fd0 /pcfs pcfs rw,noauto 0 0 The .I pcfs command understands three options: .IR mount , .IR rmount , and .IR eject . Given the .I mount option, the floppy inserted in the drive is mounted read-write on /pcfs as a PC floppy. Given the .I rmount option, the floppy inserted in the drive is mounted read-only on /pcfs as a PC floppy. Given the .I eject option, the floppy currently in the drive is ejected. If the pcfs mount command fails for any reason, it will retry the mount read-only. Unlike most UNIX commands, pcfs reports when it completes successfully. .SH EXAMPLES pcfs mount .br pcfs eject .SH FILES /etc/fstab .SH AUTHOR E. Jay Berkenbilt