/devices as far as I can remember has been an vital part of the OS
well I guess we can go back one step.
/dev, the contents of this directory are all symbolic links to /devices.
lets say your machine had a /dev/dsk/c3t3d0s2 in /dev. you would know that by doing a ls -la on /dev.
you would then see that it points back to /devices.
I was always told that
/dev = the logical device path to any give device
and
/devices = the physical device path to any given device.
There have been many times that I have had to remove the logical entries of a devices and had the system regenerate them again. I have done this a lot with tape drives.
Prior to Solaris 10 '/devices' was a system directory that resided on disk. In Solaris 10, it became an 'In-memory' system directory. As has already been suggested, it the primary directory for physical device names.
So, I would question the need to backup it. '/devices' can be updated from 'devfsadm' (either the command or the running daemon) and more importantly can be rebuilt from scratch with a 'reconfigure reboot'.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.