Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 2004 18:03:22 +0200
From:      Feczak Szabolcs <feczo@geek.hu>
To:        freebsd-questions@freebsd.org
Subject:   Re: Serious NWFS problems ...
Message-ID:  <20040423160322.GA59958@nmi.rulez.org>
In-Reply-To: <20040423153423.GA59600@nmi.rulez.org>
References:  <20040423132341.GA55591@nmi.rulez.org> <20040423133153.GB55859@nmi.rulez.org> <20040423153423.GA59600@nmi.rulez.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Ok here gets realy interesting :

$ mount /mnt/nwfs/
$ mount | grep nwfs
/NWSERVER:ADMIN/SDI on /mnt/nwfs (nwfs)
$ file /mnt/nwfs/.
/mnt/nwfs/.: directory
$ rm /mnt/nwfs/*
rm: /mnt/nwfs/DESKTOP.AFP: is a directory
rm: /mnt/nwfs/Icon: Unknown error: 35216
rm: /mnt/nwfs/Network Trash Folder: is a directory
rm: /mnt/nwfs/a: is a directory
rm: /mnt/nwfs/agica: is a directory
rm: /mnt/nwfs/baby: is a directory
rm: /mnt/nwfs/data: is a directory
rm: /mnt/nwfs/deleted.sav: is a directory
rm: /mnt/nwfs/fokonyv: is a directory
rm: /mnt/nwfs/test: is a directory
rm: /mnt/nwfs/x: is a directory
$ cp /tmp/testfile1 /mnt/nwfs

# yayy problem here
$ file /mnt/nwfs/.
/mnt/nwfs/.: can't stat `/mnt/nwfs/.' (No such file or directory).

# here we use a little trick
$ file /mnt/nwfs/a/../.
/mnt/nwfs/a/../.: directory

# and whoola its readable again
$ file /mnt/nwfs/.
/mnt/nwfs/.: directory

---------------------

If after problem I go inside the /mnt/nwfs dir and repeat ls several times 
I got:

$ file /mnt/nwfs/.
/mnt/nwfs/.: can't stat `/mnt/nwfs/.' (No such file or directory).
$ cd /mnt/nwfs
$ ls
ls: .: No such file or directory
$ ls
ls: .: No such file or directory
$ ls
ls: .: No such file or directory
$ ls
ls: .: No such file or directory
$ ls
DESKTOP.AFP             a                       data                    test
Icon                    agica                   deleted.sav             testfile2
Network Trash Folder    baby                    fokonyv                 x
$ 

hm strange ...

Kernel is compiled with 
options     HZ=1000

Can be this the problem ? 


-- 
  _(_)_
 (_. o_)            F3CZ0
   (_,)     http://feczo.nmi.rulez.org
  (    )    __________________________
  // //



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040423160322.GA59958>