/[svn]/libgig/trunk/man/akaidump.1.in
ViewVC logotype

Contents of /libgig/trunk/man/akaidump.1.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2572 - (show annotations) (download)
Thu May 22 12:14:04 2014 UTC (9 years, 11 months ago) by schoenebeck
File size: 1249 byte(s)
* Added fork of libakai (this fork provides Linux support) which
  allows reading AKAI medias. Comes with two command line tools
  'akaidump' and 'akaiextract'. Also added a man page for each
  tool.

1 .TH "akaidump" "1" "22 May 2014" "libgig @VERSION@" "libgig tools"
2 .SH NAME
3 akaidump \- Dump an AKAI media (i.e. CDROM) as disk image file to your HD.
4 .SH SYNOPSIS
5 .B akaiextract
6 SOURCE DESTFILE
7 .SH DESCRIPTION
8 Reads an AKAI media (i.e. from a CDROM drive, ZIP drive or directly from an
9 AKAI hard disk drive) and writes it as AKAI disk image file to your hard disc
10 drive for more convenient and faster further usage.
11 .SH OPTIONS
12 .TP
13 .B \ SOURCE
14 On Windows: drive letter of the source disk drive to read from. On POSIX systems
15 (i.e. Linux, Mac): path to the input source, which may either be an AKAI disk
16 image file already being available on your HD, or a disk drive path (i.e. '/dev/cdrom').
17 On Mac: You can omit this argument on Mac, which will cause it to access the
18 CDROM drive automatically ('/dev/rdisk1s0').
19 .TP
20 .B \ DESTFILE
21 Target filename to write the AKAI disk image to.
22
23 .SH "SEE ALSO"
24 .BR akaiextract(1),
25 .BR gigdump(1),
26 .BR gigextract(1)
27
28 .SH "BUGS"
29 None. Report bugs to http://bugs.linuxsampler.org
30
31 .SH "Author"
32 This program and its library are based on S�bastien M�trot's libakai. This is a
33 fork of libakai and its tools which is providing LINUX support. Linux port and
34 man page written by Christian Schoenebeck <cuse@users.sf.net>

  ViewVC Help
Powered by ViewVC