https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209231
--- Comment #4 from Ben Woods <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
