From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S268995AbUJQCFh (ORCPT ); Sat, 16 Oct 2004 22:05:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268999AbUJQCFd (ORCPT ); Sat, 16 Oct 2004 22:05:33 -0400 Received: from sa4.bezeqint.net ([192.115.104.18]:57261 "EHLO sa4.bezeqint.net") by vger.kernel.org with ESMTP id S268995AbUJQCFb (ORCPT ); Sat, 16 Oct 2004 22:05:31 -0400 Date: Sun, 17 Oct 2004 04:06:33 +0200 From: Micha Feigin To: lkml Subject: BUG [2.6.9-rc4] tmpfs is mountable even when not configured but non-functional Message-ID: <20041017020633.GE5070@luna.mooo.com> Mail-Followup-To: lkml Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org I don't have tmpfs configured into my kernel # CONFIG_TMPFS is not set but I can still mount tmpfs, so mount -t tmpfs none /dev/shm works and I get in the output of mount: ... none on /dev/shm type tmpfs (rw) ... when I try ls on that directory I get: ls: /dev/shm/: Not a directory