AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

Cann't delete directory in NFS mounted directory

  • 1.  Cann't delete directory in NFS mounted directory

    Posted Tue March 28, 2006 09:36 AM

    Originally posted by: SystemAdmin


    I'm getting strange files (e.g. .nfs7959)on a nfs mounted filesystem with 64-bit AIX 5.3. Nsf problems?

    eijkhout@champ01 ~/Software/petsc %% ls -al petsc-ddev/python/BuildSystem/total 16
    drwx------ 2 eijkhout support 4096 Mar 28 00:02 ./
    drwx------ 3 eijkhout support 256 Mar 27 23:59 ../
    -rw------- 1 eijkhout support 1100 Mar 27 23:34 .nfs7959

    As a result I can not delete that directory.
    #AIX-Forum


  • 2.  Re: Cann't delete directory in NFS mounted directory

    Posted Tue March 28, 2006 07:09 PM

    Originally posted by: SystemAdmin


    What has happened is that you have deleted a file that is in use and NFS handles this by renaming the file until the last close occurs. When the file is closed, the renamed file will be removed.
    #AIX-Forum