fdwrite - format and write floppy disks
The utility will ask the user (on /dev/tty to insert a new floppy and press return. The device will then be opened, and queried for its parameters, then each track will be formatted, written with data from the inputfile read back and compared. When the floppy disk is filled, the process is repeated, with the next disk. This continues until the program is interrupted or EOF is encountered on the inputfile
The options are as follows:
The utility actually closes the device while it waits for the user to press return, it is thus quite possible to use the drive for other purposes at this time and later resume writing with the next floppy.
The parameters returned from device are used for formatting. If custom formatting is needed, please use fdformat(1) instead.
"tar cf - . | gzip -9 | fdwrite -d /dev/fd0.1720 -v
The main difference from using tar(1)Ns'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.
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.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |