You are not logged in.
Hey folks,
I created a new howto for you to make your system more reliable in the future and/or make use of some fancy new udev features. Read the new Persistant block device naming HOWTO.
Have fun.
Offline
Read it. Good stuff, thanks.
One question, though - do I need to do something to get /dev/disk/by-label? At the moment, I have this:
$ ll /dev/disk/
total 0
drwxr-xr-x 5 root root 0 2006-10-16 21:34 .
drwxr-xr-x 19 root root 0 2006-10-16 19:36 ..
drwxr-xr-x 2 root root 0 2006-10-16 21:34 by-id
drwxr-xr-x 2 root root 0 2006-10-16 21:34 by-path
drwxr-xr-x 2 root root 0 2006-10-16 21:34 by-uuidOffline
There has to be at least one disk with a label for by-label to show up.
BTW, don't add the new names to the bootloader yet. I thought klibc-udev was fixed to support it, but right now it isn't. I hope I can get the proper fixes into 101-3.
Offline
There has to be at least one disk with a label for by-label to show up.
BTW, don't add the new names to the bootloader yet. I thought klibc-udev was fixed to support it, but right now it isn't. I hope I can get the proper fixes into 101-3.
Did I break it? :oops:
Offline
Thanks - that makes sense.
Offline
xfs_admin -L label <device> works for xfs, reiserfstune -l label <device> for reiserfs and jfs_tune -L label <device> for jfs.
Offline
@lucke: thanks, added it. btw, it's a wiki, you could have added the commands yourself
@phrakture: yes, you did
klibc-udev 101-3 should work with by-uuid and by-label now, I'll test myself later.
EDIT: Okay, tested, works now.
Offline
SUCCESS!!! I got it to work, just don't be dumb like me and forget to rebuild for initrd images.
Offline