[177] in arla-drinkers
Re: FreeBSD and arla0.8
daemon@ATHENA.MIT.EDU (Assar Westerlund)
Wed Jul 29 13:31:20 1998
From owner-arla-drinkers@stacken.kth.se Wed Jul 29 17:31:20 1998
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 7575 invoked from network); 29 Jul 1998 17:31:18 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 29 Jul 1998 17:31:18 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id TAA29084
for arla-drinkers-list; Wed, 29 Jul 1998 19:25:44 +0200 (MET DST)
Received: from assaris.sics.se (assaris.sics.se [193.10.66.108])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id TAA29078
for <arla-drinkers@stacken.kth.se>; Wed, 29 Jul 1998 19:25:40 +0200 (MET DST)
Received: (from assar@localhost) by assaris.sics.se (8.8.5/8.7.3) id TAA25274; Wed, 29 Jul 1998 19:27:37 +0200 (MET DST)
To: aarons@qual.net
Cc: arla-drinkers@stacken.kth.se
Subject: Re: FreeBSD and arla0.8
References: <XFMail.980729131926.aarons@veritas.qual.net>
Mime-Version: 1.0 (generated by tm-edit 7.68)
Content-Type: text/plain; charset=US-ASCII
From: Assar Westerlund <assar@sics.se>
Date: 29 Jul 1998 19:27:35 +0200
In-Reply-To: "A. Bradley Stanley"'s message of "Wed, 29 Jul 1998 13:19:26 -0400 (EDT)"
Message-ID: <5ld8ao8t4o.fsf@assaris.sics.se>
Lines: 16
X-Mailer: Gnus v5.5/Emacs 19.34
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
"A. Bradley Stanley" <aarons@veritas.qual.net> writes:
> veritas# mount_xfs /dev/xfs0 /afs
> mount_xfs: mount: Operation not supported by device
>
> I created /dev/xfs0 with major of 128 and minor of 0, loaded it fine
> using the startarla script, tried loading it by hand, neither
> worked.
I assume that 128 was the character device major you got when loading
the module?
Try enabling all the debug output in xfs/bsd/xfs_deb.c, reload the
module, and see what debug output you get when trying to mount the
file system.
/assar