Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 29

Thread: USB External cd-rw recognized only using knoppix cd

  1. #11
    Member registered user
    Join Date
    Jun 2003
    Posts
    30
    Yes, I have tried /mnt/cdrom1

    # This file should contain the names of kernel modules that are
    # to be loaded at boot time, one per line. Comments begin with
    # a `#', and everything on the line after them are ignored.
    rtc
    apm power_off=1
    usb-uhci
    usb-storage - I ADDED THIS to try to solve
    hid - I ADDED THIS to try to solve
    serial
    sb
    agpgart
    nls_cp437
    nls_iso8859-1
    ntfs
    ext3
    autofs4

    lsmod listing:
    Module Size Used by Not tainted
    lvm-mod 46368 0 (autoclean)
    ppp_deflate 2904 0 (autoclean)
    zlib_deflate 17368 0 (autoclean) [ppp_deflate]
    bsd_comp 3928 0 (autoclean)
    ppp_async 7168 1 (autoclean)
    ppp_generic 22784 3 (autoclean) [ppp_deflate bsd_comp ppp_async]
    slhc 4496 1 (autoclean) [ppp_generic]
    parport_pc 24808 1 (autoclean)
    lp 7524 0 (autoclean)
    parport 22528 1 (autoclean) [parport_pc lp]
    ehci-hcd 14696 0 (unused)
    autofs4 8724 0 (unused)
    ext3 62944 0 (unused)
    jbd 45524 0 [ext3]
    ntfs 50816 0 (unused)
    nls_iso8859-1 2844 0 (unused)
    nls_cp437 4348 0 (unused)
    agpgart 34752 0 (unused)
    sb 7764 0 (unused)
    sb_lib 33326 0 [sb]
    uart401 6020 0 [sb_lib]
    sound 54572 0 [sb_lib uart401]
    soundcore 3396 5 [sb_lib sound]
    serial 51908 2
    hid 19204 0 (unused)
    input 3200 0 [hid]
    usb-storage 54492 0 (unused)
    usb-uhci 21836 0 (unused)
    usbcore 57120 1 [ehci-hcd hid usb-storage usb-uhci]
    apm 9644 1
    rtc 6908 0

  2. #12
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by bilzer
    Yes, I have tried /mnt/cdrom1
    That's not the question I asked does the device exist? If you ls /cdrom1 or ls /mnt/cdrom1 and it tells you it doesn't exist then you will not be able to mount a non-existent directory (mount point). Also you don't need the HID it is for keyboards,mice, etc.

  3. #13
    Member registered user
    Join Date
    Jun 2003
    Posts
    30
    To be more precise, I created /mnt/cdrom1
    If I enter mount /cdrom1, or if I try the icon I created, I am told the mount point does not exist, yet it is listed if I ls /mnt

  4. #14
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Ok, assuming that your fstab is configured the way previously said, then just do "mkdir /cdrom1" (as root).

    Then do "mount /cdrom1".

    It looks as if your problem was that /cdrom1 was not actually created after the hdinstall so creating the directory should fix it...let's hope.

  5. #15
    Member registered user
    Join Date
    Jun 2003
    Posts
    30
    Here is the list of mounts from ls /mnt
    cdrom1 hda1 hda5 hdc1hdc3 zip
    All but cdrom1 work ok
    When I do mount /cdrom1 I get message mount: mount point cdrom1 does not exist

    When I turn on the cd-rw (with cd inserted) the following is added in the dmesg listing:
    hub.c: new USB device 00:0a.2-1, assigned address 2
    scsi1 : SCSI emulation for USB Mass Storage devices
    Vendor: ATAPI Model: CD-R/RW 40X12 Rev: 3.CB
    Type: CD-ROM ANSI SCSI revision: 02
    Attached scsi CD-ROM sr1 at scsi1, channel 0, id 0, lun 0
    sr1: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
    WARNING: USB Mass Storage data integrity not assured
    USB Mass Storage device found at 2
    usb.c: USB disconnect on device 00:0a.2-1 address 2
    hub.c: new USB device 00:0a.2-1, assigned address 3
    WARNING: USB Mass Storage data integrity not assured
    USB Mass Storage device found at 3
    usb.c: USB disconnect on device 00:0a.2-1 address 3
    hub.c: new USB device 00:0a.2-1, assigned address 4
    usb.c: USB device not responding, giving up (error=-71)
    hub.c: new USB device 00:0a.2-1, assigned address 5
    usb.c: USB device not responding, giving up (error=-71)

  6. #16
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    That's right, but did you do a "mkdir /cdrom1" as root? If you do this, and if you have the following line mentioned above in your fstab:

    /dev/scd1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0

    Then it should work. Your problem right now appears that /cdrom1 does not exist. Again, if you do a "mkdir /cdrom1", you should then be able to do "mount /cdrom1" and access your files. Notice that this mount point is NOT under /mnt. If you want, you can change it to that, but since we already have things set up in your fstab for /cdrom1 then the easiest thing should be to make the directory "cdrom1" directly under /

    I see the usb warnings you have included. But let us know what happens after you create this mount point.

    Adam

  7. #17
    Member registered user
    Join Date
    Jun 2003
    Posts
    30
    Finally got the idea where /cdrom1 is supposed to be!
    made /cdrom1 - did a mount /cdrom1 - got msg scd1 unknown device

  8. #18
    Member registered user
    Join Date
    Jun 2003
    Posts
    30
    Later shut down completely.
    After turning on, tried mount /cdrom1 again, now get msg no medium found
    using either icon I created, or from console. I have a cd in drive which I used when operating from the knoppix cd.

  9. #19
    Senior Member registered user
    Join Date
    Apr 2003
    Location
    Iowa U.S.A.
    Posts
    226
    Sorry to interupt as I don"t really know to much.
    Actually I swiped the stars from Knopper's
    German site -- I am only entitled to two of them!

    Well here is my next idea. When you do a
    hard drive install of Knoppix you shold have
    all peripherals connected and up, running,
    and maybe even mounted.

    Then when you use hard drive install all
    will work --- maybe.

    viele Grüße
    paradocs

  10. #20
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by bilzer
    Finally got the idea where /cdrom1 is supposed to be!
    made /cdrom1 - did a mount /cdrom1 - got msg scd1 unknown device
    If this is the device you are tring to mount then it is 0.
    Code:
    Attached scsi CD-ROM sr1 at scsi1, channel 0, id 0, lun 0
    try scd0.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Installing Knoppix on an External HDD????
    By chiefreborn in forum Hardware & Booting
    Replies: 6
    Last Post: 05-13-2005, 12:35 PM
  2. HDs does not recognized by Knoppix
    By NewGuy in forum General Support
    Replies: 4
    Last Post: 01-04-2005, 03:30 AM
  3. knoppix un external usb hd
    By komplikazione in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 12-10-2004, 10:35 PM
  4. Booting knoppix off an external usb-hdd
    By orgler in forum General Support
    Replies: 0
    Last Post: 08-28-2004, 06:52 PM
  5. Knoppix 3.3: USB stick is not recognized
    By Messiaen in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 07-11-2004, 04:21 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
  •  


Knoppix Live GNU Linux System 9.1 on Bootable CD / DVD / USB Flash Drive picture

Knoppix Live GNU Linux System 9.1 on Bootable CD / DVD / USB Flash Drive

$9.99



Hamshack Live DVD-ROM picture

Hamshack Live DVD-ROM

$12.00



Knoppix 9.1 Live Linux GNU Bootable USB Flash Drive USA picture

Knoppix 9.1 Live Linux GNU Bootable USB Flash Drive USA

$19.99



Linux Knoppix 4.0.2 Installation Disc picture

Linux Knoppix 4.0.2 Installation Disc

$39.99



Knoppix Linux Bootable OS v8.6

Knoppix Linux Bootable OS v8.6 "Original Live Operating System" 16G USB Stick

$19.95



Knoppix NSM 1.2 picture

Knoppix NSM 1.2

$8.50



KNOPPIX 9.1 LINUX INSTALL & LIVE DVD picture

KNOPPIX 9.1 LINUX INSTALL & LIVE DVD

$9.99



Acer Aspire One 9 inch Netbook ZG5 512MB RAM 8GB SSD HD Knoppix Linux WiFi VGA picture

Acer Aspire One 9 inch Netbook ZG5 512MB RAM 8GB SSD HD Knoppix Linux WiFi VGA

$79.99



Knoppix Linux Bootable OS v8.6

Knoppix Linux Bootable OS v8.6 "Original Live Operating System" 32G USB Stick

$20.30