On Tue, 2004-08-31 at 20:40, walkanaers@xxxxxxx wrote: > Herr Alexander, Das ist in mein dektop : > [root@localhost root]# fdisk -l /dev/sda > [root@localhost root]# alias_scsihostadapter aic7xxx /etc/modprobe.conf > bash: alias_scsihostadapter: command not found [root@localhost root]# alias scsi_hostadapter aic7xxx >> /etc/modprobe.conf > bash: alias: scsi_hostadapter: not found > bash: alias: aic7xxx: not found > You missed the `echo' from the start of this command. It should be: [root@localhost root]# echo "alias_scsihostadapter aic7xxx" >> /etc/modprobe.conf > [root@localhost root]# modprobe aic7xxx > [root@localhost root]# mkinitrd /var/tmp/initrd-$(uname -r).img $(uname -r) > [root@localhost root]# mv /var/tmp/initrd-$(uname -r).img /boot/ > mv: écraser `/boot/initrd-2.6.8-1.521.img'? > > Ich antworte ya oder nein? Bitte You only need to do any of these commands if your system requires the SCSI adapter at boot time. It appears that yours does not (booting from IDE disks?). So you don't need the scsi_hostadapter line in your /etc/modprobe.conf and you don't need to rebuild your /boot/initrd-2.6.8-1.521.img file. Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>