GMount 和 GVolume

发布于 2024-10-10 16:32:53 字数 511 浏览 6 评论 0原文

我是 GIO 的新手,我对 GMountGVolume 完全感到困惑。 GIO 参考GMount 是您可以访问的“已安装”文件系统,而 GVolume 表示可以安装的用户可见对象。我对这两种类型有几个疑问。

  1. 已安装的 GVolume 对象是否等同于 GMount 对象?
  2. 已安装的 GVolume 对象始终与 GMount 对象关联。他们之间是什么关系?
  3. GMount 对象可能会也可能不会与 GVolume 对象关联。什么时候它与后者无关?

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.

  1. Is a mounted GVolume object equivalent to a GMount object?
  2. A mounted GVolume object is always associated with a GMount object. What is the relationship between them?
  3. A GMount object may or may not be associated with a GVolume object. When is it not associated with the latter?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最近可好 2024-10-17 16:32:53

简而言之:

  1. 不。
  2. 是的,顺便说一句,是 1-1 关系。
  3. 虚拟设备如 fpt:// 等只有 Gmount 而没有 GVolume。

In short:

  1. No.
  2. Yes, 1-1 relationship by the way.
  3. Virtual devices such as fpt:// etc. have only a Gmount without a GVolume.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文