Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2005 12:37:48 +0200
From:      Claus Guttesen <kometen@gmail.com>
To:        freebsd-amd64@freebsd.org
Subject:   filesystem reported full while copying from nfs-mount
Message-ID:  <b41c755205051903376e3a18c4@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi.

I nfs-mounted a volume from host a to host b. While copying a folder
recursively from the nfs-server to the client the system reported
filesystem full. The folder is 2.3 GB and destination volume has
enough diskspace.

I did a foreach-loop from zsh and initiated five concurrent scp's
using this script:

foreach C (`ls mappe*|cut -d ":" -f 1|grep mappe`)
echo $C
time scp -r monica/2002-09-01 $C &
end

bmw~%>df -h                                            =20
/dev/amrd0s2f          15G     11G    2.8G    80%    /home
monica:/home/claus     15G    2.3G     12G    16%    /home/claus/monica

Nothing earthshattering. Used udp- and tcp-mounts.

The server is a Dell PE 2850 @ 2.8 GHz and 4 GB RAM using the
amd64-release port.

regards
Claus



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