Skip to main content
10 events
when toggle format what by license comment
Mar 10, 2022 at 22:02 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Nov 5, 2015 at 18:10 history tweeted twitter.com/StackUnix/status/662331288582537216
Jul 20, 2015 at 19:07 comment added lepoitr df |grep mnt/e /dev/loop3 991512 991512 0 100% /mnt/e3 /dev/loop4 991512 975092 36 100% /mnt/e4 df -i |grep mnt/e /dev/loop3 64000 12 63988 1% /mnt/e3 /dev/loop4 64000 12 63988 1% /mnt/e4 mount |grep mnt/e /dev/loop3 on /mnt/e3 type ext3 (rw,relatime,data=ordered) /dev/loop4 on /mnt/e4 type ext4 (rw,relatime,data=ordered)
Jul 20, 2015 at 19:01 comment added lepoitr mkfs.ext3 -m 0 /dev/loop3 mkfs.ext4 -m 0 /dev/loop4 mount /dev/loop3 /mnt/e3 mount /dev/loop4 /mnt/e4 dd if=/dev/zero of=/mnt/e3/ddfile dd: writing to ‘/mnt/e3/ddfile’: No space left on device 1978513+0 records in 1978512+0 records out 1012998144 bytes (1.0 GB) copied, 7.92553 s, 128 MB/s dd if=/dev/zero of=/mnt/e4/ddfile dd: writing to ‘/mnt/e4/ddfile’: No space left on device 1947649+0 records in 1947648+0 records out 997195776 bytes (997 MB) copied, 8.00902 s, 125 MB/s funny
Jul 20, 2015 at 17:33 answer added Stephan timeline score: 0
Jul 20, 2015 at 17:00 history edited lepoitr CC BY-SA 3.0
edited title
Jul 20, 2015 at 14:34 history edited lepoitr CC BY-SA 3.0
added 141 characters in body; edited title
Jul 20, 2015 at 14:14 history edited Braiam CC BY-SA 3.0
added 788 characters in body; edited tags; edited title
Jul 20, 2015 at 14:07 review First posts
Jul 20, 2015 at 14:34
Jul 20, 2015 at 14:05 history asked lepoitr CC BY-SA 3.0