I make this echo "alias scsi_hostadapter aic7xxx" >> /etc/modprobe.conf modprobe aic7xxx mkinitrd /var/tmp/initrd-$(uname -r).img $(uname -r) mv /var/tmp/initrd-$(uname -r).img /boot/ cat /proc/sci/scsi fdisk -l /dev/sda fdisk /dev/sda n (add a new partition extended sda1) n (add two new logical partitions sda5 and sda6 in the extended partition sda1) w write table of partition mke2fs /dev/sda5 mke2fs /dev/sda6 to format sda5 and sda6 cd /etc/ joe fstab and add: /dev/sda5 /travail1 ext2 defaults 1 2 /dev/sda6 /travail2 ext2 defaults 1 2 ----Message d'origine---- >De: walkanaers@xxxxxxx >A: fedora-list@xxxxxxxxxx >Date: Wed, 8 Sep 2004 22:50:17 MEST >Sujet: Re: Re: linuxconf (was: Re: Re: Re: Re: how to install adaptec > >Ok Linuxconf is not in FC2 >I make this >echo "alias scsi_hostadapter aic7xxx" >> /etc/modprobe.conf >modprobe aic7xxx >mkinitrd /var/tmp/initrd-$(uname -r).img $(uname -r) >mv /var/tmp/initrd-$(uname -r).img /boot/ >cat /proc/sci/scsi >fdisk -l /dev/sda >fdisk /dev/sda >n (add a new partition extended sda1) >n (add two new logical partitions sda5 and sda6 in the extended partition sda1) >w write table of partition >cd /etc/ >joe fstab > >and add: > >/dev/sda5 /travail1 ext2 defaults 1 2 >/dev/sda6 /travail2 ext2 defaults 1 2 > >All things were ok when I start FC2, but the disk SDA does not appear on the desktop like the floppy and the Cdrom. > >----Message d'origine---- >>Date: Wed, 08 Sep 2004 21:22:42 +0200 >>De: Alexander Dalloz <alexander.dalloz@xxxxxxxxxxxxxxxx> >>A: For users of Fedora Core releases <fedora-list@xxxxxxxxxx> >>Sujet: Re: linuxconf (was: Re: Re: Re: Re: how to install adaptec scsi card >> >>Am Mi, den 08.09.2004 schrieb walkanaers@xxxxxxx um 21:08: >> >>> How to install Linuxconf on FC2? >> >>How is that question related to the previous topic (ow to install >>adaptec scsi card on Fc2)? Despite choosing a proper subject when >>starting a new one, please fix your mail client so that it does not >>always add an additional "Re: " prefix. >> >>Please read the linuxconf documentation on the software's website. >>(Redhat / Fedora does not have linuxconf any more since many releases.) >> >>Alexander >> >> >>-- >>Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13 >>Fedora GNU/Linux Core 2 (Tettnang) kernel 2.6.8-1.521smp >>Serendipity 21:19:33 up 9 days, 18:36, load average: 0.82, 0.84, 0.89 >>-----BEGIN PGP SIGNATURE----- >>Version: GnuPG v1.2.4 (GNU/Linux) >> >>iD8DBQBBP1wB4ZduiO1pVlMRAuo/AJ9LP+deUCsIpJcle2+Dad84zSy4SACgkTzL >>Hv7Z393C1sUt1Tjrkb/Pz0w= >>=+Np8 >>-----END PGP SIGNATURE----- >> >>-- >>fedora-list mailing list >>fedora-list@xxxxxxxxxx >>To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >> >> > > >-- >fedora-list mailing list >fedora-list@xxxxxxxxxx >To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > >