From owner-freebsd-questions@FreeBSD.ORG Sun Apr 12 15:13:48 2015 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3AF17AB for ; Sun, 12 Apr 2015 15:13:48 +0000 (UTC) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8799CDAA for ; Sun, 12 Apr 2015 15:13:48 +0000 (UTC) Received: by iget9 with SMTP id t9so41430279ige.1 for ; Sun, 12 Apr 2015 08:13:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bi5wxVoWdE2RGtJrpF72otpnxNhLWJRD0zaK1ZpA7yc=; b=bijXLsQO6F5tuE4nDL3t1GCTa8oCsOaKAKipkYKAt+rWt7d7LBH26CXrH9A9neFTmz P7maPbjADZD7Qx6EKUZhMacMRHGwoPUDpm+vio4zX4YmlgzTaAdZssD056VN1IE7FKr5 0FGWB89PbWrPA5G3J9049W3S7kz/V684WZANtCMcSWhtNu1CLS+M3/z0kf6U+7jf6IfU +Hz1QRzmyvfaicDM786q0nzY26tZRD9FfAwYecpLd4YssPx9RItfx223Ts07HdzHQUB9 JAyPyEfoRGv6G+7/Fjj/uevk/mxVZWmXNxiuydk7ieQkxt5QUzoLgmslcsnaQGq361Pt 1+VA== MIME-Version: 1.0 X-Received: by 10.43.39.1 with SMTP id tk1mr14128886icb.26.1428851627923; Sun, 12 Apr 2015 08:13:47 -0700 (PDT) Received: by 10.64.24.141 with HTTP; Sun, 12 Apr 2015 08:13:47 -0700 (PDT) In-Reply-To: <552A8950.8040505@netfence.it> References: <55290836.9030306@netfence.it> <552A8950.8040505@netfence.it> Date: Sun, 12 Apr 2015 08:13:47 -0700 Message-ID: Subject: Re: Automounter (amd) troubles From: Mehmet Erol Sanliturk To: Andrea Venturoli Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2015 15:13:49 -0000 On Sun, Apr 12, 2015 at 8:03 AM, Andrea Venturoli wrote: > On 04/11/15 14:24, Mehmet Erol Sanliturk wrote: > > https://www.freebsd.org/cgi/man.cgi?query=mount_nfs& >> sektion=8&apropos=0&manpath=FreeBSD+10.1-RELEASE >> >> >> See "intr" option . It can be specified in client fstab mount line , to >> skip unresponsive NFS server(s) . >> > > Thanks, but in the end I got sick of NFS: Zyxel's implementation is > painfully slow (400kB/s!!!), so I tried FFP/unfsd, but that hangs. > > I managed to compile bacula on this NAS and my backups are working > properly: 22 minutes instead of the 12 hours that Zyxel's NFS required. > > > Your suggestion, however, will be helpful in another case I have :) > > bye > av. > It is very likely that in Zyxel's NFS server definition , there is a "sync" option . If it is like that , converting it to "async" may work sufficiently fast . Mehmet Erol Sanliturk