Results 1 to 7 of 7

Thread: External HDD and dvd writter connected via firewire.

  1. #1
    Junior Member registered user
    Join Date
    Sep 2003
    Location
    MD
    Posts
    11

    External HDD and dvd writter connected via firewire.

    Hello:

    I just downloaded knoppix and am able to see and do the following:
    1.- See my "c" drive as hda1
    2.-See the partition "e: as hda5 (there are other folders as well)
    3.- Able to open word and excel documents.
    4.- on boot, I see the routine recognizing the pcmcia card
    5.- When running a command (Forgot which one at this time), I see the following:
    Module Used Used by...
    USBcore 1 usb-uhci
    ohci1394 0 (Unused)
    ieee1394 0 shp ohci 1393 (Not sure if it is shp)

    This will lead me to believe that knoppix is recognizing the firewire and the usb port, is this correct?

    However, neither the Western Digital external hd, nor the hp 300e external dvd writter, which are connected via firewire, are recognized by knoppix. It appears that I need to mount both units, correct?

    I need help in the following topics:

    A.- Mounting the external drice and the dvd writter. What and how?
    B.- While I can read and open documents, I can not move them from hda1 to hda5 or viciversa.
    C.- What do I need to do to print documents?

    My set up:

    IBM Thinkpad A21 laptop
    P III; 516 RAM; 20 Giga hard drive
    HP Laser Jet 1100 and Desjet 682 printers
    External usb/firewire 120 Giga Wester Digital hard drive. (FAT 32)
    HP dvd writter 200e (Connected via firewire)

    Most of my files are on the external drive, that is why I need to access and move them.
    Your help is greatly appreciated.

    Copeloa

  2. #2
    Junior Member
    Join Date
    May 2003
    Posts
    8
    A) you must do, as root user, insmod ieee1394, to load firewire in kernel.
    To mount then disks, i think is something like:
    mkdir /mnt/sda1
    mount /dev/sda1 /mnt/sda1

    (I don't know if it works with Firewire, but with usb2, it works like that. I don't know if Firewire devices are mounted on devices with name sda* )

    But.. if you has, before all that Firewire module loaded, as you say, then, you must have too a entry on /etc/fstab to mount that drive.
    Simply, execute cat /etc/fstab , and look for drives
    for each entry, do mount /mnt/sda1; ls /mnt/sda1 (here using /mnt/sda1 or /mnt/hda1 as an example)
    Then, you will find some drive that is your Firewire drive.

    B) If hda1or hda5 are NTFS volumes, you can read, but can't write there.
    you only can write to FAT32 volumes.

    C) To print, go Kde button on Panel (most left bottom icon on screen), then go to Knoppix, then go to Configure, then to configure printer.

  3. #3
    Junior Member registered user
    Join Date
    Sep 2003
    Location
    MD
    Posts
    11
    Thank you Toni:

    I will do as you suggested and will post the results.

    Copeloa

    P.S.- A couple of days ago I was looking for /etc/fstab, but could not find it, perhaps I was looking in the wrong place......

  4. #4
    Junior Member registered user
    Join Date
    Sep 2003
    Location
    MD
    Posts
    11
    hello reckenbacherus:

    Earlier in this thread, I posted that I needed help in the following topics:

    A.- Mounting the external drive and the dvd writter. What and how?
    B.- While I can read and open documents, I can not move them from hda1 to hda5 or viciversa.
    C.- What do I need to do to print documents (This item has been partially resolved)
    After reading the firewire posts, I found your recommendations:
    As root do: > modprobe ohci1394 > Then do lsmod and you should see the driver that you just put in listed.
    Then do:
    cdrecord -scanbus
    I did perform the operations, but was not able to find my driver. This is what I found:
    knoppix@ttyp0[knoppix]$ su
    root@ttyp0[knoppix]# modprobe ohci1394
    root@ttyp0[knoppix]# lsmod
    Module Size Used by Not tainted
    autofs4 ------------ 8756 1 (autoclean)
    af_packet----------13448 0 (autoclean)
    nls_iso8859-1------2876 0 (autoclean)
    nls_cp437-----------4380 0 (autoclean)
    agpgart------------38296 0 (unused)
    cs46xx------------ 56464 0
    ac97_codec--------11916 0 [cs46xx]
    soundcore-----------3428 3 [cs46xx]
    3c59x--------------25936 1
    serial----------------52004 0 (autoclean)
    usb-uhci------------21868 0 (unused)
    usbcore-------------57472 1 [usb-uhci]
    sbp2----------------16524 0 (unused)
    ohci1394-----------22888 0 (unused)
    ieee1394----------183332 0 [sbp2 ohci1394]
    ds--------------------6536 2
    yenta_socket--------9408 2
    pcmcia_core--------39712 0 [ds yenta_socket]
    apm-------------------9768 2
    rtc---------------------6940 0 (autoclean)
    cloop------------------8068 2
    I believe that this is telling me that neither the ohci1304 nor the ieee1394 are being used, is this correct?. Then with cdrecord -scanbus:
    root@ttyp0[knoppix]# cdrecord -scanbus
    Cdrecord 2.01a16 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg Schilling
    Linux sg driver version: 3.1.25
    Using libscg version 'schily-0.7'
    scsibus0:
    0,0,0 0) 'HITACHI ' 'DVD-ROM GD-S200 ' '0034' Removable CD-ROM
    0,1,0 1) * > 0,2,0 2) * > 0,3,0 3) * > 0,4,0 4) * > 0,5,0 5) *
    0,6,0 6) * > 0,7,0 7)
    *

    Perhaps I am not following your instructions properly, actually, I have not listed any drivers thinking that Knoppix will find it autmatically. Please let me know if this the case.
    Please note that I have connected the Western Digital external drive to my 1.1 USB, and it works.

    Thanks you for your help

    Copeloa
    P.S.- I have sent you an e-mail, by I am not sure if it was delivered. Thanks again

  5. #5
    Junior Member registered user
    Join Date
    Sep 2003
    Location
    MD
    Posts
    11
    toni:

    I have tried your suggestions, but this is what I get:
    knoppix@ttyp0[knoppix]$ cat /etc/fstab
    proc /proc proc defaults 0 0
    pts /dev/pts devpts mode=0622 0 0
    /dev/fd0 /mnt/auto/floppy auto user,noauto,exec,umask=000 0 0
    /dev/cdrom /mnt/auto/cdrom auto user,noauto,exec,ro 0 0
    # Added by KNOPPIX
    /dev/hda1 /mnt/hda1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppi x 0 0
    # Added by KNOPPIX
    /dev/hda5 /mnt/hda5 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppi x 0 0
    knoppix@ttyp0[knoppix]$ mkdir /mnt/sda1
    mkdir: cannot create directory `/mnt/sda1': Permission denied
    knoppix@ttyp0[knoppix]$ su
    root@ttyp0[knoppix]# mkdir /mnt/sda1
    root@ttyp0[knoppix]# mount /dev/sda1 /mnt/sda1
    mount: /dev/sda1 is not a valid block device
    root@ttyp0[knoppix
    ]#
    As you can see, it is telling me that sda1 is not a valid block device. I think that my problems is that, while the ieee modules are installed, they are not being recognized at all. On the other hand, I may be doing something wrong and do no know about it.

    Thanks

    Copeloa

  6. #6
    Junior Member registered user
    Join Date
    Sep 2003
    Location
    MD
    Posts
    11
    Update on my issues:

    I just downloaded the new 3.3 version, and I have the same issues as before.
    One thing that I noticed while running dmseg, is that it is stating the
    "Failed initialization of WD-7000 SCSI card" (This is the external drive)
    "kmod: failed to ece /sbin/mdprobe -s -k nls_iso8859-1, errno =2"
    I have tried instmod WD, but did not go trhough.
    One thing worth mentioning is that when I connect the external drive to the USB 1.1 port, Knoppix recognizes it. But I would like to be able to install it through the firewire card.

    Can anybody shed some light into this?

    Thanks

    Copeloa

  7. #7
    Junior Member registered user
    Join Date
    Sep 2003
    Location
    MD
    Posts
    11
    Well, I resolved my problem:

    Basically, I run a script called rescan-scsi-bus-.sh, and after that running it, the system recognized both the external drive and the dvd writter. Then I mounted the sda1 into a newly created /fw folder.
    While now knoppix is recognizing both devices, I still need to learn how access such files, as well as to bring them back automatically when booting knoppix.

    Regards

    Copeloa

Similar Threads

  1. Install on external HDD by Firewire (IEEE1394)?
    By remhigh in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 11-24-2004, 07:55 PM
  2. Firewire external HDD
    By Guy in forum Hardware & Booting
    Replies: 10
    Last Post: 11-05-2004, 07:46 PM
  3. Trying to get connected
    By fannymites in forum Networking
    Replies: 5
    Last Post: 10-29-2004, 07:46 AM
  4. Ezques external firewire hdd cannot mount
    By clinthammer in forum Hardware & Booting
    Replies: 1
    Last Post: 06-14-2004, 04:58 AM
  5. Recognizing an External Firewire Hard Drive
    By shiva777 in forum Hardware & Booting
    Replies: 11
    Last Post: 03-24-2004, 10:56 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
  •  


Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS

$712.98



Dell PowerEdge R7525 Server 24X2.5(8XNVME)+H745 2xEPYC 7302 CPU 128G RAM 2x2400W picture

Dell PowerEdge R7525 Server 24X2.5(8XNVME)+H745 2xEPYC 7302 CPU 128G RAM 2x2400W

$3350.00



Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays picture

Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays

$1849.00



HP ProLiant DL360 G9 Server | 2 x E5-2660V3 2.6Ghz | 64GB | 2 x 900GB SAS HDD picture

HP ProLiant DL360 G9 Server | 2 x E5-2660V3 2.6Ghz | 64GB | 2 x 900GB SAS HDD

$339.00



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD

$89.99



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount picture

SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount

$202.49



Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45

$284.00



PowerEdge R710 Rackmount Server 80GB RAM 2x XEON E5520 CPU 4.75TB picture

PowerEdge R710 Rackmount Server 80GB RAM 2x XEON E5520 CPU 4.75TB

$200.00