I have a proc mount entry in my fstab on (Debian derived) Raspberry Pi OS. Is this one needed? On my pc (running Arch linux) I don't have this but (of course) proc gets mounted.
fstab line:
proc /proc proc defaults 0 0
uname -a:
Linux website 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux
/run/systemdexists), yes, you can remove that entry. – Stephen Kitt Oct 06 '21 at 15:33systemd, so yes - you can remove the entry in/etc/fstab. The only exception would be if you've removedsystemd- which would be highly unusual. – Seamus Oct 06 '21 at 21:01