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
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
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
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
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
> 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
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?
7 matches
Mail list logo