[Bug 209231] fdescfs(5) man page: Fix examples for fstab(5) and mount(8) command
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jun 10 16:41:21 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209231
--- Comment #4 from Ben Woods <woodsb02 at 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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-doc
mailing list