Displaying 1 result from an estimated 1 matches for "loop16".
Did you mean:
loop1
2008 Oct 01
0
AW: Increase size of file-based diskimage (with MBR, partitions + fs)
...Device Boot Start End #cyls #blocks Id System
xvda.img1 * 0+ 194 195- 1566306 83 Linux
[...]
# Verify partition table
> losetup /dev/loop15 xvda.img
> sfdisk -V /dev/loop15
/dev/loop15: OK
> losetup -d /dev/loop15
# Verify filesystem
> losetup /dev/loop16 -o `expr 63 \* 512` xvda.img
> e2fsck -f /dev/loop16
e2fsck 1.39 (29-May-2006)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/: 32573/391680 file...