From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-145580-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B6251198005 for <garchives@archives.gentoo.org>; Wed, 27 Feb 2013 12:43:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB0D4E08DD; Wed, 27 Feb 2013 12:42:59 +0000 (UTC) Received: from mail-oa0-f46.google.com (mail-oa0-f46.google.com [209.85.219.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BC1CE07FD for <gentoo-user@lists.gentoo.org>; Wed, 27 Feb 2013 12:42:58 +0000 (UTC) Received: by mail-oa0-f46.google.com with SMTP id k1so1004466oag.5 for <gentoo-user@lists.gentoo.org>; Wed, 27 Feb 2013 04:42:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=9uey7peqkrAJQFUZOv8wCtUnUzOBldcYsmvm65t+6ao=; b=b5+5xwrg/JooWZOPrpbHnfAPmUT3XABLT20zsmL5r+477OM7sV8o1UHpH03PE9CCPo bGD1P8HDPBWlOYQ/t4OGqhA148FOwEB34Gnb9YhjsQiQesFLm4aELNPf2GZIDRLQ01wn ziKxEscaVAZBBDXBRdA5cDerTz8N68kwdiE69xiAJdRHTexFXz90YMKCy3kVYW/USqPo QmAdemgPWY55IAt96JIcOUtmCkj/EvCsREzgK4GEJycxowbdg2RX/JICJHJ1nBiTM4SC WRpalUKRIUh+kivxa1qc0WnomLj62pD0rb7y+5OoPQEES1aVSWfjri2/XHMYFOzX5aH2 nj4A== X-Received: by 10.182.144.40 with SMTP id sj8mr1857080obb.82.1361968977659; Wed, 27 Feb 2013 04:42:57 -0800 (PST) Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.60.144.68 with HTTP; Wed, 27 Feb 2013 04:37:48 -0800 (PST) In-Reply-To: <20130227115157.6e4085aa@digimed.co.uk> References: <CAHH9eM73czGv-FnO6JxYYQqQu7a_v2vP4JZp9NWra-7zTE3A-g@mail.gmail.com> <20130227115157.6e4085aa@digimed.co.uk> From: Francisco Ares <frares@gmail.com> Date: Wed, 27 Feb 2013 09:37:48 -0300 Message-ID: <CAHH9eM4=PBOyJ=BgrS6a6Rm5f2HPeL_cjUJKP54ywC6yE99Nug@mail.gmail.com> Subject: Re: [gentoo-user] netmount and nfs mounts To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=14dae939992d1bcfec04d6b41d01 X-Archives-Salt: e48b5b4a-30d0-4360-add8-7eb65a3ccf62 X-Archives-Hash: 69c2148b8a47091c54a93ffbce2ffbbe --14dae939992d1bcfec04d6b41d01 Content-Type: text/plain; charset=UTF-8 2013/2/27 Neil Bothwick <neil@digimed.co.uk> > On Wed, 27 Feb 2013 08:23:15 -0300, Francisco Ares wrote: > > > After a recent update (a few months) the init script "netmount" does not > > work as expected and as it once did. There are some nfs mounts > > available in a remote server, they are correctly set up in /etc/fstab > > (I know that because later after boot, I am able to mount those nfs > > mounts just by typing as root "mount [nfsmount]"). > > % /etc/init.d/netmount describe > * Mounts network shares, other than NFS, according to /etc/fstab. > > The service you want is nfsmount. > > > -- > Neil Bothwick > > Experience is what you get when you didn't get what you wanted. > Thanks a lot!! Francisco -- "If you have an apple and I have an apple and we exchange apples then you and I will still each have one apple. But if you have an idea and I have one idea and we exchange these ideas, then each of us will have two ideas." - George Bernard Shaw --14dae939992d1bcfec04d6b41d01 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <br><br><div class=3D"gmail_quote">2013/2/27 Neil Bothwick <span dir=3D"ltr= "><<a href=3D"mailto:neil@digimed.co.uk" target=3D"_blank">neil@digimed.= co.uk</a>></span><br><blockquote class=3D"gmail_quote" style=3D"margin:0= 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div class=3D"im">On Wed, 27 Feb 2013 08:23:15 -0300, Francisco Ares wrote:= <br> <br> > After a recent update (a few months) the init script "netmount&qu= ot; does not<br> > work as expected and as it once did. There are some nfs mounts<br> > available in a remote server, they are correctly set up in /etc/fstab<= br> > (I know that because later after boot, I am able to mount those nfs<br= > > mounts just by typing as root "mount [nfsmount]").<br> <br> </div>% /etc/init.d/netmount describe<br> =C2=A0* Mounts network shares, other than NFS, according to /etc/fstab.<br> <br> The service you want is nfsmount.<br> <span class=3D"HOEnZb"><font color=3D"#888888"><br> <br> --<br> Neil Bothwick<br> <br> Experience is what you get when you didn't get what you wanted.<br> </font></span></blockquote></div><br><br clear=3D"all">Thanks a lot!!<br><b= r>Francisco<br>-- <br>"If you have an apple and I have an apple and we= exchange apples then you and I will still each have one apple. But if you = have an idea and I have one idea and we exchange these ideas, then each of = us will have two ideas." - George Bernard Shaw --14dae939992d1bcfec04d6b41d01--