Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8813B17266 for ; Tue, 9 Jun 2015 20:50:51 +0000 (UTC) Received: (qmail 78142 invoked by uid 500); 9 Jun 2015 20:50:45 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 78014 invoked by uid 500); 9 Jun 2015 20:50:45 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 78004 invoked by uid 99); 9 Jun 2015 20:50:44 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2015 20:50:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 856AF1A490A for ; Tue, 9 Jun 2015 20:50:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3 X-Spam-Level: *** X-Spam-Status: No, score=3 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ZV5Xxu-3Obzj for ; Tue, 9 Jun 2015 20:50:37 +0000 (UTC) Received: from relayvx11a.securemail.intermedia.net (relayvx11a.securemail.intermedia.net [64.78.56.46]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 22F1621544 for ; Tue, 9 Jun 2015 20:50:36 +0000 (UTC) Received: from securemail.intermedia.net (localhost [127.0.0.1]) by emg-ca-1-1.localdomain (Postfix) with ESMTP id 8CE9253E67; Tue, 9 Jun 2015 13:50:34 -0700 (PDT) Subject: Re: dir permission show ?????? MIME-Version: 1.0 x-echoworx-emg-received: Tue, 9 Jun 2015 13:50:34.566 -0700 x-echoworx-msg-id: fb4c8629-5da7-4558-8a25-e3943e9af204 x-echoworx-action: delivered Received: from emg-ca-1-1.securemail.intermedia.net ([10.254.155.11]) by emg-ca-1-1 (JAMES SMTP Server 2.3.2) with SMTP ID 31; Tue, 9 Jun 2015 13:50:34 -0700 (PDT) Received: from MBX080-W4-CO-2.exch080.serverpod.net (unknown [10.224.117.102]) by emg-ca-1-1.localdomain (Postfix) with ESMTP id 5EA9853E67; Tue, 9 Jun 2015 13:50:34 -0700 (PDT) Received: from MBX080-W4-CO-2.exch080.serverpod.net (10.224.117.102) by MBX080-W4-CO-2.exch080.serverpod.net (10.224.117.102) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Tue, 9 Jun 2015 13:50:33 -0700 Received: from MBX080-W4-CO-2.exch080.serverpod.net ([10.224.117.102]) by mbx080-w4-co-2.exch080.serverpod.net ([10.224.117.102]) with mapi id 15.00.1044.021; Tue, 9 Jun 2015 13:50:33 -0700 From: Chris Nauroth To: "user@hadoop.apache.org" CC: "cdh-user@cloudera.org" Thread-Topic: dir permission show ?????? Thread-Index: AQHQouP8b4Dgh3D1BEmlgRM5tg1LF52lA5wA//+idIA= Date: Tue, 9 Jun 2015 20:50:33 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [156.39.191.244] x-source-routing-agent: Processed Content-Type: multipart/alternative; boundary="_000_D19C9E9F247E3cnaurothhortonworkscom_" --_000_D19C9E9F247E3cnaurothhortonworkscom_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Kumar, You can get question marks like this in the ls output if you can get the ch= ild directory entries within a directory, but then you can't run stat to ge= t metadata about each of those files and directories. This might indicate = that you have read permission, but not execute permission, on the /mtn dire= ctory. I recommend checking that directory to make sure you have both read= and execute permissions. --Chris Nauroth From: Ilker Ozkaymak > Reply-To: "user@hadoop.apache.org" > Date: Tuesday, June 9, 2015 at 12:25 PM To: "user@hadoop.apache.org" > Cc: "cdh-user@cloudera.org" > Subject: Re: dir permission show ?????? As you mentioned something is wrong with your /dev/dsq1 Since the physical drive is not there, but filesystem inode table is there,= you are seeing those ? On Tue, Jun 9, 2015 at 1:41 PM, Kumar Jayapal > wrote: /dev/dsq1 --_000_D19C9E9F247E3cnaurothhortonworkscom_ Content-Type: text/html; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable
Hi Kumar,

You can get question marks like this in the ls output if you can get t= he child directory entries within a directory, but then you can't run stat = to get metadata about each of those files and directories.  This might= indicate that you have read permission, but not execute permission, on the /mtn directory.  I recommend check= ing that directory to make sure you have both read and execute permissions.=

--Chris Nauroth

From: Ilker Ozkaymak <iozkaymak@gmail.com>
Reply-To: "user@hadoop.apache.org" <user@hadoop.apache.org>
Date: Tuesday, June 9, 2015 at 12:2= 5 PM
To: "user@hadoop.apache.org" <user@hadoop.apache.org>
Cc: "cdh-user@cloudera.org" <cdh-user@cloudera.org>
Subject: Re: dir permission show ??= ????

As you mentioned something is wrong with your&nb= sp; /dev/dsq1
Sin= ce the physical drive is not there, but filesystem inode table is there, yo= u are seeing those ?


On Tue, Jun 9, 2015 at 1:41 PM, Kumar Jayapal <kjayapal17@gm= ail.com> wrote:
/dev/dsq1


--_000_D19C9E9F247E3cnaurothhortonworkscom_--