Re: [opensuse] Strange partition on new computer
On 04/09/2020 12.51, Ariez Vachha - openSUSE wrote: Side note: your post to the mail list did not make it, I only have your cc to me. You used html and thus it was rejected. [...] Ah, I see you noticed and posted again :-)
Hi,
Try this can't remember where I got it from but it works for me.
I found you can leave the password blank if you did not set one up at install time.
* Install dislocker
* Make mount points e.g.: o mkdir /mnt/bitlocker o mkdir /mnt/bitlockermount
* Unlock the filesystem with dislocker (/see man page for full details/) o dislocker <partition> -u<password> -- /mnt/bitlocker + Filesystem will be unlocked as a file /mnt/bitlocker/dislocker-file
* Now mount the filesystem file in the usual way o mount /mnt/bitlocker/dislocker-file /mnt/bitlockermount
* To unmount o umount /mnt/bitlockermount o umount /mnt/bitlocker
Thanks, this is very interesting :-) -- Cheers / Saludos, Carlos E. R. (from 15.1 x86_64 at Telcontar)
participants (1)
-
Carlos E. R.