Twitter Facebook Google Plus Linked in

This article is for informational purposes only and no longer being updated by Seagate.

Ethernet Disks - AFP not working

AFP non-functional, while other protocols work as expected.


Apple Filing Protocol (AFP) is the standard method of network communication between Macintosh computers. To allow Macintosh to work with our devices more effectively, our Ethernet Disk products are able to communicate using AFP.

AFP demands a small database file exist at the beginning of each network share to display its contents. On occasion, a power outage or other sudden interruption of the disk can cause the hidden database file on the drive to become corrupted and unusable. When this happens, AFP stops working, while SMB and FTP continue to function as expected.

The solution is to remove the corrupted database, and allow the generation of a new one. Follow the procedure below to do this.

IMPORTANT NOTE: The procedure below involves the use of the Terminal program. This program, if used incorrectly, can cause data loss, or other problems. Ensure everything is typed precisely to avoid data loss. Ensure an up to date backup exists prior to starting this process.

  1. Connect to the drive using a different protocol. SMB is available on all computers, so use that to erase the files. From the Finder menu bar, click Go, then Connect to Server. Type in smb:// followed by the Ethernet Disk's IP address.

    connect_to_server

  2. After clicking Connect, the computer will request a user name and password. Enter the credentials for the administrator account (by default, the user name is admin, and the password is admin) If there are multiple shares, choose the one that is non-functional.
  3. Open the program "Terminal". This is within the Utilities folder (MacHD --> Applications --> Utilities)
  4. In the terminal window, type:

    cd /Volumes/

    then press enter. Ensure a capital V is used in Volumes, as everything is case-sensitive within Terminal.

    Next, type cd, followed by the name of the share needing repair. For example, if the share needing repair was named ED_mini, the command would be:

    cd ED_mini

    Press enter after the command has been entered. Finally, type:

    rm -R ./.AppleDB

    To avoid misspelling the command, in plain language, this is "R, M, Space, dash, R, space, dot, slash, dot, AppleDB." Press Enter when the command is typed.

  5. Finally, hold down the button on the front of the drive until it begins to flash. After about a minute, the drive will shut down. Press the button again to turn it on. AFP should be functional again.