Hi,
I am new to Bazzite and Fedora.
I have a Bitlocker NTFS encrypted drive, because I am dual booting with Windows and I would like to access it from Bazzite.
From Dolphin, I can perfectly mount it. It asks for the decryption key, and after providing it I can access the drive without any issue.
But it does not persists after a reboot. I would like this to be auto-mounted with the decryption key registered somewhere.
I looked at KDE Partition Manager Auto Mount Guide - Bazzite Documentation , but it does not work with Bitlocker drives. When doing sudo systemctl daemon-reload && sudo mount -a
, I have the following error:
valentin@device-123:~$ sudo systemctl daemon-reload && sudo mount -a
mount: /mnt/Data: unknown filesystem type 'BitLocker'.
dmesg(1) may have more information after failed mount system
This is the drive I am trying to mount:
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
└─sda1 BitLocker 2
My fstab looks like this:
UUID=713a797f-0d8a-4e1c-8464-f65bf7f4f568 / btrfs subvol=root,compress=zstd:1,x-systemd.device-timeout=0 0 0
UUID=424cb5ce-6d2d-45e4-a42d-c92997b916c1 /boot ext4 defaults 1 2
UUID=7AFC-45EE /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=713a797f-0d8a-4e1c-8464-f65bf7f4f568 /home btrfs subvol=home,compress=zstd:1,x-systemd.device-timeout=0 0 0
UUID=713a797f-0d8a-4e1c-8464-f65bf7f4f568 /var btrfs subvol=var,compress=zstd:1,x-systemd.device-timeout=0 0 0
/dev/sda1 /media/Data BitLocker noatime,nodiratime,nofail,users 0 0
I don’t know what I should input for it to recognize the Bitlocker filesystem at boot. I don’t understand why it works when mounted through Dolphin but not at boot with fstab.
Thanks in advance for any answer, have a nice day.