From owner-freebsd-sparc64@FreeBSD.ORG Wed Oct 4 12:27:49 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8B5B16A407 for ; Wed, 4 Oct 2006 12:27:49 +0000 (UTC) (envelope-from sidharth.seth@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71A0143D55 for ; Wed, 4 Oct 2006 12:27:49 +0000 (GMT) (envelope-from sidharth.seth@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so243489pye for ; Wed, 04 Oct 2006 05:27:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EK4JOErNWaSbKCMo4jFpvQV3SpkN+72OXCkVobT5l3/R2RY0Sza5coUk6/bTedCc/hMDZueI53DHEgWDL1P/up/WYhwiJcLO5uw8FgnS8OkDaen19BbO5e9ykO74JoH/zrfZRsCri2z+Uz1uBAmLL9CGK1IeqH6hYsakSm3Dvmw= Received: by 10.35.34.20 with SMTP id m20mr1063374pyj; Wed, 04 Oct 2006 05:27:48 -0700 (PDT) Received: by 10.35.110.12 with HTTP; Wed, 4 Oct 2006 05:27:48 -0700 (PDT) Message-ID: <95bf4dc60610040527t7c732c5ct3dbbbb8878ab59e5@mail.gmail.com> Date: Wed, 4 Oct 2006 14:27:48 +0200 From: "siddharth seth" To: freebsd-sparc64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: FreeBSD not detecting disk partitions of slave drive X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 12:27:49 -0000 Hi I am using FreeBSD 6.1 on Ultra Sparc II. I have two hard drives on my system. ad0 has only Free BSD installed and is the master and ad1 has multiple partitions, (1 FREEBSD, 2 FAT32) and is the slave FreeBSD is able to detect both the drives but doesnot show the partitions of ad1 in /dev, because of which I am unable to mount it. The MAKEDEV script is not there, since devfs is supposed to take care of this all . Even the fdisk utility in sysinstall shows ad1 as a single block and not the individual partitions. I donot wish to repartition ad1 since I have lots of data in the drive and cannot afford to loose it. Help and ideas needed to solve this problem. Thanks in advance -- Siddharth Seth