我正在尝试在我的 Arch Linux 机器中安装一个旧的 NRG 图像文件。在 Windows 7 中,我可以毫无问题地使用 PowerISO 安装它。
当我尝试在 Linux 中安装它时,我收到以下错误消息:
$ sudo mount -o loop file.nrg folder/
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
Run Code Online (Sandbox Code Playgroud)
dmesg
给我以下输出:
$ dmesg | tail
[103618.787063] EXT4-fs (loop0): VFS: Can't find ext4 filesystem
[103618.787129] EXT4-fs (loop0): VFS: Can't find ext4 filesystem
[103618.787185] EXT4-fs (loop0): …
Run Code Online (Sandbox Code Playgroud) mount ×1