From owner-freebsd-questions Thu Apr 20 0:42: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pluton.ispras.ru (pluton.ispras.ru [194.186.94.6]) by hub.freebsd.org (Postfix) with ESMTP id E7DF837B64D for ; Thu, 20 Apr 2000 00:41:47 -0700 (PDT) (envelope-from grn@ispras.ru) Received: from gate.ispras.ru (gate [194.67.37.200]) by pluton.ispras.ru (8.9.3/8.9.3) with ESMTP id LAA04826 for ; Thu, 20 Apr 2000 11:40:13 +0400 (MSK) Received: from ispgate (ispgate [194.67.37.200]) by gate.ispras.ru (8.9.3/8.9.3) with SMTP id LAA29580 for ; Thu, 20 Apr 2000 11:41:24 +0400 (MSK) Message-Id: <200004200741.LAA29580@gate.ispras.ru> Date: Thu, 20 Apr 2000 11:41:23 +0400 (MSK) From: Kluchnikov Grigory Reply-To: Kluchnikov Grigory Subject: Re: Mounting MS-DS fs writeable for all To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: 8lnAw7W3FXf5K+ydecvzYQ== X-Mailer: dtmail 1.2.0 CDE Version 1.2 SunOS 5.6 sun4m sparc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You may mount msdos with setting GID and UID of the owner of the files in the mounted file system and set mask for file permissions for files in it: mount_msdos -m 775 -g -u /dev/wd0s1 /msdos You may create a group (set write permission for it -m 775) and put all the users who need to write to this FS into group. See 'man mount_msdos' Grigory. > Delivered-To: freebsd-questions@freebsd.org > From: Nils Holland > To: freebsd-questions@FreeBSD.ORG > Subject: Mounting MS-DS fs writeable for all > Date: Wed, 19 Apr 2000 21:09:21 +0200 > MIME-Version: 1.0 > Content-Transfer-Encoding: 8bit > X-Loop: FreeBSD.ORG > > I currently have the following entry in my /etc/fstab in order to mount my > MS-DOS filesystem under FreeBSD: > > /dev/wd0s1 /msdos msdos rw > > The filesystem is being mounted correctly, but only root can write to it, the > other users cannot. I thought that this might simply be changed be changing the > permissions of /msdos (where the DOS-partition is mounted to) but this does not > work. So, how do I make my mounted DOS-partition writeable for all? > > Greetings, > Nils > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Best regards, Grigory Klyuchnikov ------------------------------------------------------------ Institute for System Programming Russian Academy of Sciences, 109004, Moscow, Russia, B.Kommunistitcheskay, 25, phone(work): +7-095-9125659 fax: +7-095-9121524 e-mail: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message