From owner-freebsd-current@FreeBSD.ORG Thu Apr 30 09:50:39 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4A6C106564A for ; Thu, 30 Apr 2009 09:50:39 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f162.google.com (mail-fx0-f162.google.com [209.85.220.162]) by mx1.freebsd.org (Postfix) with ESMTP id 563DB8FC19 for ; Thu, 30 Apr 2009 09:50:39 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by fxm6 with SMTP id 6so1699628fxm.43 for ; Thu, 30 Apr 2009 02:50:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=VYOvmKkg3C+I5SvUoZzQ9BXgDLYHox3SvjSbmN7Oj/U=; b=A/4ZGuXay7imwMi5rUrpe2tachhegWkcPUeiGaRkwxt9ypkc2sMqUGgqqaBf3s/8QH uZfhbbIhlu93pYFm8+ZWyWuCFxwKwIMBYvZpCApj8YJ/v1+Z4r0WzRXIr85u1xSYyqqb Z3VhEVI7u1VubF00XB6evW54ammNvy8plaK+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=rhodUNNcdJmIcfregiUiZ9gsvhd6xRraLuqqiZ+SlXSw+V9UkwJLh0McdNEMJYjm22 pdXHh+Fy+ucjKB8x7kQ4p2Adz/uO7kxfDG5nNGIh7Esf/WPtaHOZFqZ0RxUBz5V01nD+ 5RzI4Kry/Nog0Y2LoXubXMyPIwdS6XFCNhuFE= MIME-Version: 1.0 Received: by 10.239.171.143 with SMTP id w15mr67285hbe.119.1241085038277; Thu, 30 Apr 2009 02:50:38 -0700 (PDT) In-Reply-To: <20090429160208.GA30514@marinos.ceid.upatras.gr> References: <20090429160208.GA30514@marinos.ceid.upatras.gr> Date: Thu, 30 Apr 2009 11:50:38 +0200 Message-ID: <3a142e750904300250l6ef1ea2dm145583317438d03e@mail.gmail.com> From: "Paul B. Mahol" To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: fdisk error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2009 09:50:40 -0000 On 4/29/09, Ilias Marinos wrote: > Hello people, > > Using the latest -CURRENT I cannot use fdisk on a USB stick I have. Any help > is more than welcome! Use gpart(8) instead, manual page is missing some more examples .... -- Paul