Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 2010 11:31:01 +0800
From:      Fbsd1 <fbsd1@a1poweruser.com>
To:        Adam Vande More <amvandemore@gmail.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: How To create msdosfs on HD?
Message-ID:  <4BDA4EF5.7050703@a1poweruser.com>
In-Reply-To: <p2k6201873e1004290541s3148df16h79a63858686837f5@mail.gmail.com>
References:  <4BD97BAF.8080002@a1poweruser.com>	<op.vbxbzwnzwdsea2@ccbh-194.acct.upmchs.net> <p2k6201873e1004290541s3148df16h79a63858686837f5@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Adam Vande More wrote:
> On Thu, Apr 29, 2010 at 6:36 AM, Rod Person <rodperson@rodperson.com> wrote:
> 
>> On Thu, 29 Apr 2010 09:29:35 -0300, Fbsd1 <fbsd1@a1poweruser.com> wrote:
>>
>>> I know mount_msdosfs command is used to mount a HD formated with fat, but
>>> I could not find a FBSD command to create a msdos file system on a hard
>>> drive. Native dos fdisk/format is no good because it's not USB aware. Is
>>> there any FBSD command or port I can use to reformat the UFS hard drive with
>>> msdosfs?
>>
> dd if=/dev/zero of=/dev/da0 bs=512k count=10
> fdisk -i /dev/da0
> newfs_msdos -F32 /dev/da0s1
> 

Thank you very much.
Thats the answer I was hoping for.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BDA4EF5.7050703>