From owner-freebsd-sparc64@FreeBSD.ORG Mon Dec 1 20:29:57 2003 Return-Path: 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 B85C116A4CE for ; Mon, 1 Dec 2003 20:29:57 -0800 (PST) Received: from mighty.grot.org (66-117-150-96.web.lmi.net [66.117.150.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7394843FBD for ; Mon, 1 Dec 2003 20:29:55 -0800 (PST) (envelope-from aditya@grot.org) Received: by mighty.grot.org (Postfix, from userid 515) id 501E05D6B; Mon, 1 Dec 2003 20:29:55 -0800 (PST) Date: Mon, 1 Dec 2003 23:29:55 -0500 From: Aditya To: sparc@freebsd.org Message-ID: <20031202042955.GF39563@mighty.grot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: mounting a 4.x drive under 5.2-BETA X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 04:29:57 -0000 So I have a second drive in my 5.2-BETA running Netra X1 that I had in a 4-STABLE i386 box that I mounted as: /dev/ad2c /data ufs rw 0 3 I get a complaint when I tried to mount it. Since mount doesn't have any special options for mounting a UFS1 partition, I can't figure out what I might be doing wrong... Am I trying something that is impossible? some# mount /dev/ad1c /mnt mount: /dev/ad1c on /mnt: incorrect super block some# uname -a FreeBSD some.lan.grot.org 5.2-BETA FreeBSD 5.2-BETA #0: Wed Nov 26 23:53:05 GMT 2003 root@luthien.local:/usr/obj/usr/src/sys/GENERIC sparc64 some# bsdlabel -A -m i386 ad1 # /dev/ad1: type: unknown disk: trunk label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 16 sectors/cylinder: 1008 cylinders: 155061 sectors/unit: 156301488 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 156301488 0 4.2BSD 2048 16384 89 # "raw" part, don't edit bsdlabel: partition c is not marked as unused! bsdlabel: An incorrect partition c may cause problems for standard system utilities Thanks, Adi