On Sat, Aug 24, 2019 at 04:19:53AM -0700, canmasallah...@gmail.com wrote:
> mount /dev/sda8 /mnt
> Mount: /mnt: unknown filesystem type 'crypto_luks' is the result
> 
> Other attempt is CD and result is no such file dir. 
> 

`sudo cryptsetup luksOpen /dev/sda8 8`

Enter password and decrypt

`sudo mount /dev/mapper/8 /mnt`


When you are done:
sudo umount /mnt
sudo cryptsetup luksClose 8

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20190824114553.GA30984%40thirdeyesecurity.org.

Reply via email to