LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   iSCSI with IDE? (https://www.linuxquestions.org/questions/linux-networking-3/iscsi-with-ide-28357/)

kerzi 08-20-2002 11:33 AM

iSCSI with IDE?
 
I was wondering if it is possable to emulate SCSI with a IDE hard drive so i can implement iSCSI? If not, if there a way to to "iSCSI" with IDE hard drives?

finegan 08-20-2002 03:09 PM

There's a module for it, ide-scsi.o, I've never seen it done with hard drives before, its usually the trick to get ide burners to work.

You can try it, create in lilo.conf an identical entry for your kernel, name it Testing or something, and under label make another line:

append="hdX=ide-scsi"

Make certain that the drive your running scsi emulation on is NOT in /etc/fstab, or that its noauto, or you'll get a kernel panic as its new info will probably be /dev/sda1. Regardless, check dmesg when your done to figure out what the new drive ID is...

I'm pretty certain this WILL NOT WORK with the boot drive.

Cheers,

Finegan

kerzi 08-29-2002 10:08 AM

I have tried that
 
I know you cant do emulation on your Boot drive. I learned that quick, but can you do it on another non-boot drive? I tried it and it doesnt show up at all. ANy other way?

valuequest 11-01-2008 08:49 PM

Still an interesting question
 
Linux has come a long way in the past 6 years... any more useful ideas on this iSCSI - IDE question these days...?

valuequest 11-01-2008 09:07 PM

Hmmm... (scratching my chin)
 
http://sourceforge.net/projects/aoetools

rays 11-02-2008 08:04 AM

ide-scsi
 
I think it's possible by using IDE-SCSI Converter. with certain limitations.


All times are GMT -5. The time now is 06:47 PM.