小编NRJ*_*NRJ的帖子

ext4 文件系统的 GPT 分区类型

我的磁盘使用 GPT 进行格式化。我创建了一个新分区,默认情况下它被创建为“Linux 文件系统”(gdisk 代码 8300)。

当我尝试通过 fstab 安装它时

/dev/sda4 /vmguests               ext4    errors=remount-ro 0       1
Run Code Online (Sandbox Code Playgroud)

它出错了

mount: wrong fs type, bad option, bad superblock on /dev/sda4
Run Code Online (Sandbox Code Playgroud)

gdisk 中 ext4 文件系统的正确类型代码是什么?

linux mount filesystems partitioning gdisk

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

标签 统计

filesystems ×1

gdisk ×1

linux ×1

mount ×1

partitioning ×1