On Mon, Aug 25, 2008 at 12:04 AM, Vesa Jääskeläinen <[EMAIL PROTECTED]> wrote: > Bean wrote: >> Yes, it works, although mingw can't use device names like /dev/sda, >> but it can use windows special name //./PHYSICALDRIVE0. > > That should be with back slashes ('\'). Or is there some hack somewhere > to support that?
Hi, Mingw would translate / to \, so both are ok. But using / is more clear, as \ is the escape character in cygwin shell, so we need to use two of them, \\\\.\\PHYSICALDRIVE0. -- Bean _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel