Other GNU/Linux on the Universal tips

This is useful for instance when you cannot use the Universal temporarily and want to update, or install software, etc. I've used it when my Universal was in service, to update the software.

All of the steps below, refer to actions you will take on a Debian GNU/Linux PC, not on the Universal.

Disk uni.img: 0 MB, 0 bytes 133 heads, 62 sectors/track, 0 cylinders, total 0 sectors Units = sectors of 1 * 512 = 512 bytes Disk identifier: 0x00000000 Device Boot Start End Blocks Id System uni.img1 62 8386181 4193060 83 Linux

To figure out the offset, necessary to specify in the mount command to mount the img file multiply the start sector, in the above case 62, with the number of bytes in a sector, in the above case 512. Therefore in this example, the loop offset would be 31744.


.