From 82e0664f5f8623c88362964af126f66adbfafa20 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Sun, 19 May 2019 13:09:58 +0200 Subject: [PATCH] #615 adding more info on HDDs with partitions --- home.admin/30initHDD.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.admin/30initHDD.sh b/home.admin/30initHDD.sh index 5fbd5c2..379c335 100755 --- a/home.admin/30initHDD.sh +++ b/home.admin/30initHDD.sh @@ -50,6 +50,8 @@ if [ ${existsHDD} -eq 1 ]; then echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "You HDD was detected with the size of ${isSize} bytes" echo "For ${network} at least ${minSize} bytes is recommended" + echo "If you know the HDD is bigger then detected, please" + echo "change HDD to 1 partition on another computer first," echo "If you want to change to a bigger HDD:" echo "* Unplug power of RaspiBlitz" echo "* Make a fresh SD card again"