Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Knoppix hard-disk intall and ZIP drive??

  1. #1
    Junior Member registered user
    Join Date
    May 2004
    Posts
    28

    Knoppix hard-disk intall and ZIP drive??

    System is hard-disk install from Knoppix-3.4

    I have a 100Mb ZIP disk-drive in the computer. Is there a way to mount
    and use it?

    Since lilo.conf line contains hdd=scsi, I thought that

    # mount /dev/sda4 /mnt/test

    will work but it says
    mount: /dev/sda4 is not a valid block device
    (I get similar message when trying to mount /dev/hdd4..)

    Any ideas?
    -ishwar

  2. #2
    Junior Member registered user
    Join Date
    Sep 2003
    Posts
    17
    Does hdd=ide-scsi work better than hdd=scsi?

    Have you tried omitting the hdd option altogether?

    Also please post: cat /proc/scsi/scsi

    Also please post: uname -r

  3. #3
    Junior Member registered user
    Join Date
    May 2004
    Posts
    28
    hdd=ide-scsi (instead of hdd=scsi)
    and
    omitting hdd
    have no effect

    here is the output of uname -r
    2.6.5

    and output of cat /proc/scsi/scsi
    Attached devices:
    Host scsi0 Channel: 00 Id: 00 Lun: 00
    Vendor PLEXTOR Model: CD-R PREMIUM Rev: 1.02
    Type: CD-ROM ANSI SCSI revision: 02

    Host scsi1 Channel: 00 Id:00 Lun:00
    Vendor: IOMEGA Model: ZIP 100 Rev: 0.3H
    Type: Direct-Access ANSI SCSI revision: ffffffff

    -ishwar

  4. #4
    Junior Member registered user
    Join Date
    Sep 2003
    Posts
    17
    > 2.6.5

    Thank you for this necessary context.

    > Host scsi1 Channel: 00 Id:00 Lun:00
    > Vendor: IOMEGA Model: ZIP 100 Rev: 0.3H
    > Type: Direct-Access ANSI SCSI revision: ffffffff

    Very good sign. That says your host can read enough bytes from the Zip drive to see that the name of its firmware is "IOMEGA" "ZIP 100" "0.3H" .

    The game now is discovering what name your host gave to the device, and then trying to read bytes from an inserted Zip disk.

    Myself, I'd next proceed to try to use my own:

    http://members.aol.com/plscsi/linux/

    I'd ask what is the result of: sudo plscsi -w

    Also what is the result of: sudo plscsi /dev/sd[abcd]

    However, I am already aware of the proper caution, I quote:

    ----- http://members.aol.com/plscsi/
    ...
    Learning to use a tool like PLScsi will probably remind you of the need to backup often. If you won't enjoy that lesson, then please don't pick up the tool. Potential side effects include kernel panics, destroyed discs, destroyed devices, and even imperceptibly subtle forms of data corruption. Storage devices differ from modems first by being designed to record your mistakes permanently, and second by defining some commands or sequences of commands to mean self-destruct.

    We have not yet heard of anyone hurt by trying `plscsi -w`, which lists all devices to which your O.S. has given one of the well-known SCSI device names. We do recommend first trying `plscsi -w` only while no drives are sleeping, spinning up, or spinning down.
    ...
    -----

  5. #5
    Junior Member registered user
    Join Date
    May 2004
    Posts
    28
    Downloaded plscsi.tar.gz and tried..

    sudo plsci -w output
    export PLSCSI=/dev/sg0 // B PLEXTOR CD-R PREMIMUM 1.02
    export PLSCSI=/dev/sg1 // @ IOMEGA ZIP 100 03.H

    sudo plscsi /dev/sda output
    // sgioOpen.Open: No such device or address
    // plscsi.sclOpenNext: "/dev/sda" not opened
    // -x001 = -1 = plscsi.main exit int

    similar output for sudo plscsi /dev/sd[bcd]

    Will upgrading to other kernel-vesion work?

    -ishwar

  6. #6
    Junior Member registered user
    Join Date
    Sep 2003
    Posts
    17
    1)

    Kernel 2.4 may work better than 2.6, yes. But on the issue of connecting with an ATAPI Iomega Zip drive, I don't yet have any reason to believe a later 2.6 will work better than your 2.6.5.

    2)

    I see you say plscsi found your drive.

    Now you can prove your disk is readable with a command like:

    plscsi /dev/sg1 -i x200 -x "28 00 00:00:00:00 00 00:01 00" -t "" | hexdump -C

    3)

    I wonder if you understand, I meant for you to enter exactly: sudo plscsi /dev/sd[abcd]
    That's bash shorthand for saying: sudo plscsi /dev/sda /dev/sdb /dev/sdc /dev/sdd

    I think I see you say you can reach your Zip via: sudo plscsi /dev/sg1
    but not via: sudo plscsi /dev/sd[abcd]

    To my newbie eye, that's strange.

    I wonder what you see at: lsmod | grep -i ide

    I wonder if a bootline cheatcode that would help is: hdd=ide-cd

  7. #7
    Junior Member registered user
    Join Date
    May 2004
    Posts
    28
    Quote Originally Posted by p.lavarre
    1)

    Kernel 2.4 may work better than 2.6, yes. But on the issue of connecting with an ATAPI Iomega Zip drive, I don't yet have any reason to believe a later 2.6 will work better than your 2.6.5.

    -> I see the same behavior inder 2.4.26 kernel

    2)

    I see you say plscsi found your drive.

    Now you can prove your disk is readable with a command like:

    plscsi /dev/sg1 -i x200 -x "28 00 00:00:00:00 00 00:01 00" -t "" | hexdump -C

    -> The above command produces output
    Usage: plscsi

    3)

    I wonder if you understand, I meant for you to enter exactly: sudo plscsi /dev/sd[abcd]
    That's bash shorthand for saying: sudo plscsi /dev/sda /dev/sdb /dev/sdc /dev/sdd

    -> I tried the output is same (12 line concatenated to stdout)

    I think I see you say you can reach your Zip via: sudo plscsi /dev/sg1
    but not via: sudo plscsi /dev/sd[abcd]

    -> Correct.

    To my newbie eye, that's strange.

    I wonder what you see at: lsmod | grep -i ide

    -> output of the above command
    ide_cd 39680 0
    ide_scsi 17688 0

    I wonder if a bootline cheatcode that would help is: hdd=ide-cd
    -> Makes the entry for IOMEGA ZIP disparrear from plscsi -w output
    lsmod | grep -i ide produces
    ide_floppy 19840 0
    ide_cd 39680 0
    ide_scsi 17688 0

    The problem does not seem to budge. Either I should pull the zip drive out or
    go back to Mandrake distribution (I am trying to switch away from Mandrake)..

    -ishwar

  8. #8
    Junior Member registered user
    Join Date
    Sep 2003
    Posts
    17
    > Either I should pull the zip drive out or
    > go back to Mandrake distribution
    > (I am trying to switch away from Mandrake)..

    As yet myself I use Knoppix only to boot from CD. I haven't yet tried to talk to a PATAPI device other than my DVD/ CD.

    > Either I should pull the zip drive out

    Me, I like the USB Flash drives sold by Iomega & its competitors.

    > The problem does not seem to budge.

    I'm too new & ignorant to move directly to the right answer. The people who really know what's going on hang out near:

    http://marc.theaimsgroup.com/?l=linux-scsi

    > -> Makes the entry for IOMEGA ZIP disparrear from plscsi -w output

    `plscsi -w` is a short way of saying: plscsi /dev/sg[0-9]*

    Naturally I ask, does knoppix26 hdd=ide-cd make the ZIP entry suddenly appear in the
    plscsi /dev/hd[abcd]

    > lsmod | grep -i ide produces
    > ide_floppy 19840 0
    > ide_cd 39680 0
    > ide_scsi 17688 0

    Trying to make ide-cd and ide-scsi coexist may be difficult. You might want to fight towards having just one or the other. You might try: knoppix26 hdc=ide-cd hdd=ide-cd

  9. #9
    Junior Member registered user
    Join Date
    May 2004
    Posts
    28
    Quote Originally Posted by p.lavarre
    > Either I should pull the zip drive out or

    >> -> Makes the entry for IOMEGA ZIP disparrear from plscsi -w output

    >`plscsi -w` is a short way of saying: plscsi /dev/sg[0-9]*

    >Naturally I ask, does knoppix26 hdd=ide-cd make the ZIP entry suddenly >appear in the
    >plscsi /dev/hd[abcd]

    >> lsmod | grep -i ide produces
    >> ide_floppy 19840 0
    >> ide_cd 39680 0
    >> ide_scsi 17688 0

    >Trying to make ide-cd and ide-scsi coexist may be difficult. You might >want to fight towards having just one or the other. You might try: >knoppix26 hdc=ide-cd hdd=ide-cd
    What happens to cd burning if hdc=ide-cd? Is there a utility that will
    burn CDs without ide-scsi emulation??

    Thanks for all the effort that you put it.

    -ishwar

  10. #10
    Junior Member registered user
    Join Date
    Sep 2003
    Posts
    17
    > What happens to cd burning if hdc=ide-cd?

    Real problem, yes, but a different problem, maybe more solvable than ide-scsi in 2.6.

    > Is there a utility that will
    > burn CDs without ide-scsi emulation??

    ioctl SG_IO mostly works since 2.6 in ide-cd without ide-scsi. Teaching the apps to know that new fact is a work in progress. plscsi -w, for example, as yet doesn't tell you that you can try ioctl SG_IO with /dev/hd[abcd], but though in fact that does work if you try, e.g.: plscsi /dev/hd[abcd]

    > Thanks for all the effort that you put it.

    Thanks for helping me learn. When you feel you & I have taught each other all we know, you might want to launch a new thread, to encourage someone else to contribute.

    I haven't yet heard if boot: knoppix26 hdc=ide-cd hdd=ide-cd
    made your PATAPI Zip appear in: plscsi /dev/hd[abcd]

Page 1 of 2 12 LastLast

Similar Threads

  1. Hard disk install of 3.8.1 to USB drive
    By jphartmann in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 04-10-2005, 01:43 PM
  2. saving config to hard drive and boot disk problem
    By Eradicator in forum General Support
    Replies: 2
    Last Post: 04-21-2004, 05:29 PM
  3. 3rd IDE hard disk drive is not 'seen'
    By JohnnyH in forum General Support
    Replies: 9
    Last Post: 03-15-2003, 01:23 PM
  4. Auto mount of hard disk drive
    By Mycroft1855 in forum Customising & Remastering
    Replies: 1
    Last Post: 02-27-2003, 05:23 PM
  5. This is how I run Knoppix v3.1 from my hard disk
    By Sucker in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 02-19-2003, 03:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


LSI 9305-16i SATA SAS 12Gbs RAID Controller Host Bus Adapter PCIe 3.0 x8 IT-Mode picture

LSI 9305-16i SATA SAS 12Gbs RAID Controller Host Bus Adapter PCIe 3.0 x8 IT-Mode

$199.99



ATTO R608 8-Port 6Gb/s SAS RAID Controller picture

ATTO R608 8-Port 6Gb/s SAS RAID Controller

$33.99



Dell UCSA-901 0101A6100-000-G SAS PCI-E Raid Controller Card picture

Dell UCSA-901 0101A6100-000-G SAS PCI-E Raid Controller Card

$37.50



Supermicro  AOC-S3008L-L8i SAS3 12G 8-Port Internal PCI-e x8 3.0 RAID Controller picture

Supermicro AOC-S3008L-L8i SAS3 12G 8-Port Internal PCI-e x8 3.0 RAID Controller

$69.99



Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE picture

Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE

$15.98



LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License picture

LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License

$39.95



ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs picture

ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs

$87.99



LSI MegaRaid 9361-8i 12Gbps SAS / SATA Raid Controller PCIe x8 3.0 Tested picture

LSI MegaRaid 9361-8i 12Gbps SAS / SATA Raid Controller PCIe x8 3.0 Tested

$29.00



4 Bay RAID External Hard Drive Enclosure for 2.5/3.5

4 Bay RAID External Hard Drive Enclosure for 2.5/3.5" SATA HDD/SSD

$79.99



Oracle 7332895 LSI MegaRAID 9361-16i 16-PORT 12GB SAS PCIE RAID CONTROLLER picture

Oracle 7332895 LSI MegaRAID 9361-16i 16-PORT 12GB SAS PCIE RAID CONTROLLER

$349.00