From owner-freebsd-questions Tue Jul 17 2:24: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.port.ru (mx2.port.ru [194.67.23.33]) by hub.freebsd.org (Postfix) with ESMTP id 890EC37B407 for ; Tue, 17 Jul 2001 02:24:02 -0700 (PDT) (envelope-from saltanov@mail.ru) Received: from as2-l194.kiev.sovam.net.ua ([212.109.50.194] helo=comp) by smtp2.port.ru with smtp (Exim 3.14 #1) id 15MR4q-0003R3-00; Tue, 17 Jul 2001 13:23:37 +0400 Message-ID: <001301c10ea1$e9cf8760$c2326dd4@comp> From: "Vladislav Saltanov" To: "P. U. (Uli) Kruppa" , "Ian Dowse" , "Jon Molin" , "Person, Roderick" Cc: References: <200107162111.aa65203@salmon.maths.tcd.ie> Subject: Re: I can't mount FAT16 disk Date: Tue, 17 Jul 2001 12:21:40 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2417.2000 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 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 Thank you all for your help. There were nothing mounted on /mnt. #df -h File system Size Used Avail. Capacity Mounted on /dev/ad0s3a 97M 30M 59M 33% / /dev/ad0s3f 1002M 665M 257M 72% /usr /dev/ad0s3e 19M 3.4M 14M 19% /var procfs 4.0k 4.0k 0B 100% /proc #mount_msdos /dev/ad0s1 /mnt mount_msdos:vfsload(msdos):File exists > What version of FreeBSD are you running? 4.3 Release (GENERIC) #0: Sat Apr 21 10:54:49 GMT 2001 > What is the output from the "kldstat" program? ID Refs Address Size Name 1 11 0xc0100000 346718 kernel 3 1 0xc0450000 e518 msdos.ko 4 1 0xc045f000 1988 green_saver.ko 5 1 0xc0461000 163d4 if_ppp.ko 6 1 0xc0478000 4120 if_tun.ko 7 1 0xc047d000 6228 ng_ppp.ko 8 1 0xc0484000 9cd0 netgraph.ko 9 1 0xc048e000 3edc snd_sb8.ko 10 1 0xc0496000 11830 snd_pcm.ko 11 1 0xc0492000 3e38 snd_sbc.ko 12 1 0xc0d4b000 12000 linux.co > Were your kernel modules compiled at the same time as the kernel? I think so. I've just installed system from FreeBSD CDROM. The problem remains.. :-( ----- Original Message ----- From: Ian Dowse To: P. U. (Uli) Kruppa Cc: Vladislav Saltanov ; Sent: Monday, July 16, 2001 11:11 PM Subject: Re: I can't mount FAT16 disk > In message <20010716182256.Q345-100000@localhost.de>, "P. U. (Uli) Kruppa" writ > es: > >> #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. > > The vfsload() call is used to load a kernel module in order to > support a particular filesystem. Here it seems that mount_msdos > believes that there is no support for the msdos filesystem in the > kernel, but when it tries to load the module it appears to be > already loaded (hence the "File exists"). I've no idea why that > would happen though... > > What version of FreeBSD are you running? What is the output > from the "kldstat" program? Were your kernel modules compiled > at the same time as the kernel? > > Ian > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message