The "To Keep Up" Wiki

A collection of information we find useful

User Tools

Site Tools


memorycards

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
memorycards [2024.11.12 14:39] Steve Isenbergmemorycards [2024.11.12 15:56] (current) Steve Isenberg
Line 59: Line 59:
     - Click “Start” to begin the test, which will show both read and write speeds.     - Click “Start” to begin the test, which will show both read and write speeds.
   * **Advantages**: Simple and quick to use, with a clear display of read and write speeds. Good for comparison across different drives.   * **Advantages**: Simple and quick to use, with a clear display of read and write speeds. Good for comparison across different drives.
 +  * **20241112: this is not working for thumb drives on my MacBook Pro. I selected a thumb drive and clicked Start; nothing happened.**
  
 === 2. AJA System Test Lite === === 2. AJA System Test Lite ===
Line 71: Line 72:
   * **About**: If you prefer a command-line approach, you can use the `dd` command in Terminal to measure read and write speeds.   * **About**: If you prefer a command-line approach, you can use the `dd` command in Terminal to measure read and write speeds.
   * **How to Use**:   * **How to Use**:
-    - **Write Speed**: Open Terminal and enter: +    - **Write Speed**: Open Terminal and enter:\\ ''time dd if=/dev/zero of=/Volumes/YourDriveName/testfile bs=1024k count=1024''\\ //Replace //''YourDriveName''// with the name of your thumb drive.// 
-      <code>      time dd if=/dev/zero of=/Volumes/YourDriveName/testfile bs=1024k count=1024      </code>\\  +    - **Read Speed**: After creating the test file, enter:\\ ''time dd if=/Volumes/YourDriveName/testfile of=/dev/null bs=1024k''
-      Replace `YourDriveNamewith the name of your thumb drive. +
-    - **Read Speed**: After creating the test file, enter: +
-      <code> +
-      time dd if=/Volumes/YourDriveName/testfile of=/dev/null bs=1024k +
-      </code>+
     - **Interpretation**: The time reported at the end shows how long the data transfer took, from which you can calculate the speed.     - **Interpretation**: The time reported at the end shows how long the data transfer took, from which you can calculate the speed.
   * **Advantages**: Flexible and works without any additional software.   * **Advantages**: Flexible and works without any additional software.
memorycards.1731451144.txt.gz · Last modified: 2024.11.12 14:39 by Steve Isenberg