mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-26 09:16:07 +02:00
First mount drives
This commit is contained in:
@@ -88,7 +88,7 @@ RUN \
|
||||
COPY rootfs/ /
|
||||
|
||||
# Modules
|
||||
ARG MODULES="00-banner.sh 01-custom_script.sh 92-local_mounts.sh 92-smb_mounts.sh 90-dns_set.sh"
|
||||
ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh 90-dns_set.sh"
|
||||
|
||||
# Automatic modules download
|
||||
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash) >/dev/null; fi \
|
||||
|
||||
@@ -129,11 +129,11 @@ Wait a couple minutes and restart addon, it could be a temporary unavailability
|
||||
|
||||
### Local mount with invalid argument (@antonio1475)
|
||||
|
||||
> [cont-init.d] 92-local_mounts.sh: executing...
|
||||
> [cont-init.d] 00-local_mounts.sh: executing...
|
||||
> Local Disks mounting...
|
||||
> mount: mounting /dev/sda1 on /mnt/sda1 failed: Invalid argument
|
||||
> [19:19:44] FATAL: Unable to mount local drives! Please check the name.
|
||||
> [cont-init.d] 92-local_mounts.sh: exited 0.
|
||||
> [cont-init.d] 00-local_mounts.sh: exited 0.
|
||||
|
||||
Try to mount by putting the partition label in the "localdisks" options instead of the hardware name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user