From owner-freebsd-questions Tue Feb 6 5:15:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id B858837B491 for ; Tue, 6 Feb 2001 05:15:08 -0800 (PST) Received: from ocsinternet.com (localhost.upan.org [127.0.0.1]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f16DGDn53327; Tue, 6 Feb 2001 08:16:13 -0500 (EST) (envelope-from mikel@ocsinternet.com) Message-ID: <3A7FF91D.ADA73153@ocsinternet.com> Date: Tue, 06 Feb 2001 08:16:13 -0500 From: Mikel King Organization: OCS Internet X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Charlie & Cc: freebsd-questions@FreeBSD.ORG, atsang@hk.linkage.net Subject: Re: cannot mount a zip drive References: <01020618405700.00338@vulpecula.universe> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alan, Have you tried something like?: mount -w -t msdos /dev/adf0 /zip Cheers, Mikel Charlie & wrote: > Hi > > I tried to mount a zip disk formatted in FAT16 in a FreeBSD 4.2 system, but > failed. The zip drive would move when I issued the 'mount_msdos' command but > reported error. The following shows my procedures. Any help would be > appreciated. > > Alan Tsang > > vulpecula# dmesg | grep ZIP > afd0: 96MB [32/64/96] at ata1-slave using PIO0 > > vulpecula# ll -d /zip > drwxr-xr-x 2 root wheel 512 Feb 6 18:29 /zip > > vulpecula# ll /dev/afd* > crw-r----- 2 root operator 118, 0x00010002 Feb 5 02:17 /dev/afd0 > crw-r----- 2 root operator 118, 0 Feb 5 02:17 /dev/afd0a > crw-r----- 2 root operator 118, 1 Feb 5 02:17 /dev/afd0b > crw-r----- 2 root operator 118, 2 Feb 5 02:17 /dev/afd0c > crw-r----- 2 root operator 118, 3 Feb 5 02:17 /dev/afd0d > crw-r----- 2 root operator 118, 4 Feb 5 02:17 /dev/afd0e > crw-r----- 2 root operator 118, 5 Feb 5 02:17 /dev/afd0f > crw-r----- 2 root operator 118, 6 Feb 5 02:17 /dev/afd0g > crw-r----- 2 root operator 118, 7 Feb 5 02:17 /dev/afd0h > crw-r----- 2 root operator 118, 0x00020002 Feb 5 02:17 /dev/afd0s1 > crw-r----- 2 root operator 118, 0x00030002 Feb 5 02:17 /dev/afd0s2 > crw-r----- 2 root operator 118, 0x00040002 Feb 5 02:17 /dev/afd0s3 > crw-r----- 2 root operator 118, 0x00050002 Feb 5 02:17 /dev/afd0s4 > > vulpecula# mount_msdos /dev/afd0 /zip > mount_msdos: /dev/afd0: Invalid argument > vulpecula# mount_msdos /dev/afd0a /zip > mount_msdos: /dev/afd0a: Invalid argument > vulpecula# mount_msdos /dev/afd0c /zip > mount_msdos: /dev/afd0c: Invalid argument > vulpecula# mount_msdos /dev/afd0s1 /zip > mount_msdos: /dev/afd0s1: Invalid argument > vulpecula# > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message