Joachim Backes wrote: > I my actual F8, I have 2 disk devices: One Sata-Disk: /dev/sda, and 1 > IDE-Disk: /dev/sdb. > But in F9 Beta, these two disks seem to be interchanged (/dev/sda <--> > /dev/sdb). Is this true, and if yes, why? The best way to solve this is not to mount hard device names, but to use e2label to label the disks and then use LABEL= in the fstab. Like this: LABEL=/ / ext3 defaults 1 1 LABEL=/boot1 /boot ext3 defaults 1 2 devpts /dev/pts devpts gid=5,mode=620 0 0 tmpfs /dev/shm tmpfs defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 LABEL=SWAP-sda2 swap swap defaults 0 0 Andrew. -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list