Re: fstab

From: Doug Hardie <bc979_at_lafn.org>
Date: Tue, 05 Aug 2025 04:24:43 UTC
> On Aug 4, 2025, at 21:11, Karl Vogel <vogelke@pobox.com> wrote:
> 
>>> On Sun 03 Aug 2025 at 23:42:53 (-0400), David wrote:
> 
>> Installing FreeBSD to an Optiplex 980.  What I have is:
>> 
>> #Device  Mountpoint  FStype  Options  Dump  Pass#
>> proc     /proc       procfs  rw       0     0
>   ^^^^
> 
> I think your device is wrong.  My fstab:
> 
>  #Device      Mount    FStype   Options                      Dump  Pass#
>  procfs       /proc    procfs   rw                           0     0
>  fdesc        /dev/fd  fdescfs  rw                           0     0
>  tmpfs        /tmp     tmpfs    rw,mode=1777,noexec,nosuid   0     0

man procfs
PROCFS(5)                 FreeBSD File Formats Manual                PROCFS(5)

NAME
     procfs – process file system

SYNOPSIS
     proc            /proc   procfs  rw 0 0

DESCRIPTION
     This functionality is deprecated.  Users are advised to use
     libprocstat(3) and kvm(3) instead.

     The process file system, or procfs, implements a view of the system
     process table inside the file system.  It is normally mounted on /proc.


I can't find anything that uses procfs anymore.  

-- Doug