Networking Forums

Networking Forums > Computer Networking > Linux Networking > open NFS file without block

Reply
Thread Tools Display Modes

open NFS file without block

 
 
Cheng Huang
Guest
Posts: n/a

 
      09-16-2004, 06:53 AM
If the network connection could be down for the NFS mount, how can I open
a NFS file without being blocked?

I tried to use
open("...", O_RDWR|O_NONBLOCK);
which times out after a fairly LONG period even when I mount with
soft option (also, timeo=1,retrans=0,retry=1).

Is there a way to get immediate (nonblock) fail notice if the network is
disconnected? Thanks.

-- Cheng
 
Reply With Quote
 
 
 
 
Sascha Hlusiak
Guest
Posts: n/a

 
      09-20-2004, 07:27 PM
Cheng Huang wrote:
> If the network connection could be down for the NFS mount, how can I open
> a NFS file without being blocked?
>
> I tried to use
> open("...", O_RDWR|O_NONBLOCK);
> which times out after a fairly LONG period even when I mount with
> soft option (also, timeo=1,retrans=0,retry=1).
>
> Is there a way to get immediate (nonblock) fail notice if the network is
> disconnected? Thanks.
>
> -- Cheng


Did you try to mount the nfs share in nonblock mode? There is an mount
option for this, see man nfs.

- Sascha
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
sort of Network Block Device, open, simple, and especiallycross-platform? gst Linux Networking 1 04-07-2009 12:14 AM
Who has a file open Jean Paul Mertens Windows Networking 7 09-05-2006 06:01 AM
Block file copy alvin Windows Networking 5 10-05-2005 03:55 PM
Use router to selectively block file sharing on one of my computers? Roger Wireless Networks 2 02-17-2005 12:01 AM
Open File Locks on File Server Jeff Ehrmann Windows Networking 0 07-27-2004 08:16 PM



1 2 3 4 5 6 7 8 9 10 11