[ros-bugs] [Bug 2564] ReactOS does not recognize second hard disk

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Fri Nov 7 17:30:51 CET 2008


http://www.reactos.org/bugzilla/show_bug.cgi?id=2564





--- Comment #4 from hto <hto at dev.null>  2008-11-07 17:30:50 CET ---
This procedure works:

qemu-img create -f raw disk.hd 500M
sfdisk -D disk.hd <<< ,,0b
[ become root ]
losetup -o 32256 /dev/loop0 disk.hd
mkdosfs -F 32 /dev/loop0 506016
mount /dev/loop0 /mnt
[ copy whatever you want to /mnt ]
umount /mnt
losetup -d /dev/loop0


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Ros-bugs mailing list