You are not logged in.
subject says it all. every experienced linux user knows the difference between /dev/hda and /dev/hda1, and since arch currently is still a more advanced distro, why have the arch developers decided to use this new /dev/discs/disc0/part1 instead?
Offline
it's the default devfs naming scheme. Sarah thinks it's more sensible, I think it's a headache to type...
Since devfs is dead, it's possible, maybe probable that Arch will be migrating to standard naming schemes on udev. Currently udev supports both schemes in Arch, as it eased migration.
/dev/hda* symlinks exist so you can use those with devfs or udev if you prefer. In most cases, I do. ![]()
Dusty
Offline
it's cool to see how judd did that script on creating those links so to transition over to udev and back again if needed.
you can also just use /dev/hda(#) in fstab and lilo.conf, etc as you wish.
thanks judd and xentac
Joey: If a cow passes away from natural causes can I eat it.
Pheobe: Not if I get there first.
Offline
for the most part, /dev/hd* works. but to boot into arch you _must_ use the long format or else you get some kinda error...well i do anyways ![]()
Offline
@ dusty
it's the other way around hdxy is the node and the rest is linked to it
Offline
@ dusty
it's the other way around hdxy is the node and the rest is linked to it
Under udev, yes, but under devfs:
ls hda* -l
lr-xr-xr-x 1 root root 32 Jul 27 03:48 hda -> ide/host0/bus0/target0/lun0/disc
lr-xr-xr-x 1 root root 33 Jul 27 03:48 hda1 -> ide/host0/bus0/target0/lun0/part1
lr-xr-xr-x 1 root root 33 Jul 27 03:48 hda2 -> ide/host0/bus0/target0/lun0/part2
lr-xr-xr-x 1 root root 33 Jul 27 03:48 hda5 -> ide/host0/bus0/target0/lun0/part5
lr-xr-xr-x 1 root root 33 Jul 27 03:48 hda6 -> ide/host0/bus0/target0/lun0/part6Dusty
Offline
yeah you are right
Offline
the links change back and forth depending on which system (devfs or udev) you are firing up using the ' append="devfs=nomount" ' or not.
that is why i like udev, less typing and its cleaner in kwikdisk in the kde tray and kdiskfree.
happy udev(ising)
Joey: If a cow passes away from natural causes can I eat it.
Pheobe: Not if I get there first.
Offline
although i wasn't a big fan of the extra typing, i really preferred devfs over the old-style dev system that i was used to in other distros... i didn't enjoy having device nodes for hdb4 when i don't even have that many partitions there, let alone even a drive.
udev gives the neatness of only creating device nodes that you have, plus keeping them short and easy to type. ![]()
it's nice to have both options though.
Offline