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 -->
  #2 (permalink)  
Old 12-10-2004
zazzybob's Avatar
zazzybob zazzybob is offline
Registered Geek
 

Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 2,100
Have you tried remounting read-write?
Code:
mount -F lofs -o rw,remount /my_rep /my_image_rep
I do not have a Solaris box to test this on, unfortunately.

Otherwise, can you not just umount it and then mount again?

Cheers
ZB
Reply With Quote