Skip to content

oxisoft/dd-test-disk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Disk Test Script - Run Without Installation

This script is designed to test the disk performance by writing and reading a 1 GB file. It can be run directly from the internet without installation.

Prerequisites

  • The script requires sudo permissions to clear the system cache before each test.
  • The dd utility is already installed on all Unix-like systems.

How to Use

You can run the script directly from GitHub using the following command:

curl -sL https://github.com/raw/oxisoft/dd-test-disk/main/disk-test.sh | sudo bash -s /path/to/folder

Replace /path/to/folder with the actual folder path where you want to perform the disk test.

Example

curl -sL https://github.com/raw/oxisoft/dd-test-disk/main/disk-test.sh | sudo bash -s /tmp/testdisk

License

This project is created by OxiSoft.io and is licensed under the MIT License - see the LICENSE file for details.

About

The script to test the disk with dd command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages