From owner-freebsd-current@FreeBSD.ORG Tue Jan 6 08:01:23 2004 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 E367A16A4CE for ; Tue, 6 Jan 2004 08:01:23 -0800 (PST) Received: from eve.nldesign.com (db.nldesign.com [65.173.133.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 974EC43D3F for ; Tue, 6 Jan 2004 08:01:22 -0800 (PST) (envelope-from fabrizio@nldesign.com) Received: (qmail 38923 invoked from network); 6 Jan 2004 16:01:19 -0000 Received: from unknown (HELO 198.68.180.111) (198.68.180.111) by db.nldesign.com with SMTP; 6 Jan 2004 16:01:19 -0000 From: Fabrizio Parrella Organization: NLDesign To: current@freebsd.org Date: Tue, 6 Jan 2004 10:59:54 -0500 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200401061059.54892.fabrizio@nldesign.com> Subject: mount / umount 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: Tue, 06 Jan 2004 16:01:24 -0000 I mount a msdos floppy disk with: mount -tmsdos /dev/fd0 /mnt/floppy and everything works fine.. when I tried to umount, I got this: umount: unmount of /mnt/floppy failed: Resourde temporary =A0unavailable # fd0: hard error cmd=3Dwrite fsbn 19 (ST0 40 ST1 2 = ST2 0=20 cyl 0 hd 1 sec 2 (this last line repeat every few seconds) I have a partition NTFS mounted as RO in the first part of the disk. if I check the directory /mnt/floppy I see it empty. PLUS, if I try to mount the floppy disk by an user and not as root, I get t= hie=20 message: msdosfs: /dev/fd0: Operation not permitted I did as root: chmod -R 666 /dev/fd* and also (a plus?) devfs ruleset 10 devfs rule add path "fd0*" group wheel mode 666 devfs rule applyset naturally the user that I use to mount the floppy is in the group wheel. uname -a =46reeBSD 127.0.0.1 5.2-CURRENT FreeBSD 5.2-CURRENT #3: Mon Jan 5 15:22:38= EST=20 2004 fabrizio@127.0.0.1:/usr/obj/usr/src/sys/MYKERNEL i386 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Fabrizio Parrella=20