root@virt1:/home# losetup /dev/loop22 disk-drive-ide0.raw
root@virt1:/home#fdisk -l
Disk /dev/loop22: 32 GiB, 34359738368 bytes, 67108864 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x3b2dcc21
Device Boot Start End Sectors Size Id Type
/dev/loop22p1 * 2048 64286719 64284672 30.7G 83 Linux
/dev/loop22p2 64288766 67106815 2818050 1.4G 5 Extended
/dev/loop22p5 64288768 67106815 2818048 1.4G 82 Linux swap / Solaris
root@virt1:/home# mount /dev/loop22p1 /mnt/123
mount: special device /dev/loop22p1 does not exist
root@virt1:/home#fdisk -l
Disk /dev/loop22: 32 GiB, 34359738368 bytes, 67108864 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x3b2dcc21
Device Boot Start End Sectors Size Id Type
/dev/loop22p1 * 2048 64286719 64284672 30.7G 83 Linux
/dev/loop22p2 64288766 67106815 2818050 1.4G 5 Extended
/dev/loop22p5 64288768 67106815 2818048 1.4G 82 Linux swap / Solaris
root@virt1:/home# mount /dev/loop22p1 /mnt/123
mount: special device /dev/loop22p1 does not exist