maxtor one touch usb 2.0 drive

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default maxtor one touch usb 2.0 drive

    hello

    i have a 250 maxtor one touch usb 2/1.1 external hard drive, i'm trying to get it to work with my rel_end 5.21 box.
    i have

    device scbus
    device da
    device pass
    device uhci
    device ohci
    device usb
    device umass

    in my kernel. i'm trying to fdisk the drive to partition it right now, butwhen i plug it in, it's not showing up in dmesg (no umass or da0 device appears in dmesg).

    am i missing a step or is this device even incompatible?

    thanks



    --
    Redmond Militante
    Software Engineer / Medill School of Journalism
    FreeBSD 5.2.1-RELEASE-p10 #0: Wed Sep 29 17:17:49 CDT 2004 i386
    12:45AM up 3 days, 10:45, 2 users, load averages: 0.58, 0.94, 0.96

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.5 (FreeBSD)

    iD8DBQFCHsyA7g+NJl/fSB0RAvEjAJ4jBr9pAulPfFMw8oUiBnqRfYI+MQCgrLKT
    9ATdq4rqA96TjC2v+3VmKE8=
    =TTpA
    -----END PGP SIGNATURE-----

    Redmond Militante Guest

  2. Similar Questions and Discussions

    1. Finishing touch Job
      Hello, Some help please? Ive recreated a broadcaster and subscriber component that connects to a flash media server Broadcasters type their name...
    2. Touch Up Object tool help
      Editing images in camera ready pdf files. I work for a newspaper company and 99 percent of pdf files received from ad agencies have tif images at a...
    3. floppy drive a: failing to see disk. drive b: ok. help!
      I am running windows 2003 enteprise DC with latest fixes installed. Using explorer I see two diskette drives (a: and b:). The BIOS has drive b:...
    4. Debian Woody sees only 130G of 200G Maxtor 6Y200P0 HD
      I have installed Debian Woody 3.0r1 (stock bf24 2.4.18 kernel) on a new PC, but Linux is able to see only about 130 GB of space on one of the...
    5. Cannot copy a file from NFS mounted drive to windows C:\ drive
      I am using XLink NFS client ver 3.12 installed on my desktop using Windows XPP. I can see all the files on the NFS mounted drive say e: but I can...
  3. #2

    Default Re: maxtor one touch usb 2.0 drive

    On Fri, 25 Feb 2005 00:58:09 -0600, Redmond Militante wrote
    > hello
    >
    > i have a 250 maxtor one touch usb 2/1.1 external hard drive, i'm
    > trying to get it to work with my rel_end 5.21 box. i have
    >
    > device scbus
    > device da
    > device pass
    > device uhci
    > device ohci
    > device usb
    > device umass
    >
    > in my kernel. i'm trying to fdisk the drive to partition it right
    > now, but when i plug it in, it's not showing up in dmesg (no umass
    > or da0 device appears in dmesg).
    >
    > am i missing a step or is this device even incompatible?
    >
    > thanks
    I have the same (or very similar) drive, but mine has firewire capability as
    well as USB, and I have found the firewire support under freebsd 5.3 to be
    excellent, certainly much better than usb2. I got it working with USB but only
    at 1.1 speeds.

    The generic kernel supports firewire out-of-the-box. Here is some of my dmesg:

    [snip]

    fwohci0: <VIA Fire II (VT6306)> port 0xd400-0xd47f mem 0xe7000000-0xe70007ff
    irq 5 at device 11.0 on pci0
    fwohci0: OHCI version 1.10 (ROM=1)
    fwohci0: No. of Isochronous channels is 4.
    fwohci0: EUI64 00:11:06:66:00:00:20:27
    fwohci0: Phy 1394a available S400, 3 ports.
    fwohci0: Link S400, max_rec 1024 bytes.
    fwohci0: max_rec 1024 -> 2048
    firewire0: <IEEE1394(FireWire) bus> on fwohci0
    sbp0: <SBP-2/SCSI over FireWire> on firewire0
    fwohci0: Initiate bus reset
    fwohci0: node_id=0xc800ffc1, gen=1, CYCLEMASTER mode
    firewire0: 2 nodes, maxhop <= 1, cable IRM = 1 (me)
    firewire0: bus manager 1 (me)

    [more snippage]

    firewire0: New S400 device ID:0010b92100104612
    da0 at sbp0 bus 0 target 0 lun 0
    da0: <Maxtor OneTouch II 030d> Fixed Direct Access SCSI-4 device
    da0: 50.000MB/s transfers
    da0: 239372MB (490234752 512 byte sectors: 255H 63S/T 30515C)

    running 5.3-RELEASE-p5
    --
    [email]lists@reiteration.net[/email]
    John Guest

  4. #3

    Default Re: maxtor one touch usb 2.0 drive

    On 02/25/05 01:58:09, Redmond Militante wrote:
    > hello
    >
    > i have a 250 maxtor one touch usb 2/1.1 external hard drive, i'm
    > trying to get it to work with my rel_end 5.21 box.
    > i have
    >
    > device scbus
    > device da
    > device pass
    > device uhci
    > device ohci
    > device usb
    > device umass
    >
    > in my kernel. i'm trying to fdisk the drive to partition it right
    > now, but when i plug it in, it's not showing up in dmesg (no umass or
    > da0 device appears in dmesg).
    >
    > am i missing a step or is this device even incompatible?
    >
    > thanks
    Hmm, did you try camcontrol rescan all. Check out man umass.

    Jason Henson Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139