From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Steve French" Subject: Re: where is remount? Date: Fri, 16 May 2008 20:36:58 -0500 Message-ID: <524f69650805161836q63e455fcxc4db01223e087614@mail.gmail.com> References: <524f69650805161602o1a49c4f4v7597b1b2a7e39f17@mail.gmail.com> <200805171018.HBA05176.OStJMFQFFOLHOV@I-love.SAKURA.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org To: "Tetsuo Handa" Return-path: Received: from fg-out-1718.google.com ([72.14.220.156]:55998 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751388AbYEQBhC (ORCPT ); Fri, 16 May 2008 21:37:02 -0400 Received: by fg-out-1718.google.com with SMTP id 19so892065fgg.17 for ; Fri, 16 May 2008 18:36:59 -0700 (PDT) In-Reply-To: <200805171018.HBA05176.OStJMFQFFOLHOV@I-love.SAKURA.ne.jp> Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: It may be calling that ... but I was typing: "remount" in bash and I don't see a bash alias for it or a command in the path named that. On Fri, May 16, 2008 at 8:18 PM, Tetsuo Handa wrote: > > Steve French wrote: >> Was noticing a strange ioctl coming into the cifs code when I issue >> "remount" on a cifs mount and was trying to trace it but although >> remount appears to be in the path, neither "strace" nor "which" can >> find a command named remount (bash command completion can, and it must >> exist because the command calls into mount). >> >> Is this some strange built in bash alias? I don't see it when >> grepping my root user's home dir. > > You mean "/bin/mount -o remount" ? > -- Thanks, Steve