[137] in arla-drinkers
How do I find the FreeBSD major?
daemon@ATHENA.MIT.EDU (Peter J. Braam)
Thu Jul 23 12:50:18 1998
From arla-drinkers-request@sundance.stacken.kth.se Thu Jul 23 16:50:16 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 2487 invoked from network); 23 Jul 1998 16:50:15 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 23 Jul 1998 16:50:15 -0000
Received: from carissimi.coda.cs.cmu.edu (CARISSIMI.CODA.CS.CMU.EDU [128.2.181.8])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id SAA27122
for <arla-drinkers@stacken.kth.se>; Thu, 23 Jul 1998 18:43:51 +0200 (MET DST)
Received: from localhost (braam@localhost)
by carissimi.coda.cs.cmu.edu (8.8.7/8.8.7) with SMTP id MAA06996
for <arla-drinkers@stacken.kth.se>; Thu, 23 Jul 1998 12:43:49 -0400
X-Authentication-Warning: carissimi.coda.cs.cmu.edu: braam owned process doing -bs
Date: Thu, 23 Jul 1998 12:43:49 -0400 (EDT)
From: "Peter J. Braam" <braam@cs.cmu.edu>
X-Sender: braam@carissimi.coda.cs.cmu.edu
To: arla-drinkers@stacken.kth.se
Subject: How do I find the FreeBSD major?
In-Reply-To: <yxb2btqgy3s7.fsf@zafir.e.kth.se>
Message-ID: <Pine.LNX.3.96.980723124224.31117H-100000@carissimi.coda.cs.cmu.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
On FreeBSD I get the following output:
su-2.01# modload -e xfs_mod -o /var/tmp/symbols /usr/arla/bin/xfs_mod.o
xfs_channel[0] = {
messageq.next = 0xf5a4e1f4 messageq.prev = 0xf5a4e1f4 sleepq.next =
0xf5a4e204 sleepq.prev = 0xf5a4e204 nsequence = 0 selecting_proc = 0x0
status = 0
}
xfs_channel[1] = {
messageq.next = 0xf5a4e224 messageq.prev = 0xf5a4e224 sleepq.next =
0xf5a4e234 sleepq.prev = 0xf5a4e234 nsequence = 0 selecting_proc = 0x0
status = 0
}
Currently loaded filesystems are:
vfsconf[0] = { "", 0x0}
vfsconf[1] = { "ufs", 0xf020d2a0}
vfsconf[2] = { "nfs", 0xf020b880}
vfsconf[3] = { "", 0x0}
vfsconf[4] = { "msdos", 0xf020a984}
vfsconf[5] = { "", 0x0}
vfsconf[6] = { "", 0x0}
vfsconf[7] = { "", 0x0}
vfsconf[8] = { "", 0x0}
vfsconf[9] = { "", 0x0}
vfsconf[10] = { "", 0x0}
vfsconf[11] = { "", 0x0}
vfsconf[12] = { "procfs", 0xf020a550}
vfsconf[13] = { "", 0x0}
vfsconf[14] = { "cd9660", 0xf0208100}
vfsconf[15] = { "", 0x0}
vfsconf[16] = { "", 0x0}
vfsconf[17] = { "xfs", 0xf5a4e060}
Current xfs_nodes on xfs[0] are:
Current xfs_nodes on xfs[1] are:
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?
- Peter -