From owner-freebsd-hackers@FreeBSD.ORG Sat Feb 25 14:49:33 2012 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57757106564A for ; Sat, 25 Feb 2012 14:49:33 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9DE1E8FC08 for ; Sat, 25 Feb 2012 14:49:32 +0000 (UTC) Received: by eaan10 with SMTP id n10so1462643eaa.13 for ; Sat, 25 Feb 2012 06:49:31 -0800 (PST) Received-SPF: pass (google.com: domain of rank1seeker@gmail.com designates 10.213.28.19 as permitted sender) client-ip=10.213.28.19; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rank1seeker@gmail.com designates 10.213.28.19 as permitted sender) smtp.mail=rank1seeker@gmail.com; dkim=pass header.i=rank1seeker@gmail.com Received: from mr.google.com ([10.213.28.19]) by 10.213.28.19 with SMTP id k19mr2011200ebc.24.1330181371568 (num_hops = 1); Sat, 25 Feb 2012 06:49:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:from:to:subject:date:content-type :content-transfer-encoding:x-mailer; bh=baHfpsx6Ty/ZO75lnKHDtpWcGcW1uWP+sZmzC2xa0Qo=; b=JHT9239VWMY4fdCh8IWy4hAG3vd+1bGm62jRu7Plyv3TzyHVxLIGyK1AxmcHrnrOl9 ZlUT3mqT503HcDMJp00DkkB3n0W0xpWOTnF/FmVAv4obto5TBWKJpa/xCCzpMNH80dWG J5u+36XibNn3rjNwBUs//rVRDfgip1N18juog= Received: by 10.213.28.19 with SMTP id k19mr1519411ebc.24.1330181371379; Sat, 25 Feb 2012 06:49:31 -0800 (PST) Received: from DOMYPC ([82.193.208.173]) by mx.google.com with ESMTPS id u9sm32299347eem.11.2012.02.25.06.49.27 (version=SSLv3 cipher=OTHER); Sat, 25 Feb 2012 06:49:30 -0800 (PST) Message-ID: <20120225.144930.392.2@DOMY-PC> From: rank1seeker@gmail.com To: hackers@freebsd.org Date: Sat, 25 Feb 2012 15:49:30 +0100 Content-Type: text/plain; charset="Windows-1250" Content-Transfer-Encoding: quoted-printable X-Mailer: POP Peeper (3.8.1.0) X-Mailman-Approved-At: Sat, 25 Feb 2012 14:52:58 +0000 Cc: Subject: Smarter/Shorter mount X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2012 14:49:33 -0000 As more and more bins work without a need to specify /dev/, could we also = make a mount bin to behave same? (Of course we can.)=0D=0AThat is, to = make this work:=0D=0A# mount da0s2a /tmp/MP=0D=0A=0D=0A=0D=0ADomagoj = Smol=E8i=E6