From owner-freebsd-questions@FreeBSD.ORG Thu Jun 28 17:27:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E85C116A400 for ; Thu, 28 Jun 2007 17:27:13 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.191]) by mx1.freebsd.org (Postfix) with ESMTP id 7A0F813C480 for ; Thu, 28 Jun 2007 17:27:11 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so660004mue for ; Thu, 28 Jun 2007 10:27:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dk6YZHn2aFxKTTVmKq9z5M0OGbPzmUl/EiIKr7nn2CmLmOveWoC8iTqnc9KHU4kqPrpe5taca+hpNtsnbuvC0GbcDrII8XiTMNT3yncuY+2qQnEQkYpU3q4DSbJGjx0dbSkQAdQAELeY+FiLcZpQnmbM0xcKG+v3HlGPWf9lTj4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dL6w2y+WUy/rpyrH5ft7VgB5TThXTOlhms9uGEFZwpJbr69SKssVr/Chb33B4mEwBgvxagEbNESqzRVLN13v3eDodoNnOiDMl6jWZcTZKOrex0rLb7fl97r7CrdubOol1TY4jUGAV3CN3Wy/oUSZ71YIm2Wz6raUaD37xIE2FG0= Received: by 10.82.182.1 with SMTP id e1mr4185185buf.1183051629662; Thu, 28 Jun 2007 10:27:09 -0700 (PDT) Received: by 10.82.187.6 with HTTP; Thu, 28 Jun 2007 10:27:09 -0700 (PDT) Message-ID: Date: Thu, 28 Jun 2007 12:27:09 -0500 From: "illoai@gmail.com" To: "Graham Bentley" In-Reply-To: <20070627211629.GA80859@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070625120019.668D416A49A@hub.freebsd.org> <20070625151858.20ee23ad@3bsd.cpcnw.co.uk> <467FF5AC.3020902@otenet.gr> <20070627215116.0008b9fd@3bsd.cpcnw.co.uk> <20070627211629.GA80859@slackbox.xs4all.nl> Cc: freebsd-questions@freebsd.org Subject: Re: Starting again from Scratch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2007 17:27:14 -0000 On 27/06/07, Roland Smith wrote: > On Wed, Jun 27, 2007 at 09:51:16PM +0100, Graham Bentley wrote: > > And ... I cant mount my (other os) msdosfs as a user, Im sure I have > > done this before, driving me nuts, cant think what I havent done? > > > > --fstab entry-- > > /dev/ad0s5 /mnt/dosd msdosfs rw 2 2 > > /dev/ad0s1 /mnt/dosc msdosfs rw 2 2 > > /mnt etc is 666 owned by root:wheel and my user is part of wheel group? > > The directory where you want to mount must be _owned_ by the user. > Also, not having (at least) o+x on directories will cause hair pulling . . . -- --