diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-09-10 11:01:18 +0200 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-09-11 18:42:30 -0700 |
commit | cce2ee3c72e680c14516979bfc0108ab2341141b (patch) | |
tree | 69d98d25fc567377d27aaa599ad6464a3ce8eafa /doc | |
parent | 663f24b2e41c90709750337e47f2f43b3100422f (diff) | |
download | nitrocli-cce2ee3c72e680c14516979bfc0108ab2341141b.tar.gz nitrocli-cce2ee3c72e680c14516979bfc0108ab2341141b.tar.bz2 |
Print SD card usage in Storage status
The Storage device keeps track of the areas of the SD card that have
been written to during this power cycle. This data can be accessed using
the NK_get_SD_usage_data function that returns a range of the SD card
that has not been written. This data can be used as a guide line when
creating new hidden volumes.
This patch adds the SD card usage data to the output of the status
command for Nitrokey Storage devices.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nitrocli.1 | 7 | ||||
-rw-r--r-- | doc/nitrocli.1.pdf | bin | 42203 -> 42350 bytes |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/nitrocli.1 b/doc/nitrocli.1 index 6fb1fd9..b07b36a 100644 --- a/doc/nitrocli.1 +++ b/doc/nitrocli.1 @@ -70,7 +70,8 @@ them, set the \fB\-\-no-connect\fR option. Print the status of the connected Nitrokey device, including the stick serial number, the firmware version, and the PIN retry count. If the device is a Nitrokey Storage, also print storage related information including the SD card -serial number, the encryption status, and the status of the volumes. +serial number, the SD card usage during this power cycle, the encryption +status, and the status of the volumes. .TP .B nitrocli lock Lock the Nitrokey. @@ -121,6 +122,10 @@ respectively, the start and end position of the hidden volume inside the encrypted volume, as a percentage of the encrypted volume's size. This command requires a password which is later used to look up the hidden volume to open. Unlike a PIN, this password is not cached by \fBgpg\-agent\fR(1). + +As a guide line for creating new hidden volumes, the \fBstatus\fR command +provides a range of the SD card that has not been written to during this power +cycle. .TP \fBnitrocli hidden open Open a hidden volume. The volume to open is determined based on the password diff --git a/doc/nitrocli.1.pdf b/doc/nitrocli.1.pdf Binary files differindex d98ab41..be86627 100644 --- a/doc/nitrocli.1.pdf +++ b/doc/nitrocli.1.pdf |