Date: 15 Oct 2001 14:46:18 +0100
From : Mark Kilmartin <mrk@renre-europe.com> Add To Address Book
To: clusternfs@warnes.net
Subject: Possible bug
I have a system configured as follows
The server uses LVM and reiserFS
Server:
partition Mount Point
/dev/sda3 /
/dev/sda2 /boot
/dev/pv0/data /usr/local/data
/dev/pv0/home /home
/ is exported to all clients.
On the clients I can see /usr/local/data and /home fine.
If I try to do the following on a client.
cd /home
mv file1 /usr/local/data/file2
I get the following error
mv: cannot move `file1' to a subdirectory of itself,
`/usr/local/data/file2
If on the other hand I mount /usr/local/data and /home on the the client
everything works.
As I said this may be a bug or not.
It may be better for mounted file systems on the server not to be
exported when / is exported.
Thanks for an excelent application.
It has been a great help to ma and has saved me a lot of time.
Mark Kilmartin
Logged In: YES
user_id=9316
16 Oct 2001 08:50:48 +0100
From: Mark Kilmartin <mrk@renre-europe.com> Add To Address Book
To: clusternfs@warnes.net
Subject: Re: Possible bug
[...]
I'm having the problem when I only mount / on the clients.
When I do this I can still see /home and /usr/local/data.
But have problems with the move.
However if I actually mount /home and /usr/local/data on the clients the
problem goes away.
Mark