Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 14 Oct 2001 12:29:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 14 Oct 2001 12:29:35 -0400 Received: from leibniz.math.psu.edu ([146.186.130.2]:25763 "EHLO math.psu.edu") by vger.kernel.org with ESMTP id convert rfc822-to-8bit; Sun, 14 Oct 2001 12:29:28 -0400 Date: Sun, 14 Oct 2001 12:29:58 -0400 (EDT) From: Alexander Viro To: Ville Herva cc: linux-kernel@vger.kernel.org Subject: Re: mount --bind and -o [re: nosuid/noexec/nodev handling] In-Reply-To: <20011014192258.R1074@niksula.cs.hut.fi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=KOI8-R Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 14 Oct 2001, Ville Herva wrote: > FYI, this causes the last mount process to hang in D state (kill -KILL does > not affect it): > > $ mount --bind -o nosuid,noexec,ro /bin /tmp/test > $?mount --bind -o nosuid,noexec,ro /bin /tmp/test > $ mount --bind -o remount,nosuid,noexec,ro /tmp/test What version of mount(8)? Or, better yet, how about strace -e trace=mount,umount of the whole thing? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/