From owner-freebsd-questions Fri Aug 30 23:20:32 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA24285 for questions-outgoing; Fri, 30 Aug 1996 23:20:32 -0700 (PDT) Received: from gdi.uoregon.edu (cisco-ts6-line16.uoregon.edu [128.223.150.46]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA24280 for ; Fri, 30 Aug 1996 23:20:29 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id XAA00453; Fri, 30 Aug 1996 23:20:30 -0700 (PDT) Date: Fri, 30 Aug 1996 23:20:30 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Frank Seltzer cc: freebsd-questions@freebsd.org Subject: Re: Problems mounting a DOS drive In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 30 Aug 1996, Frank Seltzer wrote: > I am having problems mounting a DOS drive under 2.1.5 . No matter what I > type, I get the same error message: > > % /sbin/mount -t msdos /dev/wd2 /mnt > msdos: mount: Invalid argument > % /sbin/mount -t msdos /dev/wd2s1 /mnt > msdos: mount: Invalid argument > % /sbin/mount -t msdos /dev/wd2s1a /mnt > msdos: mount: Invalid argument > % /sbin/mount -t msdos /dev/wd2s1e /mnt > msdos: mount: Invalid argument This means the source filesystem (/dev/wd2) is not a valid DOS partition, at least as far as mount is concerned. Be evil and run mount_msdos manually: mount_msdos /dev/wd2 /mnt Also try using the 'c' device: mount_msdos /dev/wds1c /mnt > This drive has Win95 on it and is from another machine and I need to > retrieve some files from it and the machines are not networked. > > The drive is jumpered as master and is on the second IDE connector on the > motherboard by itself. The boot drive is SCSI. > > Does anyone have any suggestions? Floppies work fine too :-) mount -t msdos /dev/fd0 /mnt Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major