From owner-freebsd-questions@FreeBSD.ORG Wed Jan 22 13:23:10 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15529735 for ; Wed, 22 Jan 2014 13:23:10 +0000 (UTC) Received: from mail-pb0-x22e.google.com (mail-pb0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE0791838 for ; Wed, 22 Jan 2014 13:23:09 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id um1so381061pbc.33 for ; Wed, 22 Jan 2014 05:23:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=S4ss78DDEtO0BDMoL8fJP1P63D/TrYeMFJQu5eI7bLk=; b=f3oQlFewD/f5G16PjXeQ3ueQKlCNI3usRInUcyVN6RBAI8mFOoL839wdHdfOfld12+ 1p06ZcL0ZJIS19xzNsm8CrfBdLYYBrIDgWrYBBmfX9XjmL06yjQO3DiklnL+ffI6x5Kq cMv2wGPomRZUyPo/Msx0Qe3uomNGeSC9utolqbo2PjNSx19l0z1RUxCHBln6shlKR34T qeL/D2ngeC4hKsUCLyM7gDFUMSJq7oF7qHFa2vR79ngovRD4Kf4fl33bj0UPJUDsS2AN GPA2MU78ju5o2a7UBKDuGKWkJS2y2pCGtZwenrvV7lcd7rE30JqmN3NZzzBYsQLUHMUD BkCg== MIME-Version: 1.0 X-Received: by 10.66.182.199 with SMTP id eg7mr1473004pac.135.1390396988711; Wed, 22 Jan 2014 05:23:08 -0800 (PST) Received: by 10.68.212.162 with HTTP; Wed, 22 Jan 2014 05:23:08 -0800 (PST) Received: by 10.68.212.162 with HTTP; Wed, 22 Jan 2014 05:23:08 -0800 (PST) In-Reply-To: <201401220735230348.009E6644@smtp.24cl.home> References: <201401220735230348.009E6644@smtp.24cl.home> Date: Wed, 22 Jan 2014 07:23:08 -0600 Message-ID: Subject: Re: Am I getting too old From: iamatt To: "Mike." Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 13:23:10 -0000 Agree. I'm glad I'm not the only one who fumbled around with this. Been running FreeBSD servers in some capacity since 3.X days and had some issues with my normal 4.2 upgrade and disk manipulation mentality. Now I have to reconfigure all of my jails to the "new" way... Guess , for me, its getting a lot of cool features in the OS that I do not need but glad they are available! Mb On Jan 22, 2014 6:35 AM, "Mike." wrote: > On 1/22/2014 at 4:18 PM Olivier Nicole wrote: > > |Hi, > | > |in the old times (FreeBSD 8) it took me 5 minutes to partition > a disk > |for a test machine: create a couple of MS DOS partitions, > install the > |MBR, create FreeBSD partitions, done. It used to be working > easily, > |efficiently and reliably. > | > |Now it had been one day since I tried to reproduce that with > FreeBSD > |9, not to avail: I always end up with messaged saying things > like > |invalid partition, or stuff like that. > | > |What was the rational behind the decision of breaking something > that > |used to work fine (that had been working fine for over 10 > years) and > |replace it with something that is ugly, unfriendly (you have to > give > |some types to the partitions, but nowhere is it written what > type is > |allowed or not) and that is not working? > | > |Oh maybe if I choose to go all by default it will work, but I > don't > |want the default, I want to be allowed to make my own choices > easily. > | > |Best regards > | > |Olivier > ============= > > I had sentiments similar to yours a couple of months ago, except > I had been using FreeBSD since around version 4. > > Except for a (imo, stupid) design decision that allows metadata > conflict between gpart and gmirror in some instances, I learned > to like using the gtools suite. > > I did take the time to install FreeBSD on a spare computer, and > use and learn the new way of doing things. I found that step to > be important because examples for the gsuite are not as common > as examples for the older way of doing things. > > I also found out that the disk you are working on must be clean > of any old metadata that may be lurking on it. That was a big > source of frustration for me until I discovered that it was the > old metadata that was fighting me. I eventually wrote a script > that wipes the first few and the last few sectors of a disk > drive, as I found that gpart was not always able to clear all > metadata. Why, I do not know. imo, that should be a gpart > subcommand - unequivocally and assuredly wipe all metadata. > ("gpart destroy -F" does not seem to always work). > > In summary, I now prefer gpart and the gsuite of tools, but they > are still rough around the edges in the documentation, ease of > use and examples areas. > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >