public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Crazy Idea: Replacing /dev using sysfs over time
@ 2005-09-26 23:28 Shawn Starr
  2005-09-26 23:55 ` Diego Calleja
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Shawn Starr @ 2005-09-26 23:28 UTC (permalink / raw)
  To: LKML

I wonder if in the future, we can just eliminate /dev altogether (or map it 
via sysfs until older apps move away from /dev). It just seems we could 
represent major,minor in a sysfs node: 

        /sys/class/block/
        `-- sda
            |-- sda1
                    | - major
                    | - minor
                    | - raw
            |-- sda2
                    | - major
                    | - minor
                    | - raw
            `-- sda3

and so forth, or under a different branch elsewhere.

Does it make sense? Logical? Illogical? Do we really need /dev other than for 
historical/legacy purposes?

Shawn.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-09-27 12:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-26 23:28 Crazy Idea: Replacing /dev using sysfs over time Shawn Starr
2005-09-26 23:55 ` Diego Calleja
2005-09-27  0:02 ` Shawn Starr
2005-09-27 10:25 ` Greg KH
2005-09-27 12:52 ` linux-os (Dick Johnson)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox