Re: [gentoo-user] OT: mounting hd images with windows?

2005-09-16 Thread A. Khattri
On Fri, 16 Sep 2005, Thomas Schweikle wrote: > 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

[gentoo-user] OT: mounting hd images with windows?

2005-09-16 Thread Thomas Schweikle
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 ${H