How to fix the hard drive to /dev/sdax ?

I must say that a UUID is something only a mother UUID could love. I feel that any system that helps better identify the hard drive partition at a glance is the thing to use. I do understand there may be other considerations, but as long as real people must deal with fstab, device.map and menu.lst files, a human readable identification is most likely a requirement. I also understand that automatic methods exist to deal with these files as well, but again I am not a mother UUID, yet.lol!

Thank You,

Hi James!
Take a look at your Windows registry (an come back to us as quick as possible!) lol!

Hi James!
Take a look at your Windows registry (an come back to us as quick as possible!) lol!
God, at least one of the reasons I like using Linux is because I do not want/like to look at a Windows registry. I consider Windows a necessary EVIL I must live with. And, nothing Windows is doing would make me love a UUID anymore. One thing is for sure, if you think UUID’s are good, then I truly believe you, just like taking that terrible tasting medicine today will make me feel better in the morning. Maybe so, but I still say that UUID’s are something only a mother UUID could love.

Thank You,

jdmcdaniel3 wrote:

> I must say that a UUID is something only a mother UUID could love. I
> feel that any system that helps better identify the hard drive partition
> at a glance is the thing to use. I do understand there may be other
> considerations, but as long as real people must deal with fstab,
> device.map and menu.lst files, a human readable identification is most
> likely a requirement. I also understand that automatic methods exist to
> deal with these files as well, but again I am not a mother UUID,
> yet.lol!

I’m finding myself really missing the auto-mount of previous versions where
external USB hard drives were mounted as /media/disk, media/disk1,
media/disk2, etc. Not very informative as to which drive is which unless
the drive has multiple partitions in which case they are mounted by-label.


Will Honea

I don’t know if UUIDs are good or bad. They are just a way to identify partitions. They don’t change (unlike disks ID) unless you reformat a partition, and you can change them if you feel you need to with tune2fs -U. I’ve been explaining the differences between mounting by-id and mounting by-uuid, as well as using a notation wich doesn’t involve udev symlinks (although as I mentionned previously, if udev doesn’t work, nothing else is going to work anyway). Each method has advantages and inconvenients. To put it simply, il you intend to play with partitions (add/remove some), the method by-uuid is safer, as each partition’s UUID is independent from the others. If you intend to play with hard disks (backup/duplicate) and for some reason mount both the original and the copy, by-id is safer as each duplicated partition will have a different ID based on the hard disk serial. Otherwise if you like to call things by names, you can label the partitions and mount by labels. Labels get written in the superblock as the “Filesystem volume name”. Labels are optionals while UUIDs are not. You can mount NTFS partitions under Linux by their UUIDs as well.

Here are the changes in red.

# Modified by YaST2. Last modification on mår mås 15 21:08:02 CET 2011
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader

default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,1)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title Desktop -- openSUSE 11.4 - 2.6.37.1-1.2
    root (hd0,1)
    kernel /boot/vmlinuz-2.6.37.1-1.2-desktop root=/dev/disk/by-id/ata-SAMSUNG_SP2004C_S07GJ1UYB03169-part2 resume=/dev/disk/by-id/ata-SAMSUNG_SP2004C_S07GJ1UYB03169-part1 splash=silent quiet nomodeset showopts vga=0x317
    initrd /boot/initrd-2.6.37.1-1.2-desktop

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.4 - 2.6.37.1-1.2
    root (hd0,1)
    kernel /boot/vmlinuz-2.6.37.1-1.2-desktop root=/dev/disk/by-id/ata-SAMSUNG_SP2004C_S07GJ1UYB03169-part2 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe nomodeset vga=0x317
    initrd /boot/initrd-2.6.37.1-1.2-desktop

Hmmm … Do you mean under KDE? Could it be that KDE is now entirely using udev and doesn’t use hal at all anymore? In that case the automount of USB hard drives could be achieved with a udev rule. You’ll find examples by googling a little bit. I guess we might have some here too.

@jaencayron. Thanks for that.

As you see, even after you are satisfied with the help here, the discussion goes on. That is why we do not make a thread CLOSED and block it. It would frustrate those who like to add more and more information :wink:

I like the UUID because it also identifies the HDD device and partitions.

GF Windows Registry >:(

@ Will Honea
I think DVD/CDs are mounted now as /dev/sr0, /dev/sr1, /dev/sr2,… my USBs are /media/USBmemory_stick_name.

Does it mean that the EVIL is necessary? lol! >:) lol!
OK. Forget it! Let us avoid the philosophical trap! :wink:

Does it mean that the EVIL is necessary? lol! >:) lol!
OK. Forget it! Let us avoid the philosophical trap! :wink:
please_try_again, this question reminds me of DenverD’s Question; “Suppose there were no hypothetical questions?”

Thank You,