In local.freebsd.current you write:

>On Mon, Nov 26, 2001 at 12:07:22AM +0100, Maxime Henrion wrote:
>> If my patch is exact, then the bug should manifest itself only if there
>> are no network filesystems mounted.  Do you have any network fs mounted
>> on your box ?

>No networked filesystems here, and no problems:

They don't have to be mounted, just loaded.  E.g. if "nfs"
shows up with "lsvfs", "df -l " will work, if not, it won't.
(dunno about other network file systems).

Thus:

  gw% lsvfs
  Filesystem                        Refs Flags
  -------------------------------- ----- ---------------
  ufs                                  5 
  procfs                               1 synthetic
  gw% df -l
  gw% 
  gw% su -m
  Password:
  gw# kldload nfs
  gw# ^D
  gw% lsvfs
  Filesystem                        Refs Flags
  -------------------------------- ----- ---------------
  ufs                                  5 
  procfs                               1 synthetic
  nfs                                  0 network
  gw% df -l
  Filesystem  1K-blocks     Used    Avail Capacity  Mounted on
  /dev/ad0s1a    254063    45332   188406    19%    /
  /dev/ad0s1g  34487716  1482012 30246688     5%    /home
  /dev/ad0s1e   2032623   519974  1350040    28%    /usr
  /dev/ad0s1f   2032623     2901  1867113     0%    /var
  procfs              4        4        0   100%    /proc
  /dev/vn0c      130020        4   119616     0%    /tmp

(This is on -STABLE, BTW)

  $.02,
  /Mikko

>[341]nathan@bokonon:~% df -k
>Filesystem  1K-blocks     Used    Avail Capacity  Mounted on
>/dev/da0s1a     99191    52993    38263    58%    /
>devfs               1        1        0   100%    /dev
>/dev/da0s1f   6450317  4945823   988469    83%    /usr
>/dev/da0s1e     99191     7816    83440     9%    /var
>procfs              4        4        0   100%    /proc
>[342]nathan@bokonon:~% df -l
>Filesystem  512-blocks     Used    Avail Capacity  Mounted on
>/dev/da0s1a     198382   105986    76526    58%    /
>devfs                2        2        0   100%    /dev
>/dev/da0s1f   12900634  9891646  1976938    83%    /usr
>/dev/da0s1e     198382    15632   166880     9%    /var
>procfs               8        8        0   100%    /proc
>[343]nathan@bokonon:~% uname -a
>FreeBSD bokonon.rtfm.net 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Nov  4 23:28:25 EST 
>2001     [EMAIL PROTECTED]:/usr/src/sys/i386/compile/SAN_LORENZO  i386

[...]
-- 
 Mikko Työläjä[EMAIL PROTECTED]
 RSA Security

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to