[Bug 283079] Handbook, chapter 12.4 doesn't use canonical mount format for Linux FSes
Date: Mon, 31 Mar 2025 06:10:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283079 --- Comment #2 from Graham Perrin <grahamperrin@gmail.com> --- (In reply to Michael Osipov from comment #0) Moreover, the two lines are unnecessary. grahamperrin:~ % head -n 1 /etc/fstab ; grep -v \# /etc/fstab | sort -f # Device Mountpoint FStype Options Dump Pass# /dev/ada1p1 /boot/efi msdosfs rw 0 0 /dev/ada1p2.eli none swap sw,late 0 0 fdescfs /dev/fd fdescfs rw 0 0 proc /proc procfs rw 0 0 tmpfs /tmp tmpfs rw,mode=1777 0 0 grahamperrin:~ % mount | grep linux | sort -f devfs on /compat/linux/dev (devfs) fdescfs on /compat/linux/dev/fd (fdescfs) linprocfs on /compat/linux/proc (linprocfs, local) linsysfs on /compat/linux/sys (linsysfs, local) tmpfs on /compat/linux/dev/shm (tmpfs, local) grahamperrin:~ % -- You are receiving this mail because: You are the assignee for the bug.