How to symlink devfs devices?

Paul B. Mahol onemda at gmail.com
Wed Jul 8 17:49:32 UTC 2009


>
> Is it possible to create a symlink to a device and use the symlink in place
> of the real device name in FreeBSD, especially in version 7.2?
>
> 1. A disk
>    /dev/camera -> /dev/da0s1

devfs.conf(5)
>
> 2. A network device
>    re0 -> lan0

same as above, but there is way to completly hide re0:
# ifconfig re0 name lan0

-- 
Paul


More information about the freebsd-questions mailing list