小编Nir*_*ros的帖子

无法挂载磁盘(VFS:找不到 ext4 文件系统)

尝试挂载磁盘(硬件突袭)但失败。

#mount -t ext4 /dev/sda /data

mount: wrong fs type, bad option, bad superblock on /dev/sda,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

#dmesg | tail -1
       EXT4-fs (sda): VFS: Can't find ext4 filesystem
Run Code Online (Sandbox Code Playgroud)

我究竟做错了什么?我看到很多有类似问题的海报都要求发布 fstab 的内容,所以这里是:

#cat /etc/fstab

#
# /etc/fstab
# Created by anaconda on Wed Aug  6 11:29:15 2014
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# …
Run Code Online (Sandbox Code Playgroud)

linux hard-drive mount centos

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

标签 统计

centos ×1

hard-drive ×1

linux ×1

mount ×1