On Nov 4, 9:09 pm, Erik Larsson <[EMAIL PROTECTED]> wrote: > Is there no way to mount something without DiskArbitration/Finder > noticing it? When typing "mount" I get a list of various mounts > (automount, volfs, devfs) that aren't showing up in Finder, though that > may be hard coded.
See the 'nobrowse' option: http://code.google.com/p/macfuse/wiki/OPTIONS. As for the several mounts that you see... there's an explanation for each. Some of the mounts are mounted through the automounter. You'll see the "automounted" flag set for such mounts. Disk Arbitration explicitly checks for that flag. One of the mounts would be for the fdesc (file descriptor) file system. You'll see the "union" flag set for it. Disk Arbitration explicitly checks for that too. Another is devfs, the device file system. Well, Disk Arbitration explicitly checks for the string "devfs" as well. Amit --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse?hl=en -~----------~----~----~----~------~----~------~--~---
