From owner-freebsd-questions@freebsd.org Sun Oct 16 01:43:56 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DD34C1270D for ; Sun, 16 Oct 2016 01:43:56 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 04429F0C for ; Sun, 16 Oct 2016 01:43:56 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: by mail-io0-x236.google.com with SMTP id q192so157445537iod.0 for ; Sat, 15 Oct 2016 18:43:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:to:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=mzoRIeslXWUykrTRpl9GRhEZZ7HvadQuHqLKnyAj4Rk=; b=P9OESBi2HKSL1Up/p8VMf+lomoWDY6AZQSg9iCyfr9Y+J3omnv8Ph3GV1MlGQw/jCW M8k/4HCrLb+swMtHtwqHiWJJ32dgfVfOumOjcjMGigUJVSIRiRNgSu5UKmpgV6RIGPwt HBP9K9U4LoNhi/ww3vX1E56B9tW0duheQJkfN72X7EE5lw6xcEXyPJpDl4myDW8Yn9Td 05270Awdyw8Q1E5mHzxRXFs4uBjBmXtbE5EZ/ppeA9cNVPMmA0qfmmLtpgmDwM03qHxM pKheGEH3vtn40rhE6vKrhWD6DI8wITiQIFOOFreSpj6Tb88Dw9/Iy44h5dsBDnte/88H TWzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=mzoRIeslXWUykrTRpl9GRhEZZ7HvadQuHqLKnyAj4Rk=; b=LWdS/Ute+6iklEt9oLLGENLwkg1W8w2hmp1thj/PpPHwnW/SZTQfil+TGe9O7ku5kI s6ETS3AGZT+vXn3Qu7+nejIU0TtfvZIVisWlX7Kirg8AEDq2zUXFGYZDztkngzLvTPdy SFGpwV0Gy1+IC+TEtvSBvwagEGsZHo5txyhmIpk6ICSAKayI53lTCrtREjLeTnYe8FAk PLBz8tpGUiIQM2UzQKldFuCdfvqFSmSOptBuYJbUgq9ET+a/Zbq8XeDk6eGk+S9IWc6/ Qi4imDsGDEFb340yQL0+wUoSObhULYeSkArF8Tc0RUxBEjqnS+GUphQSE2XpsuIooMq8 zrbQ== X-Gm-Message-State: AA6/9RlJfrlvs1VrVrctCM8uJtRJlNaCfeZhZ5CDyX2I7LcpdGRztTc/CF1OKHnMARGpBw== X-Received: by 10.107.131.39 with SMTP id f39mr16167599iod.91.1476582234875; Sat, 15 Oct 2016 18:43:54 -0700 (PDT) Received: from localhost.localdomain (50-243-4-3-static.hfc.comcastbusiness.net. [50.243.4.3]) by smtp.googlemail.com with ESMTPSA id i102sm10654354iod.10.2016.10.15.18.43.53 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Oct 2016 18:43:54 -0700 (PDT) Subject: Re: Filesystem Label Ambiguity References: <86pon1dwze.fsf@WorkBox.Home> <5802C836.1060607@gmail.com> <81b966ac-f2d8-30d7-6e2c-142c902bc34f@fastmail.com> To: FreeBSD Users From: jd1008 Message-ID: <5802DB59.2000904@gmail.com> Date: Sat, 15 Oct 2016 19:43:53 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <81b966ac-f2d8-30d7-6e2c-142c902bc34f@fastmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 01:43:56 -0000 Sorry Jason, I responded to the wrong list. No it doe snot apply. I thought I was replying to the linux list. On 10/15/2016 06:49 PM, Jason C. Wells wrote: > On 10/15/2016 5:22 PM, jd1008 wrote: >> +1 >> Also you can use >> sudo /sbin/e2label /dev/???? (of course, while >> unmounted). > Does that apply to UFS2? >