linux - 错误的文件系统类型、错误的选项、错误的 super block

标签 linux terminal mount disk partition

我收到此错误:

mount: /mnt/dev/sda3: wrong fs type, bad option, bad superblock on /dev/sda2, missing codepage or helper program, or other error.

我尝试过这个:

sudo apt-get install nfs-common

还有这个:

sudo apt-get install cifs-utils

但还是不行。

我输入

sudo fdisk -l

并得到这个输出

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sda1  *         2048    718847    716800   350M  7 HPFS/NTFS/exFAT
/dev/sda2          718848 204802047 204083200  97.3G  7 HPFS/NTFS/exFAT
/dev/sda3       204802110 512002047 307199938 146.5G  f W95 Ext'd (LBA)
/dev/sda4       512002048 976771071 464769024 221.6G  7 HPFS/NTFS/exFAT
/dev/sda5       204802112 339970047 135167936  64.5G  7 HPFS/NTFS/exFAT
/dev/sda6       339972096 355971071  15998976   7.6G 82 Linux swap / Solaris
/dev/sda7       355973120 512002047 156028928  74.4G 83 Linux

Partition 3 does not start on physical sector boundary.
Partition table entries are not in disk order.

我必须访问/dev/sda4 、 sda5 。我可以通过文件管理器访问它,但不能通过终端访问它。

我使用的是 Ubuntu 18.04 LTS

最佳答案

您无法挂载 sda3,因为它是扩展分区。尝试挂载在 sda3: sda5 或 sda7 中创建的逻辑分区。 sda6是交换分区,无法挂载。

关于linux - 错误的文件系统类型、错误的选项、错误的 super block ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50563904/

相关文章:

linux - 如何在Linux中调用应用程序时链接库路径

linux - 从 bash 创建多个用户命名和编号的文件而不循环

linux - 文件名看起来一样,但复制后不同

linux - 为什么我不能使用 mount --bind/proc/<pid>/ns/mnt 到 ubuntu 中的另一个文件?

docker - 将S3存储桶作为文件系统挂载在AWS ECS容器上

linux - 为什么流重定向运算符 &>> 在 SUSE Linux 中不起作用?

text - ncurses 滚动窗口的文本内容

c - 如何将我在终端中输入的数字分解为数字?

c - 如何在短宽度终端中正确实现持续刷新的进度条?

docker - 在 docker 容器内挂载 nfs 共享