storage_tests
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| storage_tests [2012/10/04 22:50] – created fly-away | storage_tests [2012/10/04 23:04] (current) – fly-away | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| #mount -o noatime, | #mount -o noatime, | ||
| cd $mp | cd $mp | ||
| - | cp ~/ | + | cp ~/ |
| echo "Unzip test" | echo "Unzip test" | ||
| - | time tar -xzf marvin24-marvin24s-kernel-l4t-r16-ac100.tar.gz | + | time tar -xzf r16.tar.gz |
| + | echo "Del test" | ||
| + | time rm -rf ac100-marvin24s-kernel | ||
| + | </ | ||
| + | Simplified user version without formatting: | ||
| + | <code bash> | ||
| + | # | ||
| + | |||
| + | wget -c " | ||
| + | echo "Unzip test" | ||
| + | time tar -xzf r16.tar.gz | ||
| echo "Del test" | echo "Del test" | ||
| time rm -rf ac100-marvin24s-kernel | time rm -rf ac100-marvin24s-kernel | ||
storage_tests.1349383843.txt.gz · Last modified: by fly-away
