From owner-freebsd-questions Tue Sep 5 10:51:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 4E91A37B42C for ; Tue, 5 Sep 2000 10:51:21 -0700 (PDT) Received: (from lowell@localhost) by be-well.ilk.org (8.11.0/8.11.0) id e85HpG006278; Tue, 5 Sep 2000 13:51:16 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org Reply-To: freebsd-questions@freebsd.org Subject: Re: READ ONLY slice part II References: <20000905172725.A73078@siafu.iconnect.co.ke> <20000905183809.A89363@siafu.iconnect.co.ke> From: Lowell Gilbert Date: 05 Sep 2000 13:51:16 -0400 In-Reply-To: vedette@iconnect.co.ke's message of "5 Sep 2000 17:39:36 +0200" Message-ID: <44vgwaraln.fsf@lowellg.ne.mediaone.net> Lines: 24 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vedette@iconnect.co.ke (Odhiambo Washington) writes: > What I meant is that the fstab shows that /win should be mounted rw while > the output of the real mount is actually 'reads' !! So? That doesn't mean it's mounted read-only. It means that the number following the 'reads:' is a count of the *number* of reads done from that partition. At least on -STABLE, the mount command *will* tell you that a partition is 'read-only'. Your sample output doesn't do that, so I suspect your partition *is* writeable. I repeat my advice from my previous message: At a guess, I'd say that's due to user permissions. Remember that there's no user information (or access permissions) in a DOS partition, so the mount command fakes it by using the mountpoint's information. See the man page for mount_msdos(8) for details. I could be wrong in that guess, but until you provide some evidence otherwise, I'll stick with it. If I'm right, the easy answer would be to change the ownership of the mount point (and remount the disk). Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message