Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jan 2004 03:22:20 -0500
From:      "Theresa L. Ford" <bsd@cattail.nu>
To:        freebsd-questions@freebsd.org
Subject:   Re: Can't mount primary msdos slice
Message-ID:  <20040101032220.1f567684.bsd@cattail.nu>
In-Reply-To: <20040101092307.49841.qmail@web9601.mail.yahoo.com>
References:  <20040101092307.49841.qmail@web9601.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 1 Jan 2004 01:23:07 -0800 (PST)
Olga Zenkova <siro200@yahoo.com> wrote:

> Can't mount primary msdos slice on FreeBSD 5.1. Get:
> "/dev/ad4s2 - invalid argument". The file for the
> device /dev/ad4s2 exists - I see it by "ls". May be I
> need some additional keys in the mount string?
> 
> Thanks,
> Olga

For 4.9-Stable, this works for me.  Maybe it is close for 5.1?

In kernel:
options         MSDOSFS                 #MSDOS Filesystem

Command:
mount_msdos /dev/ad3s8 /mnt

Of course, substitute your device.

- T



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040101032220.1f567684.bsd>