I am new to GIO
and I am totally confused between GMount
and GVolume
. The GIO
reference says that GMount
is a "mounted" filesystem that you can access while GVolume
represents user-visible objects that can be mounted. I have a few questions about these two types.
GVolume
object equivalent to a GMount
object?GVolume
object is always associated with a GMount
object. What is the relationship between them?GMount
object may or may not be associated with a GVolume
object. When is it not associated with the latter? In short: