
Code: Select all
ls -al /dev/ | grep hd

Code: Select all
#ls -al /dev/ | grep hd
lr-xr-xr-x 1 root root 32 Feb 11 03:27 hda -> ide/host0/bus0/target0/lun0/disc
lr-xr-xr-x 1 root root 33 Feb 11 03:27 hda1 -> ide/host0/bus0/target0/lun0/part1
lr-xr-xr-x 1 root root 33 Feb 11 03:27 hda2 -> ide/host0/bus0/target0/lun0/part2
lr-xr-xr-x 1 root root 33 Feb 11 03:27 hda3 -> ide/host0/bus0/target0/lun0/part3
lr-xr-xr-x 1 root root 32 Feb 11 03:27 hdb -> ide/host0/bus0/target1/lun0/disc
lr-xr-xr-x 1 root root 33 Feb 11 03:27 hdb1 -> ide/host0/bus0/target1/lun0/part1
lr-xr-xr-x 1 root root 33 Feb 11 03:27 hdb2 -> ide/host0/bus0/target1/lun0/part2


Code: Select all
hdc: GENERIC DVD DUAL 4XMax, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15




Code: Select all
# ls -al /dev/ | grep hd
lr-xr-xr-x 1 root root 32 May 15 14:11 hda -> ide/host0/bus0/target0/lun0/disc
lr-xr-xr-x 1 root root 33 May 15 14:11 hda1 -> ide/host0/bus0/target0/lun0/part1
lr-xr-xr-x 1 root root 32 May 15 14:11 hdb -> ide/host0/bus0/target1/lun0/disc
lr-xr-xr-x 1 root root 33 May 15 14:11 hdb1 -> ide/host0/bus0/target1/lun0/part1
lr-xr-xr-x 1 root root 33 May 15 14:11 hdb2 -> ide/host0/bus0/target1/lun0/part2
lr-xr-xr-x 1 root root 33 May 15 14:11 hdb3 -> ide/host0/bus0/target1/lun0/part3
lr-xr-xr-x 1 root root 33 May 15 14:11 hdb4 -> ide/host0/bus0/target1/lun0/part4
Code: Select all
# dmesg | grep hd
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio
hda: WDC WD800BB-00CAA1, ATA DISK drive
hdb: WDC WD800JB-00FSA0, ATA DISK drive
hdc: PIONEER DVD-RW DVR-106D, ATAPI CD/DVD-ROM drive
hdd: GENERIC FREECOM32A, ATAPI CD/DVD-ROM drive

Code: Select all
rm /etc/modules.autoload
ln -s /etc/modules.autoload.d/kernel-2.6 /etc/modules.autoload
nano -w /etc/modules.autoload
add "ide-scsi"