Good thinking :)
- 0 Posts
- 4 Comments
Joined 1 year ago
Cake day: June 4th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
To be clear, grub itself doesn’t mount your root partition. Grub provides the root partition device path or id to the kernel via kernel command line. Then kernel mounts the root partition early in its boot sequence with a limited set of options (typically read only).
Logically, the root partition should be mountable without fstab because otherwise it would be a chicken and egg problem :)
Usually once the userspace starts, an init script will remount the root partition with its normal options from fstab.
(It’s a bit more complicated if initramfs is involved, but the principle is the same).
hades@feddit.ukto
Cybersecurity@sh.itjust.works•No Google, Adding Biometrics is the Opposite of Security and PrivacyEnglish
0·1 month agoYep, they technically didn’t claim it was to make it more secure.

That’s a fairly common fingerprinting technique. A lot of sites use this and similar techniques (e.g. GPU fingerprinting, font fingerprinting, etc.) See https://developer.mozilla.org/en-US/docs/Glossary/Fingerprinting
Or try https://amiunique.org/ for a live illustration how that works.