From owner-freebsd-questions@FreeBSD.ORG Thu Jul 8 21:00:46 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 EC64816A4CE for ; Thu, 8 Jul 2004 21:00:46 +0000 (GMT) Received: from bilbo.otenet.gr (bilbo.otenet.gr [195.170.0.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2959B43D41 for ; Thu, 8 Jul 2004 21:00:46 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b172.otenet.gr [212.205.244.180]) i68L0hGi012860; Fri, 9 Jul 2004 00:00:44 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.11/8.12.11) with ESMTP id i68L0g2e036918; Fri, 9 Jul 2004 00:00:42 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.11/8.12.11/Submit) id i68L0gQV036917; Fri, 9 Jul 2004 00:00:42 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 9 Jul 2004 00:00:42 +0300 From: Giorgos Keramidas To: Jake Zhen Message-ID: <20040708210042.GB48751@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: questions@freebsd.org Subject: Re: mounting disks 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: Thu, 08 Jul 2004 21:00:47 -0000 On 2004-07-08 16:38, Jake Zhen wrote: > hi. > my computer has two disks with 1.5 GB each. during instillation, i created > four slices: ad0s1,ad0s2,ad1s1,and ad1s2. how do i mount all these slices > using Mount pt. in FreeBSD Disklabel Editor? what letter shoud i type when > it ask for mount pt.? In FreeBSD disks have slices and then each slice has "partitions". In general, you don't mount slices. There are -- of course -- exceptions but let's not make things too difficult to grasp :-). If you're confused about formatting and mounting media (disks, floppies, cdroms) in FreeBSD you should probably skim through the article: "Formatting Media For Use With FreeBSD" http://www.freebsd.org/doc/en_US.ISO8859-1/articles/formatting-media/index.html HTH, Giorgos