[140] in arla-drinkers
Re: How do I find the FreeBSD major?
daemon@ATHENA.MIT.EDU (Love)
Thu Jul 23 13:49:34 1998
From arla-drinkers-request@sundance.stacken.kth.se Thu Jul 23 17:49:34 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 3331 invoked from network); 23 Jul 1998 17:49:32 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 23 Jul 1998 17:49:32 -0000
Received: from elixir.e.kth.se (sendmail@elixir.e.kth.se [130.237.48.5])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id TAA28021
for <arla-drinkers@stacken.kth.se>; Thu, 23 Jul 1998 19:44:52 +0200 (MET DST)
Received: from zafir.e.kth.se (zafir.e.kth.se [130.237.48.6])
by elixir.e.kth.se (8.8.7/8.8.7) with ESMTP id TAA19262;
Thu, 23 Jul 1998 19:44:51 +0200 (MET DST)
Received: (e96_lho@localhost) by zafir.e.kth.se (8.8.7/8.6.6) id TAA03045; Thu, 23 Jul 1998 19:44:50 +0200 (MET DST)
Sender: e96_lho@elixir.e.kth.se
To: "Peter J. Braam" <braam@cs.cmu.edu>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: How do I find the FreeBSD major?
References: <Pine.LNX.3.96.980723124224.31117H-100000@carissimi.coda.cs.cmu.edu>
From: Love <lha@stacken.kth.se>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Date: 23 Jul 1998 19:44:50 +0200
In-Reply-To: "Peter J. Braam"'s message of Thu, 23 Jul 1998 12:43:49 -0400 (EDT)
Message-ID: <yxb2ogugo419.fsf@zafir.e.kth.se>
Lines: 36
X-Mailer: Gnus v5.3/Emacs 19.34
"Peter J. Braam" <braam@cs.cmu.edu> writes:
> On FreeBSD I get the following output:
>
> su-2.01# modload -e xfs_mod -o /var/tmp/symbols /usr/arla/bin/xfs_mod.o
> [..]
> status = 0
> Module loaded as ID 1
> su-2.01# ls -l /dev | grep 17
> crw-r----- 1 root operator 17, 0 Apr 15 13:34 ch0
>
>
> Is 17 the major I want? What should I look for in the console output?
Nope. Check our dmesg
datan # dmesg | grep -A 2 -B 1 char
Loading mod...
char device number 128
syscall 210
Using VFS slot 18
17 is the VFS slot as you see in the vfsconf output. (I have 18)
> The following confuses me. In var log messages I found the major of
> /dev/xfs0. The next step is to mount, but I get the following error:
>
> su-2.01# /usr/arla/bin/mount_xfs /afs /dev/xfs0
> mount_xfs: mount: Not a directory
Do it the other way around. ie. ``mount_xfs /dev/xfs0 /afs''
Check /usr/arla/bin/startarla (it should work).
Love