(Don't *GET* me goiing devices changing from /dev/hda to /dev/sda[>] ...)
[>]
In centos, you can at least mount your storage drives like this:
[root@yourpc ~]# blkid /dev/sdb1: LABEL="sixtb" UUID="f5ef20af-fd54-4f5e-8fce-2d4f262fcfbf" TYPE="ext4"
Then add this at the bottom of fstab: (using your own uuid and type)
UUID= f5ef20af-fd54-4f5e-8fce-2d4f262fcfbf /mountpoint ext4 defaults 0 0
The uuid doesn't change.
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos