From owner-freebsd-questions Mon Jul 16 23:46:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by hub.freebsd.org (Postfix) with ESMTP id 69C4437B401 for ; Mon, 16 Jul 2001 23:46:47 -0700 (PDT) (envelope-from root@pukruppa.de) Received: from [195.20.224.219] (helo=mrvdom03.schlund.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 15MOcz-0000U6-00; Tue, 17 Jul 2001 08:46:41 +0200 Received: from pd90172b8.dip.t-dialin.net ([217.1.114.184]) by mrvdom03.schlund.de with esmtp (Exim 2.12 #2) id 15MOcy-0004tf-00; Tue, 17 Jul 2001 08:46:40 +0200 Date: Tue, 17 Jul 2001 08:47:32 +0000 (GMT) From: "P. U. (Uli) Kruppa" X-X-Sender: To: Ian Dowse Cc: Vladislav Saltanov , Subject: Re: I can't mount FAT16 disk In-Reply-To: <200107162111.aa65203@salmon.maths.tcd.ie> Message-ID: <20010717081947.L1732-100000@localhost.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Ian, actually I did not write the first mail. But I seem to have the same problem since last weekend, when I cvsup-ped my FreeBSD -current. I still can mount_cd9660 and of course FBSD's ufs but mount_msdos will not work. On Mon, 16 Jul 2001, Ian Dowse wrote: > In message <20010716182256.Q345-100000@localhost.de, > "P. U. (Uli) Kruppa" writes: > >> #mount_msdos /dev/ad0s1 /mnt > >> mount_msdos:vfsload(msdos):File exists > >Try > ># df -h > >to find out if anything else is mounted on /mnt . > > The error is from "vfsload(msdos)", not from the mount system call, > so that is unlikely. In fact, mount_msdos should actually allow > you to mount one filesystem directly over another, but if you tried > to mount two filesystems from the same device you should get a > "Device busy" error. You are right, I tested that. > What version of FreeBSD are you running? -current I had a look at my kernel-configuration file: options MSDOSFS is on. > What is the output from the "kldstat" program? Id Refs Address Size Name 1 9 0xc0100000 46f9f8 kernel 2 1 0xc1092000 12000 linux.ko 4 4 0xc1195000 11000 netgraph.ko 5 2 0xc11aa000 4000 ng_ether.ko 6 1 0xc11ae000 7000 ng_pppoe.ko 7 1 0xc11b5000 5000 ng_socket.ko >Were your kernel modules compiled at the same time as the > kernel? (Hmm???) I did # make buildworld # make buildkernel KERNCONF=PUKRUPPA # make installkernel KERNCONF=PUKRUPPA # make installworld as suggested in THE handbook. Uli. *--------------------------------------* | www.pukruppa.de www.2000d.de | | Wuppertal - Germany | *--------------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message