Jump to content

Armisael81

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by Armisael81

  1. ok, i switched to mnt/user for both, but i get this error

     

     

    docker run
      -d
      --name='nextcloud'
      --net='bridge'
      -e TZ="Europe/Berlin"
      -e HOST_OS="Unraid"
      -e HOST_HOSTNAME="Sacha-UnNAS"
      -e HOST_CONTAINERNAME="nextcloud"
      -e 'PUID'='99'
      -e 'PGID'='100'
      -e 'UMASK'='022'
      -l net.unraid.docker.managed=dockerman
      -l net.unraid.docker.webui='https://[IP]:[PORT:443]'
      -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nextcloud-logo.png'
      -p '444:443/tcp'
      -v '/mnt/user/nextcloud/':'/data':'rw'
      -v '/mnt/user/appdata/nextcloud/nextcloud.log':'/data/nextcloud.log':'rw'
      -v '/mnt/user/appdata/nextcloud':'/config':'rw'
      --device='/dev/dri' 'lscr.io/linuxserver/nextcloud'

    1b47bb2a567350d84417b0453f6b9dff4bf825f4cacfea0e6387eb1cfebbc674
    docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/mnt/user/appdata/nextcloud/nextcloud.log" to rootfs at "/data/nextcloud.log": mount /mnt/user/appdata/nextcloud/nextcloud.log:/data/nextcloud.log (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.

    Comando Fallito.

  2. Hi guys,

    i've noticed that i have files accessed many times a day, located in my arrey.

    I would like to move them to my cache nvme but some of them are inside a docker container data folder.

     

    Example:

    i would like to move this file

    /mnt/disk1/nextcloud/nextcloud.log

    from arrey to

    /mnt/user/appdata/nextcloud/data/nextcloud.log

    is it possible?

    I tried setting up a path in my docker container with no luck

     

    P.S. I need to move just 1 file, not the whole folder

     

    Thanks

     

  3. Hi guys,

    I'm trying to move 

    /mnt/user/somewhere_on_your_array/nextcloud_data/files_external/rootcerts.crt

    to

    /mnt/user/appdata/nextcloud/data/files_external/rootcerts.crt

    but i'm kind of a noob about unraid and docker containers.

     

    This is what I came across while searching for this topic:

    • stop the nextcloud container
    • copy /mnt/user/somewhere_on_your_array/nextcloud_data/files_external/rootcerts.crt to /mnt/user/appdata/nextcloud/data/files_external/rootcerts.crt (you would need to create the folders first)
    • Add a volume to your nextcloud container to map /data/files_external/rootcerts.crt to /mnt/user/appdata/nextcloud/data/files_external/rootcerts.crt
    • start the container and see if it works as desired

    but honestly I don't know how the third step works.

     

    Can you please tell me how to do that?

    Thanks you :D

  4. Formatted in xfs and tried to exclude network problems installing Krusader and transfering files from a 5tb external disk  and the internal 12tb drive.

    The result is 50/60mb/s without parity (no parity disk assigned).

    Maybe is a bottelneck of my N3700? I will replace it with this N100 NAS board in about a month.

    Don't know what to do

  5. Hi i'm new here.

    I'm setting up a new unraid nas and i'm experiencing slow transfer speed.

     

    My config is (at the moment)

    CPU: n3700

    8gb of ddr3 ram

    WD RED 14tb (as parity)

    WD RED 12tb

     

    I'm actually using zfs for my arrey and I don't have any cache disk (I'm waiting for a new mobo and NVME disks).

    Should I revert back to xfs?

     

    Transfer speed goes from 100/110 to 0mb/s and back, avarageing around 50 mb/s for big files

    Talking af smaller files (photos), it is 30/15mb/s

×
×
  • Create New...