From: Ulrich Dangel Date: Sat, 12 Jun 2010 21:56:57 +0000 (+0200) Subject: Fix error message for unintialized partition [Closes: 857] X-Git-Tag: v0.9.27~3 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=b79a4cc0cfb42be3f9f4aa33993f928bffedd692;hp=b79a4cc0cfb42be3f9f4aa33993f928bffedd692 Fix error message for unintialized partition [Closes: 857] Do an explicit check if specified partition is at least readable and do not use blkid for it as blkid uses returnvalue 2 for the same reason (no information availabe, wrong permissions). This will give better feedback to the user, e.g. if he forget to format the partition. ---