Follow us on these Social Sites

« Here are 8 ways your company can contribute to OpenSource.. | Main | Episode 43 - Who cares about free stuff... »
Sunday
Apr032011

Introducing /run ...***Warning this is really geeky****

Over at LWN.NET there is an interesting post via E-Mail about the new /run directory being introduced in Linux.  Why should you care about /run.  Well that is what the bulk of the E-Mail/Post is trying to explain.  The short answer is that /dev has been being misused for some time now.  Run time data should go under /var/run.  BUT /var may not be available early enough in the boot process for some purposes.  Things like Software Raid will be needed earlier in the boot process than /var may be mounted.  So the programmers have abused the fact that /dev is there almost as soon as the system starts booting.  This change will make the new directory /run appear at the same time that /dev is and be for use by these types of functions.  

Almost every distro has agreed to implement this and you should see it start rolling out to your favorite distro over the rest of the year.  Back ports will probably not be made since applications will take longer to update for the change.

PrintView Printer Friendly Version

EmailEmail Article to Friend

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>