[Wine] Map a network CD Drive

perryh at pluto.rain.com perryh at pluto.rain.com
Tue Jun 30 16:47:49 CDT 2009


"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



More information about the wine-users mailing list