From owner-freebsd-arch@FreeBSD.ORG Wed May 10 01:38:38 2006 Return-Path: X-Original-To: arch@freebsd.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9291716A423 for ; Wed, 10 May 2006 01:38:38 +0000 (UTC) (envelope-from needacoder@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 642F543D49 for ; Wed, 10 May 2006 01:38:36 +0000 (GMT) (envelope-from needacoder@gmail.com) Received: by nf-out-0910.google.com with SMTP id o25so1300620nfa for ; Tue, 09 May 2006 18:38:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=cpRjgece/Co1730LxC8ejlsCrH9xfO4dlI9vnKtVW2Dle0owqIXY3L75450Lyx/Ac76m7SRr4ywnYLO+72aveC4Svlxr6Kb1PoPJXzmm9OqkOsckqRSzlsHThp202NbOk/L5GP6oVSyEBFMVTj6Mv/zDNUFvomsyfYUnEPyVZPs= Received: by 10.48.245.11 with SMTP id s11mr85673nfh; Tue, 09 May 2006 18:38:35 -0700 (PDT) Received: by 10.49.75.2 with HTTP; Tue, 9 May 2006 18:38:35 -0700 (PDT) Message-ID: <1e4841eb0605091838u39a46dfw81cc9f452d9722b6@mail.gmail.com> Date: Tue, 9 May 2006 21:38:35 -0400 From: "m m" To: "Joe Marcus Clarke" , arch@freebsd.org, "Maxime Henrion" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Patch for adding /media to FreeBSD X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2006 01:38:38 -0000 >> Since the overall consensus is to add a root directory called /media to >> accommodate removable media mount points (e.g. those managed by HAL), I >> have drawn up the following patch. Since I am a ports/doc committer, >> could a src committer approve this patch so that I can commit it? Thanks. >> >> http://www.marcuscom.com/downloads/media.diff > > Even though I'm quite reluctant to add root directories in general, > this one sounds like a sane idea. The name is generic enough to > my taste, so we can hope we're not going to need to add other > directories for that purpose. Besides, anything that can help us > catch up a bit on the HAL side is good in my opinion. So, this > looks good to me. My understanding is that such a directory already exists - /mnt At least this is what "man hier" says about it: /mnt/ empty directory commonly used by system administrators as a temporary mount point is "temporary" somehow different from "removable" in this case?