小编Jor*_*eña的帖子

以普通用户身份安装和卸载 UDF .iso 图像

fuseiso不久前发现,但我需要安装 UDF 图像,并且fuseiso在我尝试安装 UDF 图像失败后似乎不支持它。我需要能够以普通用户身份对任意图像执行此操作,并且我也必须能够卸载它们,最好将挂载点范围限定在特定用户目录内(假设这不是问题,例如/home/user/mounted/*),所以直接使用mount是不行的。有没有办法做到这一点?

我在 Ubuntu 上,在调查这个问题时我发现了pmount但它似乎不符合我的需求,因为 1) 我正在尝试挂载.iso文件而不是/dev块设备 2) 我将无法挂载它在用户位置(这样我就可以作为用户卸载它,例如使用fusermount -u它是否是保险丝 fs)。

POLICY
   The mount will succeed if all of the following conditions are met:

   · device is a block device in /dev/

   · device is not in /etc/fstab (if it is, pmount executes  mount device as the  calling  user  to  handle  this
     transparently). See below for more details.

   · device is …
Run Code Online (Sandbox Code Playgroud)

iso mount unmounting fuse

1
推荐指数
1
解决办法
2571
查看次数

标签 统计

fuse ×1

iso ×1

mount ×1

unmounting ×1