I have a double-boot system with Win11 and Lubuntu. When trying to access the Win partition from Lubuntu it will not let me in, because it says the partition is encrypted "A passphrase is needed ...". Any ideas how to solve the problem?
Asked
Active
Viewed 178 times
1 Answers
-1
Maybe inside windows you will need to disable hybernate ...
run cmd.exe as admin
write: powercfg.exe /hibernate off
reboot and try to access windows from lubuntu

Luiz Carlos
- 149
sudo apt install ntfs-3g
, reboot your computer, Mount using The Disks Application and you should be good to go. note that it can corrupt your windows partition as it Is experimental write support. Disable BitLocker if you have it turned on. – Rishon_JR Nov 29 '22 at 14:25