Skip to content

Commit f6fea14

Browse files
committed
Add message if filesystem type does not show up right #199
1 parent 9a5e180 commit f6fea14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@ FDISK
320320
fi
321321
rmdir "$TDIR"
322322
fi
323+
else
324+
echo "Could not determine the filesystem of the volume, output is: $(file -Ls $LODEV)"
323325
fi
324326
losetup -d $LODEV
325327

0 commit comments

Comments
 (0)