The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: Lofs
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 12-10-2004
Lomic Lomic is offline
Registered User
 

Join Date: Dec 2004
Location: Paris
Posts: 20
Quote:
Originally posted by zazzybob
Maybe somebody is using a file on /myrep (or you or somebody else have a pwd of somewhere under /myrep).
ok

Quote:
Try fuser /myrep to see what processes are using the fs
nothing

Quote:
If you don't have fuser try lsof.
I grepped on /myrep and there are two java processes dealing with files among /myrep

If I understand correctly, I should manage to get rid of those processes in order to umount

(so I have to stop the software which run those processes... let's see if it is possible)

thanx again for helping
Reply With Quote