我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)