1

Topic: mount windows 11 boot partition with secure boot enabled

hello and thanks,
sorry, this is my first post, please let me know if i mis-posted.

on windows 11, requires secure boot enabled.
if i disable secureboot to boot gparted, i can see the hard disk partitions, including the nfts c: partition

the option to mount that partition is disabled.

anybody know how to mount that partition

2

Re: mount windows 11 boot partition with secure boot enabled

From the GParted Live desktop open a Terminal and run:

sudo mount /dev/sda1 /mnt

Change /dev/sda1 for the correct name as displayed in GParted app.

Refresh the display in GParted app so it notices the partition / file system was mounted.

3

Re: mount windows 11 boot partition with secure boot enabled

thanks much