On Donnerstag, 28. September 2006 18:51 bardo wrote:

>> You might be able to just boot with the persistant device names...
>> /dev/disk/by-id/* or something - you'll need to boot to find something
>> that works in /dev/disk
>>
>> You can then try this as your kernel root= parameter, but at the
>> moment I'm unsure if klibc-udev contains the persistant disk naming (I
>> hope it does).
> 
> I'll try this, thanks. Can I use those names for fstab, too?

Another option for the fstab is to use volume labels (-L option in mkfs.ext2
or mkfs.jfs and -l option in mkreiserfs) which i like at most. My fstab at
example looks so:

..
LABEL=archroot   /      jfs      defaults,noatime,nodiratime        1 1
LABEL=archboot   /boot  ext2     defaults,noatime,nodiratime        1 2
LABEL=home       /home  reiserfs defaults,noatime,nodiratime,notail 0 2
..

My external drive (1 partition with reiserfs) which has usb and firewire has a
volume label too. So i doesn't matter how i connect it to the pc. I'm not an
expert but from my experience there be only advantages to use it.

See you, Attila


_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to