Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2009 10:48:52 +0100 (CET)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Matthias Apitz <guru@unixarea.de>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: USB key with 7.5 GByte but no space left on device after 4 GByte written
Message-ID:  <alpine.BSF.2.00.0903051048220.74507@wojtek.tensor.gdynia.pl>
In-Reply-To: <20090305093208.GA4342@rebelion.Sisis.de>
References:  <20090305081407.GA2242@rebelion.Sisis.de> <alpine.BSF.2.00.0903050935130.74279@wojtek.tensor.gdynia.pl> <200903050109.27668.chuckop@gmail.com> <20090305093208.GA4342@rebelion.Sisis.de>

next in thread | previous in thread | raw e-mail | index | archive | help
>> formatted properly?
>
> I did a 'ls -l /dev/da*' after key insert and there was only /dev/da0;
> maybe I should do
>
> # newfs_msdos /dev/da0
>
> ???

to be sure do

dd if=/dev/zero of=/dev/da0 bs=64k count=1

before to clean anything from beginning, if any mess is there.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0903051048220.74507>