April 17, 20215 yr Please how I can find simple path to my disk and to usb disk? I try with Cloud Comander, but folder mnt is empty. What is the best way for somebody who is not so much friendly with command to copy data and find from usb disk to unraid disk? Edited April 17, 20215 yr by Pava
April 17, 20215 yr 33 minutes ago, Pava said: Please how I can find simple path my disk and to usb disk? The unRAID USB flash drive is mounted at /boot If /mnt is empty you probably do not have the proper host/container path mapping setup in the Cloud Commander docker container. Docker and unRAID file system are separate and you need the proper mappings between the two. The disks in the array are at /mnt/diskX The user shares are at /mnt/user/[share name] NEVER copy files between /mnt/user and /mnt/diskX as you could lose data. Unassigned devices (such as external USB disks ) are at /mnt/disks and /mnt/remotes for remote-mounted disks Here's a view of /boot and /mnt from the Terminal command line: Here is a view of /mnt from Dolphin (I use this file manager docker container rather than Cloud Commander): This view is only possible because I have the host path /mnt mapped to the container path /mnt Edited April 17, 20215 yr by Hoopster
April 17, 20215 yr Author Thank you for help. Dolphin its not install fine, probably I have wrong Host path 1, I see that you have /config but its not ok. I try another few path, from internet also is not working. Have this error: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Dolphin' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'USER_ID'='99' -e 'GROUP_ID'='100' -e 'WIDTH'='1280' -e 'HEIGHT'='720' -p '/mnt/cache/appdata/:8080/tcp' -v '/mnt':'/mnt':'rw' -v '/mnt/user/appdata/Dolphin':'/config':'rw' 'aptalca/docker-dolphin' docker: Invalid hostPort: /mnt/cache/appdata/. See 'docker run --help'.
April 17, 20215 yr 2 hours ago, Pava said: Thank you for help. Dolphin its not install fine, probably I have wrong Host path 1, I see that you have /config but its not ok. I think you are a bit confused about how to setup Docker containers. You should read the Docker FAQ to get a batter idea how Docker containers in general work. Here is my Dolphin setup (I have port 8082 on the host mapped to port 8080 since 8080 is in use by another docker):
April 17, 20215 yr Author Yes true, I will learn more about Docker containers. Thank you so much for help.
Archived
This topic is now archived and is closed to further replies.