From owner-freebsd-questions Tue Dec 27 22:34:45 1994 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id WAA04074 for questions-outgoing; Tue, 27 Dec 1994 22:34:45 -0800 Received: from beta.tricity.wsu.edu (beta.tricity.wsu.edu [192.31.216.9]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id WAA04068 for ; Tue, 27 Dec 1994 22:34:43 -0800 Received: by beta.tricity.wsu.edu (5.65/DEC-Ultrix/4.3) id AA19353; Tue, 27 Dec 1994 22:35:52 -0800 Message-Id: <9412280635.AA19353@beta.tricity.wsu.edu> Subject: Can't mount DOS partition To: FreeBSD-questions@freefall.cdrom.com Date: Tue, 27 Dec 1994 22:35:51 -0800 (PST) From: "Mark Smith" X-Mailer: ELM [version 2.4 PL22] Content-Type: text Content-Length: 460 Sender: questions-owner@freebsd.org Precedence: bulk Greetins, I've JUST installed FreeBSD 2.0 off of the CDROM. My current problem is that I can't mount the DOS partitions. When the system tries to mount it, the message of "invalid arguments" is returned from mount. The fstab entry looks like this /dev/wd0h /dos msdos rw 1 1 When I try to manuall mount either wd0h or wd1h (both mounted previously under 1.1) by the following mount_msdos /dev/wd0h /dos I again get invalid argument. Any Ideas? Mark