From f6fea14adfe9febc288bd7c6db8466755a81825f Mon Sep 17 00:00:00 2001 From: Guy Sheffer Date: Mon, 21 Aug 2023 11:28:42 +0300 Subject: [PATCH] Add message if filesystem type does not show up right #199 --- src/common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common.sh b/src/common.sh index 28d8115..eda5d8d 100755 --- a/src/common.sh +++ b/src/common.sh @@ -320,6 +320,8 @@ FDISK fi rmdir "$TDIR" fi + else + echo "Could not determine the filesystem of the volume, output is: $(file -Ls $LODEV)" fi losetup -d $LODEV