From owner-freebsd-questions@FreeBSD.ORG Thu Jan 1 14:45:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F12B716A4CE for ; Thu, 1 Jan 2004 14:45:13 -0800 (PST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id C444943D1D for ; Thu, 1 Jan 2004 14:45:08 -0800 (PST) (envelope-from ggop@madras.dyndns.org) Received: from madras.dyndns.org (localhost [127.0.0.1]) by madras.dyndns.org (8.12.9p1/8.12.9) with ESMTP id i01MhTRI094852; Fri, 2 Jan 2004 09:43:35 +1100 (EST) (envelope-from ggop@madras.dyndns.org) Received: (from ggop@localhost) by madras.dyndns.org (8.12.9p1/8.12.9/Submit) id i01MhPD4094847; Fri, 2 Jan 2004 09:43:25 +1100 (EST) Date: Fri, 2 Jan 2004 09:43:23 +1100 From: Gautam Gopalakrishnan To: Eric F Crist Message-ID: <20040101224323.GA94820@madras.dyndns.org> References: <200401011537.51749.ecrist@adtechintegrated.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401011537.51749.ecrist@adtechintegrated.com> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: DOS partition permissions. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2004 22:45:14 -0000 On Thu, Jan 01, 2004 at 03:37:51PM -0600, Eric F Crist wrote: > Hey all, > > How can I change the write permissions on DOS partitions? I have tried a > chmod 0777 /dev/ and chmod 0777 / and neither have any > effect. What am I doing wrong? I'm trying to do this for a USB storage I think you should change permissions on the mount point before mounting the device, no need to change it on /dev/device. hth Gautam