The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




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

Join Date: Dec 2004
Location: Paris
Posts: 20
Quote:
Originally posted by zazzybob
Have you tried remounting read-write?
Code:
mount -F lofs -o rw,remount /my_rep /my_image_rep
can you not just umount it?
thanx for your help, I tried to remount it with no success it only answered
Code:
mount: /myrep/: Device busy
and for umounting it, it doesn't work but I do it like to umount a standard mount, not a LOFS, may be there is special command line to umount a LOFS?

this is what is in my mnttab:
Code:
/myrep   /my_image_rep    lofs    ro,suid,dev=154000f     1102611141

Last edited by Lomic; 12-10-2004 at 10:05 AM..