⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makepats

📁 Linux磁盘测试的源代码,测试磁盘的读写性能
💻
字号:
## First block has ASCII information at the beginning.## Each pattern is 300 blocks in length and the same pattern is# repeated in each block.  This is true of the first 6 patterns,# but the last 4 patterns repeat every 4 or 8 blocks (see below).##dd if=/dev/rrz8c bs=512 skip=0 count=1 of=pattern_0dd if=/dev/rrz8c bs=512 skip=300 count=1 of=pattern_1dd if=/dev/rrz8c bs=512 skip=600 count=1 of=pattern_2dd if=/dev/rrz8c bs=512 skip=900 count=1 of=pattern_3dd if=/dev/rrz8c bs=512 skip=1200 count=1 of=pattern_4dd if=/dev/rrz8c bs=512 skip=1500 count=1 of=pattern_5dd if=/dev/rrz8c bs=512 skip=1800 count=4 of=pattern_6dd if=/dev/rrz8c bs=512 skip=2100 count=8 of=pattern_7dd if=/dev/rrz8c bs=512 skip=2400 count=4 of=pattern_8dd if=/dev/rrz8c bs=512 skip=2700 count=8 of=pattern_9dd if=/dev/rrz8c bs=512 skip=3000 count=1 of=pattern_0

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -