Re: fstab

From: Rupesh Pilania <rupeshpilania_at_gmail.com>
Date: Mon, 04 Aug 2025 10:50:30 UTC
Hello David,

Your fstab configuration looks fine and should work as expected. One
possibility is that you're using a custom kernel that doesn't have PROCFS
support enabled.

Could you please verify whether PROCFS is included in your kernel
configuration? Additionally, try mounting the filesystem manually( mount -t
procfs proc /proc) and let me know the exact error message you receive.

If you can share the exact FreeBSD version and platform (e.g., architecture
or hardware model), I’ll be happy to try and reproduce the issue on my end.

If the module is supposed to be loaded dynamically then please check
kldstat output as well and see required modules are loaded.

Thanks & Regards,
*Rupesh Pilania*

On Mon, Aug 4, 2025 at 9:12 AM David <FreeBSD@telaman.net.au> wrote:

> Hullo,
>
>
> Installing FreeBSD to an Optiplex 980.
>
> On installing Gnome as a desktop, and restarting, I get a fault to the
> effect that the FStype is wrong.
>
> I'm following directions in the handbook.
>
> What I have is:
>
>
> # Device              Mountpoint FStype               Options
> Dump          Pass#
>
> proc                     /proc procfs                  rw
>     0                   0
>
>
> I can't see what's wrong.
>
> Can anybody point to what I'm missing?
>
> Thanks for any time and trouble.
>
>
>

-- 
Thanks & Regards
Rupesh Pilania