Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2005 05:38:47 -0500
From:      Craig Rodrigues <rodrigc@crodrigues.org>
To:        David Xu <davidxu@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sbin/mount_std Makefile
Message-ID:  <20051127103847.GA45406@crodrigues.org>
In-Reply-To: <200511261253.jAQCrIAO073710@repoman.freebsd.org>
References:  <200511261253.jAQCrIAO073710@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Nov 26, 2005 at 12:53:18PM +0000, David Xu wrote:
> davidxu     2005-11-26 12:53:18 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sbin/mount_std       Makefile 
>   Log:
>   Support mounting POSIX message queue filesystem.

Was this necessary?  With my recent changes
to mount(8) to call nmount() directly,
many of these external mount programs are no longer necessary.
If mqueuefs registers itself as a filesystem which you can
see with lsvfs, then doing:

mount -t mqueuefs  [device] [mntpoint]

should be sufficient.

-- 
Craig Rodrigues        
rodrigc@crodrigues.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051127103847.GA45406>