I suspect there's a bit missing from that message. It should read "Please insert volume ADH0 in any drive"
What it's asking you to do, is find the disk called ADH0 and insert in into a disk drive.
What has more probably happened, is that you had a hard disk partition with the device name ADH0 which has been changed at some point.
What you need to do is identify when the message appears (is it on boot? When you launch a particular program?), and investigate that to see if there is any mention of ADH0:
If it is happening on boot you should have a look in s:user-startup for ADH0: first, and then have a look at your WBStartUp programs (if it is OS4 then there's a WBStartUp Prefs which you might find has an entry for ADH0:something-or-other).
@Chris That is correct, it asks for it when I try to install anything really and I don't know how to stop it. I had a spare partition and I renamed it to ADH0 but that didn't help any. Then it goes on to say that something is missing and/or assign something. Not a clue 😞
this error can come from a sloft linked file, or it can come from a config file, it can be good idea identify the program asking for ADHO: use snoopy, should display all file opens and file locks.
You can also use the find tool to look for any file that has ADHO: inside..
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
;BEGIN MUI if exists "SYS:MUI" assign MUI: "SYS:MUI" if exists MUI:Libs assign add LIBS: MUI:Libs endif if exists MUI:Locale assign add LOCALE: MUI:Locale endif version >nil: exec.library 39 if not warn if exists MUI:Docs if exists HELP:dummy ; do not remove endif ; this entry! assign add HELP: MUI:Docs endif endif endif ;END MUI
assign tbimages: SYS:Prefs/Presets/tbimages
;BEGIN MultiEdit Assign MultiEdit: "SYS:Utilities/MultiEdit" ;END MultiEdit ;BEGIN MultiViewer Assign MultiViewer: "SYS:Utilities/MultiViewer" ;END MultiViewer ;BEGIN MUI ASL if exists "SYS:MUI" run <>nil: MUI:PatchASL endif ;END MUI ASL
would it be possible for you to: 1 - open a Shell (either by pressing Right-Amiga+e when the Workbench is active, or in your system partition, in the drawer System double-click on the icon "Shell") and 2 - then type in "info" (without the quotes) in the Shell and press Enter or Return. 3 - and lastly post the output in this thread.
When you say "install anything" do you when you run the Installer, or try to copy something to the hard drive?
If its the former, it could be Installer or one of its dependents is looking for ADH0. There's also, I believe, different Installers, between Hyperion and AEON and possibly other third party replacements
Run Snoopdos and look to see what's trying to access ADH0.
Do you recall ever having a volume with that name?
Yes to your first question daveyw. I renamed my thumb drive to ADH0 to see if it cleared the problem, which it did not. I will try SnoopDOS and see what happens.
What did happen after you renamed your USB-Drive to "ADH0" and you tried to install the software again? Did the same Notification appear?
As daveyw suggests, there might be some dependency.
Where does your installer reside? You can check this by selecting the "install XY Software" and call the "Icon -> Information" menu (Right-Amiga+i) and check the "Default tool" for install files.
Does the notification appear right after you double click an install-icon or when the installer launched?