Re: OpenBSD usb cannot be read on Windows

2015-02-20 Thread A Y
Raimo Niskanen Thank you very much for the "dd" command. > From: afyous...@hotmail.com > To: ja...@volny.cz > CC: misc@openbsd.org > Subject: Re: OpenBSD usb cannot be read on Windows > Date: Wed, 18 Feb 2015 10:51:45 + > > Jan,Thank you very much for the t

Re: OpenBSD usb cannot be read on Windows

2015-02-18 Thread A Y
Jan,Thank you very much for the tool. It is great. I got my 16 G back. > Date: Wed, 18 Feb 2015 11:26:44 +0100 > From: ja...@volny.cz > To: afyous...@hotmail.com > Subject: Re: OpenBSD usb cannot be read on Windows > > Hi AY, > > you can use HP Storage format tool on Wi

Re: OpenBSD usb cannot be read on Windows

2015-02-18 Thread Raimo Niskanen
that I can get the full size (16G) > back? Zero out the MBR from OpenBSD. # dd if=/dev/null of=/dev/rsd1c bs=512 count=1 Then format it from Windows. > > > Date: Wed, 18 Feb 2015 11:17:31 +0200 > > Subject: Re: OpenBSD usb cannot be read on Windows > > From: pr...@kivis

Re: OpenBSD usb cannot be read on Windows

2015-02-18 Thread A Y
200 > Subject: Re: OpenBSD usb cannot be read on Windows > From: pr...@kivisoo.ee > To: afyous...@hotmail.com > CC: misc@openbsd.org > > > I used the "dd'' command to make a bootable USB drive. The USB is 16G. > > After I > > am done with the installation

Re: OpenBSD usb cannot be read on Windows

2015-02-18 Thread Dmitrij D. Czarkoff
Priit Kivisoo said: > > Windows reads only 240 M. > > How can I recover the 16G on the USB? > > > Reformat it. You will likely need to get rid of mbr partition to reclaim the space. You can do it with fdisk, dd (dd if=/dev/zero of=/dev/sdNc bs=512 count=1) or with Windows' Disk Management tool (Yo

Re: OpenBSD usb cannot be read on Windows

2015-02-18 Thread Priit Kivisoo
> I used the "dd'' command to make a bootable USB drive. The USB is 16G. > After I > am done with the installation, I want to use the USB under Windows for > other > purposes. Windows reads only 240 M. > How can I recover the 16G on the USB? > > Reformat it. Priit

OpenBSD usb cannot be read on Windows

2015-02-18 Thread A Y
I used the "dd'' command to make a bootable USB drive. The USB is 16G. After I am done with the installation, I want to use the USB under Windows for other purposes. Windows reads only 240 M. How can I recover the 16G on the USB?