Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • 1
    It's not "older" Unix systems, it is traditional Unix systems. OpenBSD still uses static entries. It's even a relatively recent invention in Linux to have dynamic entries. Commented Oct 26, 2013 at 0:11
  • 3
    Also, for the sake of the record, it was (and continues to be) rater rare to need to create device files by hand. Most operating systems would populate /dev with a large number of device files on install that would cover most uses. One generally only had/have to create them with unusual hardware combinations. I do this on my OpenBSD-based serial console server that has 3 8-port serial cards. Commented Oct 26, 2013 at 0:18
  • @kurtm - expanded A based on your feedback, thanks. Commented Oct 26, 2013 at 0:24
  • @slm can you add details on the technical method used to persist device files across reboots? how are they physically stored on disk? did they need special filesystem support? Commented Nov 4, 2013 at 0:53
  • 1
    @strugee - OK, I'll add it in a bit. At work now. Commented Nov 4, 2013 at 17:00