From owner-freebsd-scsi Wed Nov 25 20:46:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23754 for freebsd-scsi-outgoing; Wed, 25 Nov 1998 20:46:56 -0800 (PST) (envelope-from owner-freebsd-scsi@FreeBSD.ORG) Received: from dingo.cdrom.com (castles143.castles.com [208.214.165.143]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA23748 for ; Wed, 25 Nov 1998 20:46:53 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id UAA00384; Wed, 25 Nov 1998 20:45:26 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199811260445.UAA00384@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Matthew Patton cc: freebsd-scsi@FreeBSD.ORG Subject: Re: Zip drives and MSDOS fs In-reply-to: Your message of "Wed, 25 Nov 1998 21:56:02 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Nov 1998 20:45:25 -0800 From: Mike Smith Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I've been trying to mount an msdos formatted ZIP disk with mount_msdos with > the command as such: > > enterprise# mount -t msdos /dev/da1a /mnt > msdos: /dev/da1a: Invalid argument > > enterprise# mount_msdos /dev/da1c /mnt > mount_msdos: /dev/da1c: Invalid argument > > I don't understand why it thinks the argument is invalid. Does mount_msdos > not follow normal syntax? doing a straight "mount" (ie UFS) it errors > complaining of a bad super-block, as it should. The drive light comes on > and it does attempt to do something. The _msdos version doesn't do anything. > > Unfortunately I don't have a floppy on this machine to test, neither do I > have a FAT based hard drive. Zip disks are typically sliced like harddisks, and the DOS slice as the disk comes from the factory is the fourth. msdos filesystems are almost never found inside partitions, so it is never correct to specify a partition letter when trying to mount one. For an as-factory-formatted Zip disk on da1, use 'da1s4'. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message