Site Tools


storage_tests

Differences

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

Link to this comparison view

Next revision
Previous revision
storage_tests [2012/10/04 22:50] – created fly-awaystorage_tests [2012/10/04 23:04] (current) fly-away
Line 12: Line 12:
 #mount -o noatime,nodiratime,discard,ssd,compress=zlib $bd $mp #mount -o noatime,nodiratime,discard,ssd,compress=zlib $bd $mp
 cd $mp cd $mp
-cp ~/Downloads/marvin24-marvin24s-kernel-l4t-r16-ac100.tar.gz ./+cp ~/Downloads/r16.tar.gz ./
 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 
 +</code> 
 +Simplified user version without formatting: 
 +<code bash> 
 +#!/bin/bash 
 + 
 +wget -c "http://ge.tt/api/1/files/2KJjguO/0/blob?download" -r16.tar.gz 
 +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.txt · Last modified: 2012/10/04 23:04 by fly-away