Displaying 2 results from an estimated 2 matches for "diskfind".
Did you mean:
disk_id
2014 Jan 23
0
[PATCH] Proposal for a pacifier option with mkdiskimage
...on the syslinux4-xx branch:
http://git.zytor.com/?p=syslinux/syslinux.git;a=tree;h=refs/heads/sysl
inux-4.xx;hb=syslinux-4.xx
http://git.zytor.com/?p=syslinux/syslinux.git;a=blob_plain;f=utils/mkd
iskimage.in;hb=syslinux-4.xx
http://git.zytor.com/?p=syslinux/syslinux.git;a=blob_plain;f=utils/mem
diskfind.c;hb=syslinux-4.xx
http://git.zytor.com/?p=syslinux/syslinux.git;a=blob;f=utils/mkdiskima
ge.in;h=533193a1c301d249a89a63fa81dbf081df0bca6c;hb=syslinux-4.xx
http://git.zytor.com/?p=syslinux/syslinux.git;a=blob;f=utils/memdiskfi
nd.c;h=815f8bc1c1b1aad6cdb52ef1dd400983fe2a8ee0;hb=syslinux-4.xx
Rega...
2014 Jan 23
4
[PATCH] Proposal for a pacifier option with mkdiskimage
Hi,
i too played with mkdiskimage in order to get more Linux examples.
When i applied it to a real 2 GB stick with write speed 4 MB/s
i had enough time to add some pacifier code to the big zeroizer
loop. (-s does not prevent zeroizing on block device. Probably
because truncate() fails.)
My pacifier is combined with what Perl advised me when i tried
"fsync(OUTPUT);". Of course this