I am trying to mount an encrypted drive on Proxmox. Here is the tutorial that I am following: https://averagelinuxuser.com/encrypt-hard-drive-in-linux/. I am running PVE 6.3-3. I've done this type of thing before, but on PVE, it seems like it has to be done differently... when I get to the "mount /dev/mapper/sdb1 /mnt/encrypted" step, then do a df . -h in that directory, it reports on /dev/mapper/pve-root. I can't figure out why it is doing this... it seems like it is not mounting to that specified local directory. I even add verbosity to the command, but it just says "mount: /dev/mapper/sda1 mounted on /mnt/hd." The "df" command should report almost 1 tb, but it's reporting less than 100gb.