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 Jrg 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
  •  


Samsung 256 GB Internal SATA SSD Fully Tested 80-99% Health picture

Samsung 256 GB Internal SATA SSD Fully Tested 80-99% Health

$28.00



Samsung SSD Solid State Drive  MZ-VL25120 512GB picture

Samsung SSD Solid State Drive MZ-VL25120 512GB

$54.99



ON SALE TURBOLINK EVO  4TB V-HAND SSD 2.5 SATA III Internal Solid State Drive picture

ON SALE TURBOLINK EVO 4TB V-HAND SSD 2.5 SATA III Internal Solid State Drive

$199.99



Toshiba THNSN81Q92CSE 1920GB SATA 2.5 Solid State Drive picture

Toshiba THNSN81Q92CSE 1920GB SATA 2.5 Solid State Drive

$199.00



Samsung 860 EVO 250GB, SATA III, 2.5

Samsung 860 EVO 250GB, SATA III, 2.5" Internal Solid State Drive - Black

$29.00



SAMSUNG SSD 512GB 500GB 480GB 256GB 250GB 240GB SSD 2.5 Solide State Drive 6Gbps picture

SAMSUNG SSD 512GB 500GB 480GB 256GB 250GB 240GB SSD 2.5 Solide State Drive 6Gbps

$40.99



256GB mSATA SSD DRIVE  MIXED BRAND TESTED WORKING picture

256GB mSATA SSD DRIVE MIXED BRAND TESTED WORKING

$23.50



Crucial 2TB P3 Plus NVMe PCIe 4.0 M.2 Laptop Desktop Internal SSD CT2000P3PSSD8 picture

Crucial 2TB P3 Plus NVMe PCIe 4.0 M.2 Laptop Desktop Internal SSD CT2000P3PSSD8

$199.00



Western Digital Blue 3D NAND 250GB 2.5

Western Digital Blue 3D NAND 250GB 2.5" SATA III Internal SSD - WDS250G2B0A

$29.99



Samsung 870 EVO 500GB 2.5” SATA III Internal SSD MZ-77E500 SSD - Good Health picture

Samsung 870 EVO 500GB 2.5” SATA III Internal SSD MZ-77E500 SSD - Good Health

$59.99