GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
dsktrans(1) Emulators dsktrans(1)

dsktrans - Copy from one floppy or image file to another

dsktrans [-itype TYPE] [-otype TYPE] [-iside SIDE] [-oside SIDE] [-icomp COMP] [-ocomp COMP] [-idstep] [-odstep] [-retry COUNT] [-format FMT] [-first CYLINDER] [-last CYLINDER] [-comment TEXT] [-comment @FILE] [-md3] [-logical] [-apricot] [-pcdos] [-noformat] INPUT-IMAGE OUTPUT-IMAGE

Dsktrans copies floppy discs or images, optionally converting image types. This is a high-level copy which assumes that the disc has a straightforward geometry; all the tracks are assumed to have the same layout of sectors, and interleave is not preserved. See dskdump(1) for a slower but more accurate copy which may preserve more of these details.

Determines which driver is to be used to read from the source disc. Some examples are:
Select according to the disc image file. This is the default.
Use the DSK (CPCEmu format) image driver.
Use the extended version of the DSK format.
Use the floppy driver.
(Under Windows 2000 and later) Use Simon Owen's FDRAWCMD floppy driver.
Use the hard disk (MYZ80 format) image driver. (This format cannot be autodetected.)
Use the CFI (DOS fdcopy format) image driver. (This format cannot be autodetected.)
Use the ApriDisk image driver (from the utility of the same name). (This format cannot be autodetected.)
Use the raw driver.
Similar to the raw driver, but the resulting disc image contains tracks laid out in logical filesystem order. Mainly used for imaging discs in formats (such as ADFS) where the mapping of tracks to cylinders/heads does not match the way it's done on the PC.
Sydex's CopyQM format (can only be read, not written).
Sydex's Teledisk format (can only be read, not written).

Determines which driver is to be used to write to the destination disc. The drivers are as for -itype.

Select the compression method used on the source disc image file (has no effect when reading a floppy disc).
Detect from the first few bytes of the file. This is the default.
Huffman coded (SQ / USQ).
Gzipped (gzip / gunzip).
Burrows-Wheeler compressed (bzip2 / bunzip2).

Select the compression to be used on output. Compression methods are as for -icomp, except that bz2 cannot be used.

Determines which side (0 or 1) of the source disc is to be read from.

Determines which side (0 or 1) of the destination disc is to be written to.

Double-step the source drive (used to read 360k discs in 1.2Mb drives). Only supported by the Linux floppy driver.

Double-step the destination drive (used to write 360k discs in 1.2Mb drives). Only supported by the Linux floppy driver.

Set the number of times to attempt a read/write/format in case of error.

Do not autodetect the disc format; use the named format.

Start copying at the specified cylinder. Cylinders prior to this will not be formatted or written.

Copy up to and including the specified cylinder.

Set the comment field in the disc image to the specified text (if supported by the image file format).

Set the comment field in the disc image to the contents of the specified disc file (if supported by the image file format). If the filename is "-" (i.e. -comment @- ) then you will be asked to type the comment, terminated with a "." on a line by itself.

Double-step the destination drive (used to write 360k discs in 1.2Mb drives). Only supported by the Linux floppy driver.

Defeat MicroDesign 3 copy protection. Note that this does not make dsktrans a circumvention device, since the authors of MicroDesign have placed it in the public domain and given permission for the copy-protection to be reverse engineered; I posted their original press release to USENET as <1008359853.26849.0.nnrp-13.c2de7091@news.demon.co.uk>.

Convert the first sector from an Apricot superblock to a PC-DOS superblock. This allows Apricot-format discs to be imaged as files (with the output image type as raw) and then loopback-mounted under Linux.

Reverse -pcdos, and convert the first sector from a PC-DOS superblock to an Apricot superblock. Note that this is the opposite of what this option did in LibDsk 1.1.9 and earlier.

Rearrange the tracks in the logical order. This option has been superseded; instead you should use -otype logical to output to a logically-sectored raw image.

Don't format the target disc/image - assume it's in the correct format already.

dskdump(1)

John Elliott <seasip.webmaster@gmail.com>.

Darren Salt wrote the man pages.

27 December, 2007 Version 1.2.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.