Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mac OS X: provide alternate implementation of posix_fallocate. | Richard Jones | 2010-03-22 | 1 | -0/+19 |
| | |||||
* | Fixes for compiling on 32 bit. | Richard W.M. Jones | 2009-11-06 | 1 | -7/+7 |
| | |||||
* | fish: Allow <nn>P and <nn>E for petabyte and exabyte allocations. | Richard Jones | 2009-11-04 | 1 | -0/+2 |
| | |||||
* | fish: Allow <nn>T for terabyte allocations. | Richard Jones | 2009-11-04 | 1 | -3/+4 |
| | |||||
* | fish: New command 'sparse', like 'alloc' but to generate sparse files. | Richard Jones | 2009-11-04 | 1 | -0/+54 |
| | | | | | | | | | | | | | | | | | With sparse you can make sparse files, which is fun because you can experiment with really large devices: ><fs> sparse /tmp/test.img 100G ><fs> run ><fs> sfdiskM /dev/vda , ><fs> mkfs ext2 /dev/vda1 # very long pause here ... ><fs> mount /dev/vda1 / To see the real (ie. allocated) size of the sparse file, use the du command, eg: ><fs> !du -h /tmp/test.img 1.6G -rw-rw-r-- 1 rjones rjones 100G 2009-11-04 17:40 /tmp/test.img | ||||
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Gettextize the source, make library strings translatable. | Richard Jones | 2009-05-21 | 1 | -4/+4 |
| | |||||
* | Implement -command (to ignore errors) in guestfish, and allow recovery from ↵ | Richard Jones | 2009-05-08 | 1 | -1/+1 |
| | | | | qemu process failure. | ||||
* | 'guestfish edit' commands and several bugfixes. | Richard Jones | 2009-04-15 | 1 | -2/+2 |
| | |||||
* | Move guestfish 'alloc' command to a separate file. | Richard Jones | 2009-04-15 | 1 | -0/+111 |