added blkid as alternative to cryptsetup isLuks
authorArno Wagner <wagner.arno@gmail.com>
Sun, 15 Jan 2012 14:22:42 +0000 (14:22 +0000)
committerArno Wagner <wagner.arno@gmail.com>
Sun, 15 Jan 2012 14:22:42 +0000 (14:22 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@705 36d66b0a-2a48-0410-832c-cd162a569da5

FAQ

diff --git a/FAQ b/FAQ
index d4bf160..82cdfac 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -958,7 +958,12 @@ A. Contributors
      cryptsetup -v isLuks <device>
  
   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 <device>
+  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?