first, I’m a dummy. Second, i’m still adapting to using a screen reader. Plus, I’m linux illiterate. I just installed debian 12 on a headless server and I ssh into it through my mac.
I downloaded the “haos_ova-12.0.qcow2.kz” file on to a usb stick, which I then inserted into my server. I mounted the usb stick to /media/usb and used the ls command to verify “haos_ova-12.0.qcow2.kz” was listed. I created a directory on the server /homeassistant. I then used the following string to move the file to the /homeseer directory.
$ sudo mv /media/usb/haos_ova-12.0.qcow2.xz /homeassistant
Now I can’t find the file. When I use the ls command under /media/usb only “system volume information” is listed with no file. When I use the ls command under /homeassistant I get nothing.
Before I try this again, from the begining, could someone point out what I did wrong…besides everything? Maybe even point out where I sent the file to? Thank you in advance.