Hi,
In the current fuse.h (as of 2.0.3), struct fuse_operations has a member
called setvolname, which presumably gets called when a user wants to set
the volume name of a file system.
Is this callback supported/implemented at all, or is is a feature that
will appear in a future release? It is not mentioned among the new
MacFUSE 2.0 callbacks in CHANGELOG.
It is referenced slightly in the current loopback.c example, with the line
FUSE_ENABLE_SETVOLNAME(conn);
...but it seems the actual callback for setvolname is not implemented.
It would be useful for disk-based file systems such as ntfs-3g. Users
don't really have a way of setting the volume name without resorting to
special tools at present, so this kind of feature is most welcome.
Regards,
- Erik
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---