From owner-freebsd-questions@FreeBSD.ORG Wed Sep 10 16:29:52 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 495529D5 for ; Wed, 10 Sep 2014 16:29:52 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D87031B38 for ; Wed, 10 Sep 2014 16:29:51 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id z2so6621951wiv.3 for ; Wed, 10 Sep 2014 09:29:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:content-type:message-id:date:to :content-transfer-encoding:mime-version; bh=x/TBc+tVo+bijvgP/UVvRI7BJSsoSUmFLAEYCsU4Ztw=; b=RBUg02FJ5akv2qmWQy08JgOWN2PpKAqJjtzYpgZHlWvJeh/noFKUFmSuWybszfvju7 Cvn5H2Ng5GPHhTRpfGmy7UGXWN+ZrWDrOjXFdIXi14kpYoIGMrZNl0JKUmAT7nyffuib wmnvYUWJKmNBfwli0wyeFc80ZLj3BVEE+kuobwefe21OdC7vyIEZNR1ddpB4zkpgthSQ S4hOLVfsDKbL/3ALzoMzOAoSNBF7G5/+SBKsCv9YB4D33NKuW1B2LgNYtPh7TJuz/WdP FfbYzx9u3H8KQtp4ULACw/zI9GXwjDyHo8cENvsowVRV7NgzHA+f+OBt1XSUoMVDKStT OwIQ== X-Received: by 10.194.5.234 with SMTP id v10mr50548931wjv.45.1410366590036; Wed, 10 Sep 2014 09:29:50 -0700 (PDT) Received: from [192.168.0.57] ([62.219.134.104]) by mx.google.com with ESMTPSA id hy9sm19134205wjb.27.2014.09.10.09.29.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Sep 2014 09:29:49 -0700 (PDT) Subject: Strange file system behavior. From: atar Content-Type: text/plain; charset=us-ascii X-Mailer: iPod Mail (10B500) Message-Id: <793B69B7-2534-42E1-9449-63B74D5BCEDE@gmail.com> Date: Wed, 10 Sep 2014 19:29:47 +0300 To: freebsd-questions@freebsd.org Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) 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: Wed, 10 Sep 2014 16:29:52 -0000 Hi! I'm using at FreeBSD 10.0 release but with the 'i386-memstick.img' version r= unning from my USB stick and I've noticed at strange behavior when I tried e= xecute the command: 'less /etc/resolv.conf' it gives me an error message tha= t says: 'No such file or directory' but I fairly know that this file does ex= ists from the output of the 'ls -lh /etc/resolv.conf' command, so what's goi= ng on here? Regards, Atar.=