On Fri, Apr 23, 2004 at 08:49:18PM +0200, Feczak Szabolcs wrote:
> 4.9-Beta and 5.2.1 has this fixed, saidly 5.2.1 produces
> critical kernel panic with ncpmount, so my only choice
> currently is 4.9-Beta ... but If I can't resolve these
> problems ... maybe none :(
I ment 4.10-Beta here ...
On Sat, Apr 24, 2004 at 01:39:14AM +0930, Malcolm Kay wrote:
> This command should always give an error. If
> /mnt/nwfs does not exist you can't create
> /mnt/nwfs/., and if /mnt/nwfs exist then so will
> /mnt/nwfs/.
That was the point, to make the os admit, that it
exist, so
$ mkdir /mnt/nwfs/.
On Saturday 24 April 2004 01:04, Feczak Szabolcs wrote:
> It gets more interesting:
>
> $ mkdir /mnt/nwfs/.
> mkdir: /mnt/nwfs/.: File exists
This command should always give an error. If
/mnt/nwfs does not exist you can't create
/mnt/nwfs/., and if /mnt/nwfs exist then so will
/mnt/nwfs/.
On Fri
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 dir
It gets more interesting:
$ mkdir /mnt/nwfs/.
mkdir: /mnt/nwfs/.: File exists
$ file /mnt/nwfs/.
/mnt/nwfs/.: can't stat `/mnt/nwfs/.' (No such file or directory).
Looks like we realy have problem with nwfs here ;(
Any ideas to solve ?
--
_(_)_
(_. o_)F3CZ0
(_,) http://f
Oh btw, it is 4.10-BETA, since 4.9-RELEASE I had
problems with smbfs see here :
http://www.freebsd.org/cgi/query-pr.cgi?pr=64719
So I have to act as a samba and netware client.
I have also tried 5.x, but 5.x freezes with
ncpmount ...
Any ideas appreciated ... Thanks
--
_(_)_
(_. o_)
Hi,
The problem first occured with rsync :
link_stat "/mnt/nwfs/." failed: No such file or directory
rsync error: some files could not be transferred (code 23) at main.c(632)
But I have figured out that is not rsync specific problem,
I can reproduce the error, with basic system tools, such as c