Stomata to [email protected]English • 2 days agoI still like this memesh.itjust.worksmessage-square206fedilinkarrow-up11.4K
arrow-up11.4KimageI still like this memesh.itjust.worksStomata to [email protected]English • 2 days agomessage-square206fedilink
minus-square@[email protected]linkfedilinkEnglish2•1 day agorm -rf / only deletes everything on the / partition and any currently mounted filesystems, since efi is its own partition and not mounted it wouldn’t be touched
minus-square@[email protected]linkfedilink4•1 day ago not mounted I agree with you, the EFI variables shouldn’t be mounted by default. Unfortunately, on some systems, they are. There was even a huge fight about that. I’m too lazy to look it up now, though.
rm -rf /
only deletes everything on the / partition and any currently mounted filesystems, since efi is its own partition and not mounted it wouldn’t be touchedI agree with you, the EFI variables shouldn’t be mounted by default. Unfortunately, on some systems, they are.
There was even a huge fight about that. I’m too lazy to look it up now, though.
Huh that’s very interesting!