Adam Cushing's Blog. Information interesting to Adam Cushing
sudo su losetup /dev/loop0 <vmdk file> kpartx -av /dev/loop0 mkdir /mnt/vmdk mount /dev/mapper/loop0p1 /mnt/vmdk
sudo su losetup /dev/loop0 <vmdk file> kpartx -av /dev/loop0 mkdir /mnt/vmdk
If loop0 comes back as busy, use another one like loop5.
`losetup -f` will find the first open dev mapper. That is the better way to open the new loop device
`losetup -f` will find the first open dev mapper. That is the better way to open the new loop device
ReplyDelete