From owner-freebsd-questions@FreeBSD.ORG Sun Jan 31 08:53:18 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 244C9106566B for ; Sun, 31 Jan 2010 08:53:18 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id D7B528FC19 for ; Sun, 31 Jan 2010 08:53:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 1BF9F5E126; Sun, 31 Jan 2010 09:53:17 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.837 X-Spam-Level: X-Spam-Status: No, score=-1.837 tagged_above=-999 required=5 tests=[AWL=-0.142, BAYES_00=-2.599, RCVD_IN_PBL=0.905, SPF_PASS=-0.001] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id emy974lhOHHe; Sun, 31 Jan 2010 09:53:14 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mx1.bjare.net (Postfix) with ESMTP id 947765E122; Sun, 31 Jan 2010 09:53:14 +0100 (CET) Message-ID: <4B654507.3090202@eskk.nu> Date: Sun, 31 Jan 2010 09:53:27 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; sv-SE; rv:1.9.1.7) Gecko/20100125 Thunderbird/3.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org, rhyous@yahoo.com References: <4B653F04.7030100@eskk.nu> In-Reply-To: <4B653F04.7030100@eskk.nu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Mount floppy image X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jan 2010 08:53:18 -0000 2010-01-31 09:27, Leslie Jensen skrev: > > I'm trying to mount a floppy image following the instructions on: > > http://www.bsdguides.org/guides/freebsd/beginners/mdconfig_mount_images > > ____________________________________ > > To mount a floppy image, create a virtual device, /dev/md0, for the > floppy image. > > # mdconfig -a -t vnode -f /tmp/boot.flp -u 0 > > ____________________________________ > > I had to touch /tmp/boot.flp to make it work > > > Next: > ____________________________________ > > Now mount the virtual device. > # mount /dev/mnt0 /mnt > _____________________________________ > > I believe there's a typo here should be /dev/md0 > > I get: > > mount /dev/md0 /mnt > mount: /dev/md0 : Input/output error > > I have no idea what to do now! > > Any suggestions? > > Thanks > Of course the imagefile had to be in /tmp/ and it had to be mount_msdosfs /dev/mnt0 /mnt Sorry for the noise Leslie