From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MVuBf-000528-Ly for garchives@archives.gentoo.org; Tue, 28 Jul 2009 21:26:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54A3FE023E; Tue, 28 Jul 2009 21:26:18 +0000 (UTC) Received: from mail-ew0-f225.google.com (mail-ew0-f225.google.com [209.85.219.225]) by pigeon.gentoo.org (Postfix) with ESMTP id 154E4E023E for ; Tue, 28 Jul 2009 21:26:17 +0000 (UTC) Received: by ewy25 with SMTP id 25so108197ewy.34 for ; Tue, 28 Jul 2009 14:26:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=tqb7dBSbWrp7ZwCOQ8JPtTCTpzcuVJtehg1zMLLEjj8=; b=RDwBql6ICWkYqp2GwIFJT2Yak4ZTzmAFCGfVAUEMjWxglhFts+tdBhUBOdlKBRqRBh sbYTDfypbuCynldxLAplnvrI8d1elrWjFeUQ64MCyHiP+geBb95dTlgo8uA1EunkyVFN hiD5T+CMtUF3rWhLM06vUOEqXeSCTpSLHxKgE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=fJ0LS0u4pK7BRbnTZZrGF5AqYlg6lAsjMAj3dmd+tJu6RRMFneIOqv2sfMAA3heUT1 z5OT/WRodbxwMqD81+2fdepH7SeM1vkCpYYBbMuFmbOidXvycza5ISWAaH4KhlGbZb1G +OZ9BGNOH7/Jy0Bvs0wiGm6NYVibz2mj4AaYw= Received: by 10.211.178.12 with SMTP id f12mr10575434ebp.31.1248816377131; Tue, 28 Jul 2009 14:26:17 -0700 (PDT) Received: from nazgul.localnet ([196.210.202.145]) by mx.google.com with ESMTPS id 7sm877029eyg.35.2009.07.28.14.26.16 (version=SSLv3 cipher=RC4-MD5); Tue, 28 Jul 2009 14:26:16 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] check for nfs systems offered for mounting Date: Tue, 28 Jul 2009 23:24:50 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.30-gentoo-r4; KDE/4.2.4; x86_64; ; ) References: <87y6q8cy27.fsf@newsguy.com> In-Reply-To: <87y6q8cy27.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907282324.51176.alan.mckinnon@gmail.com> X-Archives-Salt: cfab8d9d-b5c9-4ddf-8cd2-fc48b1820e0b X-Archives-Hash: 1f226413a6b86f5b3628b9c04b3a87e9 On Tuesday 28 July 2009 23:11:44 Harry Putnam wrote: > Is there anyway to check for nfs filesystems that are mountable? > > Something like smbclient can do for cifs/smb shares. > > equery tools nfs-utils doesn't show anything likely. showmount -e [ip|hostname] part of sys-fs/nfs-utils It shows the server's exports list with directory and allowed IP range -- alan dot mckinnon at gmail dot com