Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g5O0FnnC013639 for ; Sun, 23 Jun 2002 17:15:49 -0700 Received: (from majordomo@localhost) by oss.sgi.com (8.12.3/8.12.3/Submit) id g5O0FnIc013638 for linux-xfs-outgoing; Sun, 23 Jun 2002 17:15:49 -0700 X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-xfs@oss.sgi.com using -f Received: from deliverator.sgi.com (deliverator.SGI.COM [204.94.214.10] (may be forged)) by oss.sgi.com (8.12.3/8.12.3) with SMTP id g5O0FenC013609 for ; Sun, 23 Jun 2002 17:15:41 -0700 Received: from larry.melbourne.sgi.com (larry.melbourne.sgi.com [134.14.52.130]) by deliverator.sgi.com (980327.SGI.8.8.8-aspam/980304.SGI-aspam: SGI does not authorize the use of its proprietary systems or networks for unsolicited or bulk email from the Internet.) via SMTP id RAA03640 for ; Sun, 23 Jun 2002 17:18:57 -0700 (PDT) mail_from (nathans@larry.melbourne.sgi.com) Received: from frodo.melbourne.sgi.com (frodo.melbourne.sgi.com [134.14.55.153]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id KAA03462; Mon, 24 Jun 2002 10:17:38 +1000 Received: from frodo.melbourne.sgi.com (nathans@localhost [127.0.0.1]) by frodo.melbourne.sgi.com (8.12.4/8.12.4/Debian-2) with ESMTP id g5O0Gx7G001188; Mon, 24 Jun 2002 10:16:59 +1000 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.4/8.12.4/Debian-2) id g5O0GwsO001186; Mon, 24 Jun 2002 10:16:58 +1000 Date: Mon, 24 Jun 2002 10:16:58 +1000 From: Nathan Scott To: Zach Lowry Cc: linux-xfs@oss.sgi.com Subject: Re: Slight problem with XFS/Linux and Indy Drive Message-ID: <20020624001658.GB961@frodo> References: <000201c21a3b$c74cffa0$6401a8c0@WORKGROUP> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000201c21a3b$c74cffa0$6401a8c0@WORKGROUP> User-Agent: Mutt/1.4i X-Spam-Status: No, hits=-3.0 required=5.0 tests=IN_REP_TO,MAY_BE_FORGED,PORN_10 version=2.20 X-Spam-Level: Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk hi, On Sat, Jun 22, 2002 at 05:25:55PM -0500, Zach Lowry wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello all! > > I've gotten my hands here recently on an R5k Indy, with IRIX 6.5 and > a 2 gb HD. Unfortunately, the seller didn't leave me with a root Boot IRIX into the miniroot - when booting up you will be prompted to "Stop for maintenance" (or something along those lines)... and from there you'll be able to get a root shell. The root filesystem is mounted at /root when in the miniroot, iirc, so you'll need to edit /root/etc/passwd. You should be able to find full details on this in the IRIX admin guides on http://techpubs.sgi.com/. > 2. Is there any way to check what the block size of the disk is from > Linux? If not, could I tell from the console in Irix? I ask because > I've got some sparcs and alphas, and if there's a pretty good chance > it might be 8k, I'll build them a new kernel. (you have to have root access for this:) # xfs_db -r -c sb -c "'p blocksize'" /dev/XXX The default blocksize is 4K in IRIX. cheers. -- Nathan