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

adfsalvage - show or recover (in the future - extract) deleted files from an ADF device.

adfsalvage [-h] [-v] [-V] [-p]vol <adf_device> [sector...]

adfsalvage is a filesystem utility allowing to display or to recover (possibly, in the future, also to extract) deleted files from an OFS/FFS volume of an ADF device.

When called with just the name of an ADF device, it shows the list of deleted files, along with the position (as sector/block number) of their file header blocks. The undelete can be performed by adding the list of positions of the file header blocks of the deleted files to the command.

PLEASE NOTE THAT THIS IS AN EXPERIMENTAL UTILITY, USE IT ON A COPY, NOT ON THE ORIGINAL FILE/DEVICE! (ESPECIALLY IF THE FILESYSTEM USES DIRCACHE!).

A summary of the options.

Show help.
Be more verbose.
Show version.
Specify volume/partition number (counting from 0), default: 0

adfsalvage mydisk.adf

Shows list of deleted entries (files, directories) on the volume 0 of mydisk.adf

adfsalvage -p 1 mydisk.adf 884 1000

Undeletes the files which file header blocks are at the specified sectors (884 and 1000) of the second volume/partition (the first is 0). The sector numbers should be taken from the list of deleted entried (by running this utility without providing any sector numbers).

adfinfo(1),unadf(1),adflib(3)

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

adfsalvage was written by Tomasz Wolak <tomas.wolak@gmail.com>, as a 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.