As of sysresccd v 1.5.1, PC with IDE disk controller,
If boot with standard rescuecd, hard disk device has been changed from /dev/sda to /dev/hda.
But if boot with alterk32 option,the device still be correctly shown as /dev/sda.
Part of output with lspci command.
...
00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 02)
...
Part of output with lsmod command.
...
ata_generic 1908 0
ata_piix 16472 0
libata 108039 2 ata_generic,ata_piix
scsi_mod 96124 1 libata
...
--WIPAT
/dev/sda changed to /dev/hda
Re: /dev/sda changed to /dev/hda
Version 1.5.3-beta3 is now using the libata drivers only.
Re: /dev/sda changed to /dev/hda
Yes, I have tested that it is OK with version 1.5.3-beta3.
Thanks.
--WIPAT
Thanks.
--WIPAT