Yokemate of Keyboards
Posts: 12164 from 2003/5/22
From: Germany
> got a response that the volume could not be found. Here's what I tried
> "copy Amiga_ext:dh2 folder_for_my_files clone"
> Amiga ext is the name of my external drive, dh2 is the partition of MorphOS.
Going by my suggestion frome some postings before, which was:
copy Wd-external: all dh0:folder_for_my_files clone
...I think your command line should read like:
copy Amiga_ext: all dh2: clone
If you want to copy to a directory on the destination volume like this:
copy Amiga_ext: all dh2:folder_for_my_files clone
...you'd have to create that directory first.
> Could it be the _ character in the volume name?
No. As a general suggestion, you should get yourself an AmigaDOS reference manual. You can as well use the
AROS one as that's valid also for MorphOS most of the time.