Quote (bert003 @ Oct. 09 2006,09:32) |
just add -hda \\:\h: where h: is the pendrive driver letter (in my case it was h:) then once in dsl, create a directory (ex: named pendrive) and use the mount command like this: mount /dev/hda pendrive |
Code Sample |
REM Start qemu on windows. @ECHO OFF START qemu\qemu.exe -L qemu/ -hda \\:\h: -no-kqemu -m 128 -soundhw sb16 -localtime -kernel linux24 -initrd minirt24.gz -hda KNOPPIX/knoppix -hdb qemu/harddisk -append "qemu sb=0x220,5,1,5 frugal quiet modules=hdb noscsi nousb nofirewire atapicd noideraid noacpi acpi=off noapm noagp ide1=noprobe ide2=noprobe nomce" CLS EXIT |