-
-
Notifications
You must be signed in to change notification settings - Fork 980
Closed
Labels
Description
The ran command is just fd foobar /. It gets stuck and never end. I sadly was unable to understand what's causing it.
I can investigate to give answers if you have some ideas about what else could I check.
Below is the partition's setup:
# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 223,6G 0 disk
├─sda1 8:1 0 512M 0 part /boot/efi
├─sda2 8:2 0 200M 0 part
│ └─cryptboot 254:3 0 198M 0 crypt /boot
└─sda3 8:3 0 222,9G 0 part
└─lvm 254:0 0 222,9G 0 crypt
├─vg0-swap 254:1 0 8G 0 lvm [SWAP]
└─vg0-root 254:2 0 214,9G 0 lvm /
EDIT: Issue is reproducing everytime on this Archlinux setup. Couldn't reproduce it on another Archlinux with unencrypted system.
Reactions are currently unavailable