From: Arno Wagner Date: Sun, 15 Jan 2012 14:22:42 +0000 (+0000) Subject: added blkid as alternative to cryptsetup isLuks X-Git-Tag: upstream/1.6~329 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fcryptsetup.git;a=commitdiff_plain;h=0e52cb902a25fdaa811e126fd84d93d6e16f7429 added blkid as alternative to cryptsetup isLuks git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@705 36d66b0a-2a48-0410-832c-cd162a569da5 --- diff --git a/FAQ b/FAQ index d4bf160..82cdfac 100644 --- a/FAQ +++ b/FAQ @@ -958,7 +958,12 @@ A. Contributors cryptsetup -v isLuks on the device. Without the "-v" it just signals its result via - exit-status. + exit-status. You can alos use the more general test + + blkid -p + + which will also detect other types and give some more info. Omit + "-p" for old versions of blkid that do not support it. * How do I backup a LUKS or dm-crypt partition?