From hu006co@mail.euroweb.hu  Wed Jun 24 03:23:57 1998
Received: from mail.euroweb.hu (mail.euroweb.hu [193.226.220.4])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA25890
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Jun 1998 03:23:52 -0700 (PDT)
          (envelope-from hu006co@mail.euroweb.hu)
Received: (from hu006co@localhost)
	by mail.euroweb.hu (8.8.5/8.8.5) id MAA09584
	for freebsd.org!FreeBSD-gnats-submit; Wed, 24 Jun 1998 12:22:59 +0200 (MET DST)
Received: (from zgabor@localhost)
	by CoDe.hu (8.8.8/8.8.8) id MAA00740;
	Wed, 24 Jun 1998 12:21:45 +0200 (CEST)
	(envelope-from zgabor)
Message-Id: <199806241021.MAA00740@CoDe.hu>
Date: Wed, 24 Jun 1998 12:21:45 +0200 (CEST)
From: zgabor@zg.CoDe.hu
Reply-To: zgabor@zg.CoDe.hu
To: freebsd.org!FreeBSD-gnats-submit@zg.CoDe.hu
Subject: fstat(1)
X-Send-Pr-Version: 3.2

>Number:         7043
>Category:       bin
>Synopsis:       the fstat command doesn't know ISOFS, MSDOSFS, etc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 24 03:30:01 PDT 1998
>Closed-Date:    Mon Jun 11 04:53:14 PDT 2001
>Last-Modified:  Mon Jun 11 04:53:51 PDT 2001
>Originator:     Zahemszky Gabor
>Release:        FreeBSD 2.2.6-RELEASE i386
>Organization:
CoDe Ltd.
>Environment:

	2.2.6-RELEASE with a mounted CD or DOS-type fs

>Description:

	The fstat(1) comamnd doesn't know anything about ISOFS, MSDOSFS, etc.
As from the src (1.7.2.5), the only supported vnode tagtypes are:
UFS, MFS, NFS.  It's a big problem, as one cannot find info about
files/processes using CD-ROMs, files on Dos filesystems (and on the other
filesystems - well most of them doesn't work - as I know).  By the way,
the output is not so understandable:
$ mount /cdrom
$ cd /cdrom
$ fstat -p $$
....
logname	   sh		pid	wd -         - ?(e)     -
....
$ mount /dos
$ cd /dos
$ fstat -p $$
....
logname	   sh		pid	wd -         - ?(10)     -
....

From the source (and from sys/vnode.h) I found, that it's the enum value
of the fs tyep - but maybe it would be better to write it ...

>How-To-Repeat:

	Mount a CD or a DOS partition or a devfs/(cfs)Codafs/or any other
type of filesystem, and run fstat.

>Fix:
	
	

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->suspended 
State-Changed-By: phk 
State-Changed-When: Wed Jul 1 22:46:18 PDT 1998 
State-Changed-Why:  
awaiting patch & committer 

From: Tim Vanderhoek <tim@localhost.nowhere>
To: freebsd-gnats-submit@FreeBSD.org, zgabor@zg.CoDe.hu
Cc: vanderh@ecf.toronto.edu
Subject: Re: bin/7043: the fstat command doesn't know ISOFS,%
Date: Thu, 18 May 2000 04:16:00 -0400 (EDT)

 >   Audit-Trail
 >          
 >State-Changed-From-To: open->suspended
 >State-Changed-By: phk
 >State-Changed-When: Wed Jul 1 22:46:18 PDT 1998
 >State-Changed-Why:
 >awaiting patch & committer
 
 See bin/16364, which supplies patch
 
 
State-Changed-From-To: suspended->closed 
State-Changed-By: ru 
State-Changed-When: Mon Jun 11 04:53:14 PDT 2001 
State-Changed-Why:  
Superseded by PR bin/16364. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=7043 
>Unformatted:
