From owner-freebsd-fs@FreeBSD.ORG Tue Dec 2 10:16:04 2008 Return-Path: Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4FA81065676 for ; Tue, 2 Dec 2008 10:16:04 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from sorbesgroup.com (mail.sorbesgroup.com [217.159.241.118]) by mx1.freebsd.org (Postfix) with ESMTP id 7572E8FC08 for ; Tue, 2 Dec 2008 10:16:04 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from localhost (localhost.localdomain [127.0.0.1]) by sorbesgroup.com (Postfix) with ESMTP id 2EF813C506D6 for ; Tue, 2 Dec 2008 12:15:49 +0200 (EET) Received: from sorbesgroup.com ([127.0.0.1]) by localhost (sorbesgroup.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03442-09 for ; Tue, 2 Dec 2008 12:15:49 +0200 (EET) Received: from [192.168.0.80] (andrei [192.168.0.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by sorbesgroup.com (Postfix) with ESMTP id E3F483C506D4 for ; Tue, 2 Dec 2008 12:15:48 +0200 (EET) Message-ID: <49350AE0.70408@bsd.ee> Date: Tue, 02 Dec 2008 12:16:00 +0200 From: Andrei Kolu User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: freebsd-fs@FreeBSD.org References: <4933ED59.5070802@bsd.ee> In-Reply-To: <4933ED59.5070802@bsd.ee> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at localhost Cc: Subject: Re: Disklabel Editor strange labeling X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2008 10:16:04 -0000 Andrei Kolu wrote: > Hi, > > here is my disklabel editor "screenshot"- from where it got ad14cs1 > partition name? When I created it then it was named ad14s1... > --------------------------------------------------------------------------- > > FreeBSD Disklabel Editor > > Disk: ad14 Partition name: ad14cs1 Free: 293041602 blocks (139GB) > Disk: ad18 Partition name: ad18s1 Free: 293041602 blocks (139GB) > --------------------------------------------------------------------------- > > > When I trie to create partition on this slice then I got error message: > > "Error mounting /dev/ad14cs1d on /tank/bootdir : No such file or > directory" > > After I close sysinstall and restart it then partition disappear... > --------------------------------------------------------------------------- > > Disk name: ad14 FDISK Partition > Editor > DISK Geometry: 18241 cyls/255 heads/63 sectors = 293041665 sectors > (143086MB) > > Offset Size(ST) End Name PType Desc > Subtype Flags > > 0 293046768 293046767 - 12 unused 0 > --------------------------------------------------------------------------- > > > FreeBSD testiserver 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #1: Mon Dec > 1 12:13:41 EET 2008 root@testiserver:/usr/obj/usr/src/sys/KERNEL > amd64 > OK, finally resolved problem by filling drive with zeroes: # dd if=/dev/zero of=/dev/ad14 bs=10m