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

FreeBSD Manual Pages

  
 
  

home | help
UNADF(1)		     General Commands Manual			UNADF(1)

NAME
     unadf - list and extract files from an Amiga Disk File dump

SYNOPSIS
     unadf  [-l]  [-r]	[-c] [-s] [-m] [-p] [-w] [-h] [-V] [-vvol] [-ddir] file-
     name.adf [files...]

DESCRIPTION
     unadf is a program that extracts files from an Amiga Disk File dump.

     unadf supports dumping the native filesystems of both  Amiga  floppy  disks
     and Amiga hard disks.

     By  default,  unadf  extracts  all files it finds. To extract only specific
     files, list them with their full path after the dump filename.

OPTIONS
     A summary of options is included below.

     -l     Lists root directory contents.

     -r     Lists directory tree contents.

     -c     Use dircache data (must be used with -l).

     -s     Display entries logical block pointer (must be used with -l).

     -p     Pipe extracted files to stdout (unadf -p dump.adf Pics/pic1.gif | xv
	    -).

     -w     Mangle extracted filenames so they meet Windows file naming require-
	    ments.  Forbidden characters and trailing dots or spaces will be re-
	    placed with an underscore, and an underscore will be inserted  if  a
	    filename   would   otherwise  be  invalid  (e.g.  "CON.txt"  becomes
	    "CON_.txt", "prn" becomes "prn_")

     -h     Show summary of options.

     -V     Show version.

     -v vol
	    Mount volume #vol instead of default #0 volume.

     -d dir
	    Extract to 'dir' directory.

SEE ALSO
     xdms(1).

AUTHOR
     unadf was originally written by  Laurent  Clevy  <laurent.clevy@club-inter-
     net.fr>.	Current  version  was  developed  by  Stuart  Caie <kyzer@cabex-
     tract.org.uk>, as a part of the ADFlib (https://github.com/adflib/ADFlib).

     This manual page was written by Gurkan Sengun <gurkan@linuks.mine.nu>,  for
     the Debian project (but may be used by others).

				 March 13, 2025 			UNADF(1)

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

home | help