https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209231
Maxim Konovalov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Maxim Konovalov <[email protected]> --- (In reply to Ben Woods from comment #1) Why? It works just fine for me currently: # mount | grep fd # mount -t fdescfs null /dev/fd # mount | grep fd fdescfs on /dev/fd (fdescfs) # umount /dev/fd # grep dev/fd /etc/fstab fdescfs /dev/fd fdescfs rw 0 0 # mount /dev/fd # mount | grep fd fdescfs on /dev/fd (fdescfs) -- 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]"
