Find path to usb disk


Pava

Recommended Posts

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 by Pava
Link to comment
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:

 

image.png.ed0165b5b2e8c334423e695b478564c4.png

 

Here is a view of /mnt from Dolphin (I use this file manager docker container rather than Cloud Commander):

image.png.50125e7c98ab7747e03ba8a40b595b13.png

 

This view is only possible because I have the host path /mnt mapped to the container path /mnt

image.thumb.png.aa4a55108f2af7d59ba0c4357fcaaaf1.png

 

 

 

Edited by Hoopster
Link to comment

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'.

Link to comment
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):

 

image.thumb.png.25d4503bf4098ad252d3947f5873f741.png

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.