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 1MVRUd-0001Sc-42 for garchives@archives.gentoo.org; Mon, 27 Jul 2009 14:47:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A37B5E04BE; Mon, 27 Jul 2009 14:47:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 841C1E04BE for ; Mon, 27 Jul 2009 14:47:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 1F9D365690 for ; Mon, 27 Jul 2009 14:47:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.997 X-Spam-Level: X-Spam-Status: No, score=-3.997 required=5.5 tests=[AWL=-0.398, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id moR8gQ2kqTZd for ; Mon, 27 Jul 2009 14:47:50 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 6EE7A65015 for ; Mon, 27 Jul 2009 14:47:48 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MVRUK-0006PK-Qb for gentoo-user@gentoo.org; Mon, 27 Jul 2009 14:47:40 +0000 Received: from c-98-215-178-110.hsd1.in.comcast.net ([98.215.178.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jul 2009 14:47:40 +0000 Received: from reader by c-98-215-178-110.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jul 2009 14:47:40 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Harry Putnam Subject: [gentoo-user] Re: [nfs] nfs mount settings Date: Mon, 27 Jul 2009 09:47:30 -0500 Organization: Still searching... Message-ID: <87iqhe6v3x.fsf@newsguy.com> References: <87tz0y7wk5.fsf@newsguy.com> <354FAAC2-ED09-4A0E-9B23-2358C305598D@stellar.eclipse.co.uk> 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=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-178-110.hsd1.in.comcast.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.96 (gnu/linux) Cancel-Lock: sha1:PJ03wMgjOn6xE2aOboiEUdhGC6w= Sender: news X-Archives-Salt: c92b9e1c-13c5-4745-917d-a15f12d7c306 X-Archives-Hash: e5d5e0a5608edc5a8648a3713d8d5905 Stroller writes: > Further to A McK's reply, suggest use of `ls -ln`. > > Assuming the -n is supported on Slowaris all will become clear. > But after the changes mentioned in a reply to Alan M. it now shows the same on both the source /projects (on solaris) and the mounted nfs /projects on gentoo. ls -ln (on solaris) ls -ln /projects total 18 drwxr-xr-x 2 1000 10 5 2009-07-25 18:46 bookmks drwxrwxrwx 9 1000 15 10 2009-07-13 08:38 harvey drwxr-xr-x 3 1000 15 3 2009-01-21 18:22 mob1 drwxr-xr-x 32 1000 15 34 2009-06-24 07:35 reader_rdr [...] ===================================================== ls -ln (on gentoo) total 18 drwxr-xr-x+ 2 1000 10 5 Jul 25 18:46 bookmks drwxrwxrwx 9 1000 15 10 Jul 13 08:38 harvey drwxr-xr-x+ 3 1000 15 3 Jan 21 2009 mob1 drwxr-xr-x+ 32 1000 15 34 Jun 24 07:35 reader_rdr [...] The only difference I see is the `+' on gentoo. I'm not sure what that means.