This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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