From owner-freebsd-current Tue Dec 17 15:42:31 2002 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 49B8A37B401 for ; Tue, 17 Dec 2002 15:42:30 -0800 (PST) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D87143ED1 for ; Tue, 17 Dec 2002 15:42:29 -0800 (PST) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id C617124D04 for ; Wed, 18 Dec 2002 08:42:27 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 2062D24D02 for ; Wed, 18 Dec 2002 08:42:24 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id E21EC1E460E for ; Wed, 18 Dec 2002 08:42:23 +0900 (JST) Date: Wed, 18 Dec 2002 08:42:23 +0900 Message-ID: <7mpts02oww.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: Current Subject: Mounting MS-DOS fs image via /dev/md* User-Agent: Wanderlust/2.9.10 (Unchained Melody) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharajing=FE-mae?=) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS on ns.imgsrc.co.jp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm not sure this is correct way to create MS-DOS fs image and mounting it. % dd if=/dev/zero of=test.flp bs=1024 count=1440 1440+0 records in 1440+0 records out 1474560 bytes transferred in 0.044105 secs (33432904 bytes/sec) % sudo mdconfig -a -t vnode -f test.flp md1 % sudo newfs_msdos -f 1440 -L test /dev/md1 /dev/md1: 2847 sectors in 2847 FAT12 clusters (512 bytes/cluster) bps=512 spc=1 res=1 nft=2 rde=224 sec=2880 mid=0xf0 spf=9 spt=18 hds=2 hid=0 % sudo mount -t msdos /dev/md1 /mnt msdosfs: /dev/md1: No such file or directory How should I do? -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message