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
ADFFORMAT(1) FreeBSD General Commands Manual ADFFORMAT(1)

adfformat - create a classic AmigaDOS filesystem (OFS/FFS) on an ADF or HDF volume.

adfformat [-llabel] [-pvolume] [-tfstype] [-fvhV] adf_device

adfformat is a simple utility allowing to create a classic AmigaDos-type filesystem (OFS or FFS) on the selected volume of an ADF (Amiga Disk File) or HDF (hard disk file) device.

Force formatting, even if the volume already contains a filesystem. WARNING: potential data loss - be sure what you are doing!
Specify the volume's name (label), default: an empty string.
Specify the index of the volume/partition, default: 0. (Currently cannot use other than 0, partitioned, multi-volume devices are not supported (yet...).
Set AmigaDOS filesystem type, default: 1 (FFS).

The type of the filesystem image can be chosen by specifying the fstype parameter, which can be 0-7 (flags = 3 least significant bits):


Bit Set Clear
------------------------------
0 FFS OFS
1 INTL ONLY NO_INTL ONLY
2 DIRC&INTL NO_DIRC&INTL

(For details about the filesystem types, check the documentation, link in the NOTES below).

More verbose output.
Shows help info.
Shows version.

adfformat -l MyDisk1 -t 3 myamigadisk1.adf
- creates:
- filesystem: FFS+INTL (1+2)
- with the label: MyDisk1
- on the volume: 0
- of the adf device: myamigadisk1.adf

Currently it can only format volumes of unpartitioned devices, so those containing a single volume using the whole device (so ADF/floppy disks and HDF/hard disk files).

adfimgcreate(1), adfinfo(1), unadf(1)

Detailed info about Commodore Amiga filesystems: http://lclevy.free.fr/adflib/adf_info.html#p41

adfformat was written by Tomasz Wolak <tomas.wolak@gmail.com>, as part of the ADFlib (https://github.com/adflib/ADFlib).

Mar 2025

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.