From owner-freebsd-arch@FreeBSD.ORG Wed May 10 04:55:02 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 AA5F416A402 for ; Wed, 10 May 2006 04:55:02 +0000 (UTC) (envelope-from needacoder@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id E691E43D49 for ; Wed, 10 May 2006 04:55:01 +0000 (GMT) (envelope-from needacoder@gmail.com) Received: by nf-out-0910.google.com with SMTP id o25so1315145nfa for ; Tue, 09 May 2006 21:55:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=NgBitUsPiJeGju2tyk2I5r0OV4DYIN7iyQaS4ab9U9dckmrXTTy7LJ4gRuoRWXRGCBM31DOZiG+SQC726ifrTT4GTiHnEtoEc9w+8jWKqWsKxdYhia3Qp0cjfGkgo7g/LkkxUdP0/YMTKhdTVRSaK2SLxnM23Iapx34lImavfjI= Received: by 10.49.7.1 with SMTP id k1mr149133nfi; Tue, 09 May 2006 20:16:20 -0700 (PDT) Received: by 10.49.75.2 with HTTP; Tue, 9 May 2006 20:16:20 -0700 (PDT) Message-ID: <1e4841eb0605092016r701e9bb3uc3e02dbd3e0ebf6a@mail.gmail.com> Date: Tue, 9 May 2006 23:16:20 -0400 From: "m m" To: "Joe Marcus Clarke" In-Reply-To: <1147230589.45319.33.camel@shumai.marcuscom.com> MIME-Version: 1.0 References: <1e4841eb0605091838u39a46dfw81cc9f452d9722b6@mail.gmail.com> <1147230589.45319.33.camel@shumai.marcuscom.com> 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: arch@freebsd.org 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 04:55:02 -0000 On 5/9/06, Joe Marcus Clarke wrote: > > /mnt is designed to hold one mount point temporarily (e.g. I want to > mount an NFS file system to test NFS, or to get at a file > quickly). /media differs in that it is a directory to hold multiple > mount points. Say I insert a CD, floppy, and USB drive. All would be > mounted under /media in directories like /media/floppy, /media/disk, > and /media/VOLUME (where VOLUME is the label on the CD). > Thanks - that does clear it up, however... It seems less intrusive (/ already has too much in there) and in my opinion better name match to use /mnt/temp for "temporary mount" and /mnt/floppy and /mnt/disk and /mnt/VOLUME, etc for "other" mount points... Since you're changing things anyway, this seems like a better choice - plus it has the benefit of being "backward compatible" without introducing more / directories.