View Single Post

  #4 (permalink)  
Old 04-01-2006, 10:48 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

Replace following with 3rd system IP
Quote:
/mnt *(ro,sync)
with
Code:
/mnt 3rd-system-IP(ro)
If 3rd sys ip is 192.168.0.5
Code:
/mnt 192.168.0.5(ro)
I don't think so sync option exists... at least i cannot see it in man pages
Reply With Quote