I use a raw block (whole disk like /dev/sdb1) as KVM virtual disk. Anyone know how to mount that partition from the host?
My testdisk output is like this:
~# testdisk /list /dev/sdb1
TestDisk 7.0, Data Recovery Utility, April 2015
Christophe GRENIER <grenier@cgsecurity.org>
http://www.cgsecurity.org
Please wait...
Disk /dev/sdb1 - 500 GB / 465 GiB - CHS 60801 255 63
Sector size:512
Model: WDC WD5000HHTZ-04N21V1, S/N:WD-WXJ1EA3JNLK3, FW:04.06A01
Disk /dev/sdb1 - 500 GB / 465 GiB - CHS 60801 255 63
Partition Start End Size in sectors
1 P HPFS - NTFS 0 32 33 60800 237 45 976764928
NTFS, blocksize=4096
I tried to mount like - mount -t nfs /dev/sdb1 /mnt/mydrive
does not work.
Any suggestions would be appreciated.