Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 1999 16:01:04 -0400
From:      Christopher Michaels <ChrisMic@clientlogic.com>
To:        "'noelt@rani.pworld.net.ph'" <noelt@rani.pworld.net.ph>, freebsd-questions@freeBSD.ORG
Subject:   RE: How to Format a HD?
Message-ID:  <6C37EE640B78D2118D2F00A0C90FCB4401105C9E@site2s1>

next in thread | raw e-mail | index | archive | help
> -----Original Message-----
> From:	noelt@rani.pworld.net.ph [SMTP:noelt@rani.pworld.net.ph]
> Sent:	Saturday, September 25, 1999 2:06 PM
> To:	freebsd-questions@freeBSD.ORG
> Subject:	How to Format a HD?
> 
> Hello To All,
> 
> Sorry, if you already discuss this one. I am new with FreeBSD, I just
> recently shift from RedHat Linux.
> 
	'man newfs'

> How do I format a particular partition in FreeBSD? and how do I mount a
> Linux and a dos partition?
> 
	mount -t msdos /dev/device /mountpoint
	mount -t ext2fs /dev/device /mountpoint

	Where 'device' is the dev entry for partition you wish to mount.
E.g. to mount a dos floppy mount -t msdos /dev/fd0 /mnt

> Many thanks.
> 
> 
> noelt.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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