Hi!

This is a bit of topic here, but maybe someone has a solution!

I can mount dd produced image files (harddisk images) in FreeBSD or
Linux using different commands:

FreeBSD:
# mdconfig -a -t vnode -f ${HOME}/vc.img -u 4
# mount -t ntfs -o ro /dev/md4 /mnt/win_c

Linux:
# losetup /dev/loop0 ${HOME}/vc.img
# mount -t ntfs -o ro /dev/loop0 /mnt/win_c

or if one prefers:
# mount -t ntfs -o ro,loop ${HOME}/vc.img /mnt/win_c

afterwards I can access this mounted volume as if it where a real
harddisk. Is there any way doing the same using Windows?

Any help pointing me to the neccessary tools is appreciated!

-- 
Thomas
-- 
gentoo-user@gentoo.org mailing list

Reply via email to