First page Back Continue Last page Overview Graphics
The devfs naming scheme
Allows I/O drivers to register devices by name rather than by major and minor numbers
The kernel provides a default naming scheme: as an example, /dev/hda becomes /dev/disc/disc0
Major and minor numbers are still indispensable for Unix systems: NFS server, find command, etc.