[Wine] Map a network CD Drive

Austin English austinenglish at gmail.com
Tue Jun 30 17:06:41 CDT 2009


On Tue, Jun 30, 2009 at 4:47 PM, <perryh at pluto.rain.com> wrote:
> "jorl17" <wineforum-user at winehq.org> wrote:
>
>> cat /proc/mounts | grep gvfs-fuse-daemon
>
> It would be somewhat more efficient, and much more
> in keeping with "the Unix/Linux way", to redirect
> grep's input instead of piping the file through cat:
>
> grep gvfs-fuse-daemon < /proc/mounts

If you're arguing semantics, you shouldn't use /proc/mounts, which is
more of a Linuxism.

Instead, use the mount command

mount | grep gvfs-fuse-daemon

-- 
-Austin



More information about the wine-users mailing list