Posts

I needed to convert some old cds to isos, this worked like a charm $ isoinfo -d -i /dev/cdrom | grep -i -E 'block size|volume size' Logical block size is: 2048 Volume size is: 1439856 Then take the blocksize and pass it to dd
2019-10-26
1 min read
Trying to create a tap device failed https://github.com/rootless-containers/rootlesskit/issues/69 I just needed to install iproute2 #apk add iproute2 And be sure to have the tun driver loaded
2019-10-23
1 min read
I thought of leveraging zvols to expose rootfs to firecracker, so this is really simple. First download a template image from OpenVZ http://download.
2019-10-02
4 min read