Re: /dev/fd
From: Björn König (bkoenig_at_cs.tu-berlin.de)
Date: 09/22/05
- Previous message: Giorgos Keramidas: "Re: Good Operating systems book?"
- In reply to: Osmany Guirola Cruz: "/dev/fd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 22 Sep 2005 22:35:37 +0200 To: Osmany Guirola Cruz <osmany.guirola@cigb.edu.cu>
Osmany Guirola Cruz wrote:
> Hi people
> i am using a program(encode2mpeg) but it use this devices
> /dev/fd/3 y /dev/fd/4 but in my system i only have
>
> /dev/fd/0 /dev/fd/1 /dev/fd/2.....
>
> How can i create this devices?
Load the kernel module fdescfs.ko and run
mount_fdescfs fdescfs /dev/fd
That's it.
Add the line
fdescfs /dev/fd fdescfs rw 0 0
to /etc/fstab and
fdescfs_load="YES"
to /boot/loader.conf to make it permanent.
Björn
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Giorgos Keramidas: "Re: Good Operating systems book?"
- In reply to: Osmany Guirola Cruz: "/dev/fd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|