Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
IMGCOPY(1)			 User Commands			    IMGCOPY(1)

NAME
       imgcopy - manual	page for imgcopy 0.4.99.103

SYNOPSIS
       imgcopy [OPTION]... [SOURCE] [TARGET]

DESCRIPTION
       Copy  .d82  and	.d80 disk images to a CBM-8050 or compatible drive and
       vice versa Copy .d81 disk images	to a 1581 or compatible	drive and vice
       versa

       The extension of	Imagfile select	Imagefiletype (.d64, .d71, .d80, .d81,
       .d82)

OPTIONS
       -h, --help
	      display this help	and exit

       -V, --version
	      display version information and exit

       -@, --adapter=plugin:bus	tell OpenCBM which backend plugin and  bus  to
	      use

       -q, --quiet
	      quiet output

       -v, --verbose
	      control verbosity	(repeatedly, up	to 3 times)

       -n, --no-progress
	      do not display progress information

       -s, --start-track=TRACK
	      set start	track

       -e, --end-track=TRACK
	      set end track (start <= end <= 77	/ 154)

       -t, --transfer=TRANSFER
	      set   transfermode;   valid   modes:   auto  (default)  original
	      (slowest)

	      'auto' tries to determine	the best option.

       -i, --interleave=VALUE
	      set interleave value; ignored when reading with warp  mode;  de-
	      fault values are:

       original
	      22

       INTERLEAVE is ignored when reading with warp mode;
	      if data transfer is very slow, increasing	this value may help.

       -w, --warp
	      enable  warp  mode;  this	 is not	possible if TRANSFER is	set to
	      'original' This is the default if	transfer is not	'original'.

       --no-warp
	      disable warp mode; this is the default if	 TRANSFER  is  set  to
	      'original'.

       -b, --bam-only
	      BAM-only copy; only allocated blocks are copied;

       -B, --bam-save
	      save  BAM-only copy; this	is like	the '-b' option	but copies al-
	      ways the entire directory	track.

       -d, --drive-type=TYPE
	      specify drive type: 1541,	1571, 1581  2031,  2040,  3040,	 4031,
	      4040 8050, 8250, 1001

       -r, --retry-count=COUNT
	      set retry	count

       -E, --error-map=WHEN
	      control  whether the error map is	appended.  possible values for
	      WHEN are (abbreviations available):

       always on_errors	    (default) never

       -1, --one-sided
	      one-sided	disk transfer (.d80) for CBM-8050

       -2, --two-sided
	      two-sided	disk transfer (.d82): Requires CBM-8250	or SFD-1001.

SEE ALSO
       The full	documentation for imgcopy is maintained	as a  Texinfo  manual.
       If  the	info and imgcopy programs are properly installed at your site,
       the command

	      info imgcopy

       should give you access to the complete manual.

imgcopy	0.4.99.103		   July	2020			    IMGCOPY(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=imgcopy&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help