Usb drives: Difference between revisions

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable sortable"
{| class="wikitable sortable"
|+ Caption text
|+ USB Drives Overzicht
|-
|-
! USB Stick !! Capacity !! speed !! Contents !! Remarks
! USB Stick !! Capacity !! speed !! Contents !! Remarks
Line 6: Line 6:
| Voyager || 8GB || 24 || Windows 10 home?? || Example
| Voyager || 8GB || 24 || Windows 10 home?? || Example
|-
|-
| RedHat || 16 || 7 || Leap 15.3 || Raspberry Pi
| RedHat || 16 || 7 || Leap 15.5 || X86_64
|-
|-
| Example || Example || Example || Example || Example
| WitteSticker || 2 || 10-15 || tumbleweed/x64 || 20220202
|-
|-
| Example || Example || Example || Example || Example
| SanDisk  || 32GB || 130 || KDE Live! TW || bootable
|-
|-
| Example || Example || Example || Example || Example
| Ictivity || Example || Example || TW 10/22 ||  
|-
|-
| Example || Example || Example || Example || Example
| Dupaco || 4GB || 3 || HANTEK ||  
|-
|-
| Example || Example || Example || Example || Example
| openSUSE || 4GB || 26 || leeg || Example
|-
|-
| Example || Example || Example || Example || Example
| Example || Example || Example || Example || Example
Line 25: Line 25:
|}
|}


= =
<pre>
<pre>
drive (capacity): speed    current image
drive (capacity): speed    current image
Line 32: Line 33:
opensusekoord:          supergrubbootdisk
opensusekoord:          supergrubbootdisk
dupaco(4): 3            opensuse Leap 15.0 NET
dupaco(4): 3            opensuse Leap 15.0 NET
Sandisk(32): 130        win10pro
Sandisk(32): 130        kde live TW
Emtec:                    Ansible cursus dump
Emtec:                    Ansible cursus dump
wittesticker(2): 10-15
wittesticker(2): 10-15

Latest revision as of 08:38, 19 October 2023

USB Drives Overzicht
USB Stick Capacity speed Contents Remarks
Voyager 8GB 24 Windows 10 home?? Example
RedHat 16 7 Leap 15.5 X86_64
WitteSticker 2 10-15 tumbleweed/x64 20220202
SanDisk 32GB 130 KDE Live! TW bootable
Ictivity Example Example TW 10/22
Dupaco 4GB 3 HANTEK
openSUSE 4GB 26 leeg Example
Example Example Example Example Example
Example Example Example Example Example
Example Example Example Example Example

drive (capacity): speed    current image
voyager(8): 24           win10 home?
redhat(16): 7            opensuse tumbleweed       20180723
opensuse(4): 26          GPARTED Live              20200820
opensusekoord:           supergrubbootdisk
dupaco(4): 3             opensuse Leap 15.0 NET
Sandisk(32): 130         kde live TW
Emtec:                     Ansible cursus dump
wittesticker(2): 10-15


measured on Envy.


pi3:/etc/sysconfig/network # hdparm -t /dev/mmcblk0

/dev/mmcblk0:
 Timing buffered disk reads:  66 MB in  3.09 seconds =  21.39 MB/sec

pi3:/etc/sysconfig/network # hdparm -t /dev/sdb    <-- this is the redhat usb disk

/dev/sdb:
 Timing buffered disk reads:  38 MB in  3.03 seconds =  12.55 MB/sec

pi3:/etc/sysconfig/network # hdparm -t /dev/sda  <--- dit is de snelle sandisk

/dev/sda:
 Timing buffered disk reads:  88 MB in  3.05 seconds =  28.82 MB/sec