On Mon, Apr 10, 2000 at 04:39:28PM -0400, David E. Cross wrote:

 > The new drive was mounted faithfully by the old fstab.  Yet I now see 
 > "Stale NFS Handle"s on my clients.  What did I do wrong?

restore(8) doesn't preserve inode allocations:

     A level zero dump must be done after a full restore.  Because restore
     runs in user code, it has no control over inode allocation; thus a full
     dump must be done to get a new set of directories reflecting the new in-
     ode numbering, even though the contents of the files is unchanged.

I believe FH numbering is a bit more complicated than dev/inode concatenation
anyway, but the lack of inode number preservation is probably what bit you
this time.

    - mark

-- 
Mark Newton                               Email:  [EMAIL PROTECTED] (W)
Network Engineer                          Email:  [EMAIL PROTECTED]  (H)
Internode Systems Pty Ltd                 Desk:   +61-8-82232999
"Network Man" - Anagram of "Mark Newton"  Mobile: +61-416-202-223


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

Reply via email to