Portál AbcLinuxu, 6. května 2025 14:17
grep . /sys/bus/firewire/devices/fw*/* Binární soubor /sys/bus/firewire/devices/fw0/config_rom odpovídá /sys/bus/firewire/devices/fw0/dev:250:0 /sys/bus/firewire/devices/fw0/guid:0x0049e550666b0400 /sys/bus/firewire/devices/fw0/is_local:1 /sys/bus/firewire/devices/fw0/model:0x000001 /sys/bus/firewire/devices/fw0/model_name:Juju grep: /sys/bus/firewire/devices/fw0/power: je adresářem grep: /sys/bus/firewire/devices/fw0/subsystem: je adresářem /sys/bus/firewire/devices/fw0/uevent:MAJOR=250 /sys/bus/firewire/devices/fw0/uevent:MINOR=0 /sys/bus/firewire/devices/fw0/uevent:DEVNAME=fw0 /sys/bus/firewire/devices/fw0/vendor:0xd00d1e /sys/bus/firewire/devices/fw0/vendor_name:Linux Firewire Binární soubor /sys/bus/firewire/devices/fw1/config_rom odpovídá /sys/bus/firewire/devices/fw1/dev:250:1 grep: /sys/bus/firewire/devices/fw1/fw1.0: je adresářem grep: /sys/bus/firewire/devices/fw1/fw1.1: je adresářem /sys/bus/firewire/devices/fw1/guid:0x0090a93df97db545 /sys/bus/firewire/devices/fw1/hardware_version:0x00f924 /sys/bus/firewire/devices/fw1/hardware_version_name:934DS /sys/bus/firewire/devices/fw1/is_local:0 grep: /sys/bus/firewire/devices/fw1/power: je adresářem grep: /sys/bus/firewire/devices/fw1/subsystem: je adresářem /sys/bus/firewire/devices/fw1/uevent:MAJOR=250 /sys/bus/firewire/devices/fw1/uevent:MINOR=1 /sys/bus/firewire/devices/fw1/uevent:DEVNAME=fw1 /sys/bus/firewire/devices/fw1/units:0x0090a9:0xce0002 0x00609e:0x010483 /sys/bus/firewire/devices/fw1/vendor:0x0090a9 /sys/bus/firewire/devices/fw1/vendor_name:WD /sys/bus/firewire/devices/fw1.0/modalias:ieee1394:ven000090A9mo00000903sp000090A9ver00CE0002 /sys/bus/firewire/devices/fw1.0/model:0x000903 /sys/bus/firewire/devices/fw1.0/model_name:External HDD Button & Lights grep: /sys/bus/firewire/devices/fw1.0/power: je adresářem /sys/bus/firewire/devices/fw1.0/rom_index:13 /sys/bus/firewire/devices/fw1.0/specifier_id:0x0090a9 grep: /sys/bus/firewire/devices/fw1.0/subsystem: je adresářem /sys/bus/firewire/devices/fw1.0/uevent:MODALIAS=ieee1394:ven000090A9mo00000903sp000090A9ver00CE0002 /sys/bus/firewire/devices/fw1.0/version:0xce0002 grep: /sys/bus/firewire/devices/fw1.1/driver: je adresářem grep: /sys/bus/firewire/devices/fw1.1/host10: je adresářem /sys/bus/firewire/devices/fw1.1/modalias:ieee1394:ven000090A9mo00000903sp0000609Ever00010483 /sys/bus/firewire/devices/fw1.1/model:0x000903 /sys/bus/firewire/devices/fw1.1/model_name:My Book grep: /sys/bus/firewire/devices/fw1.1/power: je adresářem /sys/bus/firewire/devices/fw1.1/rom_index:30 /sys/bus/firewire/devices/fw1.1/specifier_id:0x00609e grep: /sys/bus/firewire/devices/fw1.1/subsystem: je adresářem /sys/bus/firewire/devices/fw1.1/uevent:DRIVER=firewire_sbp2 /sys/bus/firewire/devices/fw1.1/uevent:MODALIAS=ieee1394:ven000090A9mo00000903sp0000609Ever00010483 /sys/bus/firewire/devices/fw1.1/version:0x010483dmesg říká v reakci na vypnuti a zapnutí zařízení
[174117.284565] firewire_sbp2 fw1.1: error status: 0:9 [174117.284569] firewire_sbp2 fw1.1: failed to reconnect [174117.612252] firewire_sbp2 fw1.1: error status: 0:10 [174118.177057] firewire_sbp2 fw1.1: logged in to LUN 0000 (0 retries)Jde to nějak opravit nebo pojedu jen na usb?
…a to je rychlejší než USB…
Není.
O USB 2.0 (takhle konkrétně) v dotazu nebylo řečeno nic. Reagoval jsem na výrok „a to je rychlejší než USB“, který je nepravdivý, protože USB 3.0 nebo 3.1 každému FireWire natrhne … kabel.
dd if=test_fw of=/Volumes/Zalohy/test_fw bs=1m
1024+0 records in
1024+0 records out
1073741824 bytes transferred in 15.506479 secs (69244723 bytes/sec)
USB 2.0:
dd if=test_usb of=/Volumes/Zalohy/test_usb bs=1m
1024+0 records in
1024+0 records out
1073741824 bytes transferred in 72.657799 secs (14778067 bytes/sec)
Firewire:
dd if=/Volumes/Zalohy/test_fw of=/dev/null bs=1m
1024+0 records in
1024+0 records out
1073741824 bytes transferred in 13.915340 secs (77162456 bytes/sec)
USB 2.0:
dd if=/Volumes/Zalohy/test_usb of=/dev/null bs=1m
1024+0 records in
1024+0 records out
1073741824 bytes transferred in 33.153823 secs (32386667 bytes/sec)
Firewire:
dd if=/dev/zero of=/Volumes/Zalohy/test_nuly_fw bs=1m count=1024
1024+0 records in
1024+0 records out
1073741824 bytes transferred in 14.784029 secs (72628498 bytes/sec)
USB 2.0:
dd if=/dev/zero of=/Volumes/Zalohy/test_nuly_usb bs=1m count=1024
1024+0 records in
1024+0 records out
1073741824 bytes transferred in 76.983577 secs (13947674 bytes/sec)
Pro zajimavost jiny disk pres USB 3:
dd if=/dev/zero of=/Volumes/bak/test_nuly bs=1m count=1024
1024+0 records in
1024+0 records out
1073741824 bytes transferred in 16.763935 secs (64050704 bytes/sec)
dd if=/Volumes/bak/test_nuly of=/dev/null bs=1m
1024+0 records in
1024+0 records out
1073741824 bytes transferred in 11.832491 secs (90745204 bytes/sec)
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.