From owner-freebsd-current@FreeBSD.ORG Thu Apr 24 11:03:22 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DBDC37B401 for ; Thu, 24 Apr 2003 11:03:22 -0700 (PDT) Received: from mail.rdslink.ro (mail.rdslink.ro [193.231.236.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A638043F75 for ; Thu, 24 Apr 2003 11:03:20 -0700 (PDT) (envelope-from enache@rdslink.ro) Received: (qmail 16981 invoked from network); 24 Apr 2003 18:05:55 -0000 Received: from unknown (HELO ratsnest.hole) (81.196.245.37) by mail.rdslink.ro with SMTP; 24 Apr 2003 18:05:55 -0000 Date: Thu, 24 Apr 2003 21:04:34 +0300 From: Enache Adrian To: current@freebsd.org Message-ID: <20030424180434.GA794@ratsnest.hole> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: What's wrong with msdosfs ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 18:03:22 -0000 # mount -o rw -t msdosfs /dev/ad0s5 /D # echo > /D/foo /D/foo: Operation not permitted. # umount /D umount: unmount of /D failed: Resource temporarily unavailable # Apr 24 20:46:11 ratsnest kernel: fsync: giving up on dirty: 0xc1e435b4: tag devfs, type VCHR, usecount 3, writecount 0, refcount 1210, lock type devfs: EXCL (count 1) by thread 0xc1871980 Apr 24 20:46:11 ratsnest kernel: dev ad0s5 Then I have to do: # mount -uo ro /D # umount /D Why do I get EPERM there ? That's a 1 week old -CURRENT and ad0s5 is a Win98 vfat partition. I always used it r/w without problems from FreeBSD. Thanks & Regards Adi