[CentOS] how to recreate eth0 - Realtek 8169sc [SOLVED]

Tue Jan 11 00:59:44 UTC 2011
compdoc <compdoc at hotrodpc.com>

>> (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 at 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 at centos.org
http://lists.centos.org/mailman/listinfo/centos