Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2016 16:41:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-doc@FreeBSD.org
Subject:   [Bug 209231] fdescfs(5) man page: Fix examples for fstab(5) and mount(8) command
Message-ID:  <bug-209231-9-TwDyiQwrIz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209231-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209231-9@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209231

--- Comment #4 from Ben Woods <woodsb02@freebsd.org> ---
Agreed. Indeed, the mount command ignores the fs_spec field whether it was
determined from fstab(5) or from the command line directly.

$ mount | grep fd
$ sudo mount -t fdescfs wildgoosechase /dev/fd
$ mount | grep fd
fdescfs on /dev/fd (fdescfs)
$ sudo umount /dev/fd
$ grep fd /etc/fstab
wildgoosechase          /dev/fd         fdescfs rw              0       0
$ sudo mount /dev/fd
$ mount | grep fd
fdescfs on /dev/fd (fdescfs)
$ sudo umount /dev/fd


Sorry for the noise. Agree there is nothing to fix.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209231-9-TwDyiQwrIz>