|
NAMEfdwrite —
format and write floppy disks
SYNOPSIS
DESCRIPTIONThefdwrite utility formats and writes one and more
floppy disks. Any floppy disk device capable of formatting can be used.
The The options are as follows:
The The parameters returned from device are used for formatting. If custom formatting is needed, please use fdformat(1) instead. EXAMPLESThefdwrite utility was planned as a tool to make life
easier when writing a set of floppies, one such use could be to write a
tar-archive:
tar cf -. | gzip -9 | fdwrite -d
/dev/fd0.1720 -v The main difference from using tar(1)'s multivolume facility is of course the formatting of the floppies, which here is done on the fly, thus reducing the amount of work for the floppy-jockey. SEE ALSOfdformat(1)HISTORYThefdwrite utility was written while waiting for ``make
world'' to complete. Some of the code was taken from
fdformat(1).
AUTHORSThe program has been contributed by Poul-Henning Kamp <phk@FreeBSD.org>.BUGSDiagnostics are less than complete at present.If a floppy is sick, and the inputfile is seekable, it should ask the user to frisbee the disk, insert another, and rewind to the right spot and continue. This concept could be extended to cover non-seekable input also by employing a temporary file. An option (defaulting to zero) should allow the user to ask for retries in case of failure. At present a suitable tool for reading back a multivolume set of floppies is missing. Programs like tar(1) for instance, will do the job, if the data has not been compressed. One can always trust dd(1) to help out in this situation of course.
Visit the GSP FreeBSD Man Page Interface. |