Skip to content

Instantly share code, notes, and snippets.

@fusspawn
Created August 10, 2013 17:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fusspawn/6201257 to your computer and use it in GitHub Desktop.
Save fusspawn/6201257 to your computer and use it in GitHub Desktop.
fusspawn@vm-6:~$ df -h
Filesystem      Size  Used Avail Use% Mounted on
aufs            1.2G  606M  484M  56% /
none            4.0K     0  4.0K   0% /sys/fs/cgroup
none            6.8G   48K  6.8G   1% /run
none            5.0M     0  5.0M   0% /run/lock
none             34G     0   34G   0% /run/shm
none            100M     0  100M   0% /run/user
fusspawn@vm-6:~$ dd if=/dev/urandom of=/run/shm/randjunk bs=1M count=2048                                                                                                  
2048+0 records in
2048+0 records out
2147483648 bytes (2.1 GB) copied, 214.738 s, 10.0 MB/s
fusspawn@vm-6:~$ df -h                                                                                                                                   
Filesystem      Size  Used Avail Use% Mounted on
aufs            1.2G  606M  484M  56% /
none            4.0K     0  4.0K   0% /sys/fs/cgroup
none            6.8G   48K  6.8G   1% /run
none            5.0M     0  5.0M   0% /run/lock
none             34G  2.0G   32G   6% /run/shm
none            100M     0  100M   0% /run/user
fusspawn@vm-6:~$ ^C
fusspawn@vm-6:~$ c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment