From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Huesken Subject: ghost parameter not working Date: Mon, 9 Mar 2009 19:20:07 +0100 Message-ID: <20090309182006.GA3046@SamZwo> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org To: autofs@linux.kernel.org Hi, I am on arch-linux. I have installed autofs 4.1.4 My auto,master: /media/auto /etc/autofs/auto.misc --timeout=1 --ghost /etc/autofs/auto.misc: cdrom -fstype=iso9660,ro,nodev,nosuid :/dev/cdrom usbstick -fstype=auto,async,nodev,nosuid,umask=000 :/dev/sdb1 It all works! I can change into /media/auto/usbstick and see the usbstick. But the ghost option does not work! If I do ls /media/auto it shows not directories at all. What could be wrong? Thanks! Nathan