I am attempting to copy data from a USB mass storage device formatted
with ext2 to an ffs filesystem on a SATA drive.  The OpenBSD system
containing the target filesystem lacks a USB 2.0 interface, so I am
attempting to copy files over the network from a USB 2.0 equipped
system running the PartedMagic linux liveCD.

Here is the command I am using from the liveCD environment in order to
attempt the copy operation:

r...@partedmagic:/# tar -c mybook1.5 | ssh 192.168.66.77 'tar -vxf -
-C /belongtome/mybook1.5'

After hundreds of megabytes are successfully transferred, the
following message occurs on the OpenBSD system, effectively halting
it:

re2: watchdog timeout
wd0(pciide0:0:0): timeout
    type: ata
    c_bcount: 16384
    c_skip: 0


Below is the dmesg output from the OpenBSD system:

OpenBSD 4.7 (GENERIC) #558: Wed Mar 17 20:46:15 MDT 2010
   dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: AMD Duron(tm) Processor ("AuthenticAMD" 686-class, 64KB L2 cache) 808 MHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
real mem  = 804794368 (767MB)
avail mem = 771067904 (735MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 03/08/01, BIOS32 rev. 0 @
0xf0ee0, SMBIOS rev. 2.3 @ 0xf2db0 (46 entries)
bios0: vendor Award Software, Inc. version "ASUS A7V-E ACPI BIOS
Revision 1002D" date 03/08/2001
bios0: ASUSTeK Computer INC. <A7V-E>
apm0 at bios0: Power Management spec V1.2 (BIOS management disabled)
apm0: APM power management enable: unrecognized device ID (9)
apm0: APM engage (device 1): power management disabled (1)
apm0: AC on, battery charge unknown
acpi at bios0 function 0x0 not configured
pcibios0 at bios0: rev 2.1 @ 0xf0000/0x1742
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xf1690/176 (9 entries)
pcibios0: PCI Interrupt Router at 000:07:0 ("VIA VT82C586 ISA" rev 0x00)
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc0000/0x8000 0xc8000/0x4800
cpu0 at mainbus0: (uniprocessor)
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 "VIA VT8363 Host" rev 0x03
viaagp0 at pchb0: v2
agp0 at viaagp0: aperture at 0xfc000000, size 0x10000000
ppb0 at pci0 dev 1 function 0 "VIA VT8363 AGP" rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 "3DFX Interactive Voodoo3" rev 0x01
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
pcib0 at pci0 dev 7 function 0 "VIA VT82C686 ISA" rev 0x40
pciide0 at pci0 dev 7 function 1 "VIA VT82C571 IDE" rev 0x06: ATA100,
channel 0 configured to compatibility, channel 1 configured to
compatibility
wd0 at pciide0 channel 0 drive 0: <ST315322A>
wd0: 16-sector PIO, LBA, 14592MB, 29886400 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 4
atapiscsi0 at pciide0 channel 1 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: <IDE-CD, R/RW 4x4x24, Z024> ATAPI
5/cdrom removable
cd0(pciide0:1:0): using PIO mode 4, DMA mode 2
viaenv0 at pci0 dev 7 function 4 "VIA VT82C686 SMBus" rev 0x40: 24-bit
timer at 3579545Hz
pciide1 at pci0 dev 11 function 0 "CMD Technology SiI3512 SATA" rev 0x01: DMA
pciide1: using irq 10 for native-PCI interrupt
pciide1: port 1: device present, speed: 1.5Gb/s
wd1 at pciide1 channel 1 drive 0: <ST31500341AS>
wd1: 16-sector PIO, LBA48, 1430799MB, 2930277168 sectors
wd1(pciide1:1:0): using BIOS timings, Ultra-DMA mode 6
re0 at pci0 dev 12 function 0 "Realtek 8169" rev 0x10: RTL8169/8110SB
(0x1000), irq 10, address 00:14:d1:1d:3b:e8
rgephy0 at re0 phy 7: RTL8169S/8110S PHY, rev. 3
re1 at pci0 dev 13 function 0 "Realtek 8169" rev 0x10: RTL8169/8110SB
(0x1000), irq 11, address 00:14:d1:1d:3b:f4
rgephy1 at re1 phy 7: RTL8169S/8110S PHY, rev. 3
re2 at pci0 dev 14 function 0 "Realtek 8169" rev 0x10: RTL8169/8110SB
(0x1000), irq 12, address 00:14:d1:1d:39:8a
rgephy2 at re2 phy 7: RTL8169S/8110S PHY, rev. 3
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
biomask e765 netmask ff65 ttymask ffff
mtrr: Pentium Pro MTRR support
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
root on wd0a swap on wd0b dump on wd0b
WARNING: / was not properly unmounted


--
"Young man, in mathematics you don't understand things, you just get
used to them." - John von Neumann

Reply via email to