On my linux box I have a block device (/dev/sda5) that has been partitioned inside by a virtual machine. So, when I look inside with fdisk /dev/sda5, I see:
sda5p1 sda5p2
and so on. Is it possible to mount them on my host system?
Thanks in advance.