Jump to content

Nitpicky little thing about /dev stuff


Recommended Posts

I've noticed in 9.2 (maybe 9.1 too, after some updates) that now when I do

 

df -a

 

or other commands that show devices, that it now shows their true paths like

 

/dev/ide/host0/bus0/target0/lun0/part1

 

instead of

 

/dev/hda1

 

Why is that? Is that a feature of devfs and can I make it go back to the way it did work? My fstab has the /dev/hda1 and stuff.

Link to comment
Share on other sites

what you're seeing is the actual devfs device for your partition, /dev/hda1 is just a symlink to it...and no i don't know how to change it, but i did notice it myself ;-)

 

just like /dev/cdrom points to /dev/cdroms/cdrom0 which in turn points to /dev/ide/host0/bus1/target1/lun0/cd

 

now clue why mandrake sets it up that way..guess for ease of use? in arch i never had a /dev/cdrom just /dev/cdroms/cdrom0 which pointed to said devfs entry...

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...