On Sun, Nov 29, 2020 at 10:37 PM Sreyan Chakravarty <sreya...@gmail.com> wrote:
>
>
>
> On Mon, Nov 30, 2020 at 2:38 AM Chris Murphy <li...@colorremedies.com> wrote:
>>
>>
>> There's a lot more than one way to do this. As one possible example:
>>
>> $ sudo mount /dev/nvme0n1p7 /mnt
>> $ cd /mnt
>> $ ls -li
>> total 0
>> 256 dr-xr-xr-x. 1 root root 1330 Nov 26 23:25 boot
>> 256 dr-xr-xr-x. 1 root root 1966 Nov 23 22:43 boot.20201126
>> 256 drwxr-xr-x. 1 root root   10 Jul 27 12:22 home
>> 256 drwxr-xr-x. 1 root root   10 Jul 27 12:22 home.20201126-2
>> 256 drwxr-xr-x. 1 root root   26 Nov  1 13:05 images
>> 256 dr-xr-xr-x. 1 root root  132 Nov  5 18:23 root
>> 256 dr-xr-xr-x. 1 root root  132 Nov  5 18:23 root.20201126
>>
>
> When I mount my root filesystem using:
>
> $ cryptsetup luksOpen /dev/sda2 /dm_crypt
> $ Enter Passphrase:
> $ mount -t btrfs /dev/mapper/dm_crypt /mnt
> $ ls
>
> I get:
> bin  boot  dev  etc  home  lib  lib64  lost+found  media  mnt  opt  proc  
> root  run  sbin  srv  sys  tmp  usr  var

If it's a default Fedora 33 installation, then it should list: home root

The above output suggests it is either a converted ext4 file system,
or 'btrfs subvolume set-default' has been  used.

Please post the /etc/fstab

-- 
Chris Murphy
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to