https://github.com/itxtech/opendrivetester
Open Source Drive Tester for UFDs and SSDs
https://github.com/itxtech/opendrivetester
Last synced: over 1 year ago
JSON representation
Open Source Drive Tester for UFDs and SSDs
- Host: GitHub
- URL: https://github.com/itxtech/opendrivetester
- Owner: iTXTech
- License: apache-2.0
- Created: 2019-10-15T07:59:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T00:55:54.000Z (over 6 years ago)
- Last Synced: 2025-01-22T20:31:10.316Z (over 1 year ago)
- Language: Java
- Size: 102 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iTXTech OpenDriveTester
Open Source Drive Tester for UFDs and SSDs.
## Introduction
* Use Java Random to generate data
* Unique `ODTD` file format which supports both fixed seed and random seed
* Fixed seed is always `2019070920000531L`
* Disable system write and read cache when testing
## Usage
```
X:\> java -jar .\OpenDriveTester-1.0-SNAPSHOT.jar
usage: opendrivetester
-a,--write-and-verify Write and verify the specified drive
-f,--fixed-seed Use fixed seed
-l,--list-drive List all drives
-o,--overwrite Overwrite existing ODTD files
-r,--loop Write and verify automatically for
specified loops
-v,--verify Verify the specified drive
-w,--write Write to the specified drive
X:\> java -jar .\OpenDriveTester-1.0-SNAPSHOT.jar -a d
```
## License
Copyright (C) 2019 iTX Technologies
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.