From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 11:44:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDB9A16A4CF for ; Wed, 1 Dec 2004 11:44:49 +0000 (GMT) Received: from alexandr.fdns.net (212-104-97-169.cable.evrocom.net [212.104.97.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4821543D5A for ; Wed, 1 Dec 2004 11:44:47 +0000 (GMT) (envelope-from admin@alexandr.fdns.net) Received: from localhost ([127.0.0.1] helo=alexandr.fdns.net) by alexandr.fdns.net with esmtp (Exim 4.43 (FreeBSD)) id 1CZUq8-000Pa1-4i; Wed, 01 Dec 2004 13:48:24 +0000 Received: (from admin@localhost) by alexandr.fdns.net (8.13.1/8.12.10/Submit) id iB1DlxVH098331; Wed, 1 Dec 2004 13:47:59 GMT (envelope-from admin) Date: Wed, 1 Dec 2004 13:46:42 +0000 From: Alexandr To: MarC Message-ID: <20041201134642.GJ859@alexandr.fdns.net> References: <20041201113710.78126.qmail@cbo.his.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041201113710.78126.qmail@cbo.his.ro> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@FreeBSD.org Subject: Re: a little problem!!!!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:44:49 -0000 On Wed, Dec 01, 2004 at 01:37:10PM +0200, MarC wrote: > hello, my name is marc and i'm from Romania. > I have a little problem: i just bought a laptop Compaq Presario 1200, old > laptop, and my operating system is FreeBSD. I wanted to format it and i > don't know how. In Bios this feature insn't. Please tell me a list of > commands in FreeBSD how do I format my hard-disk....and even other > sugestions.ok? > > Thx for all that and good bye.... > mar-c > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" You need newfs utility. For more info : man newfs for example format floppy: newffs /dev/fd0 format hard partition: newffs /dev/ad0s1