Date: Tue, 06 Feb 2001 08:16:13 -0500 From: Mikel King <mikel@ocsinternet.com> To: Charlie & <root@vulpecula.universe> Cc: freebsd-questions@FreeBSD.ORG, atsang@hk.linkage.net Subject: Re: cannot mount a zip drive Message-ID: <3A7FF91D.ADA73153@ocsinternet.com> References: <01020618405700.00338@vulpecula.universe>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <IOMEGA ZIP 100 ATAPI> [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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A7FF91D.ADA73153>