mhogomchungu / zuluCrypt

zuluCrypt is a front end to cryptsetup and tcplay and it allows easy management of encrypted block devices
https://mhogomchungu.github.io/zuluCrypt
Other
496 stars 61 forks source link

Accessing content in an unmounted volume #184

Closed reymalahay closed 2 years ago

reymalahay commented 2 years ago

Hi there,

I am looking at this post that a maintainer responded to over four years ago.

i am trying to run the command sequence listed in that post:

zuluCrypt-cli -O /dev/sdxx -e rw -t vcrypt

obviously i modified the command sequence to suit my situation, but i keep getting this error:

ERROR: Required option( device path ) is missing for this operation

Please advise.

Thanks in advance, rey malahay

mhogomchungu commented 2 years ago

You are missing the "-d" option, the command to use should be

zuluCrypt-cli -O -d /dev/sdxx -e rw -t vcrypt
reymalahay commented 2 years ago

Hi there,

thank you. that worked; the article's version of that command sequence was missing the '-d' option.

before i close this, will you be building in repair tools? i am looking for something to repair corrupt superblocks.

Thanks in advance and kind regards, rey malahay