小编Sac*_*tye的帖子

从 ext4 文件系统挂载目录时出错

我正在尝试将 ext4 类型文件系统上的目录挂载到另一个 linux 机器上。两个盒子在同一个网络上

[root@localhost]# mount -o rw x.y.z.w:/home/lab /devbox
mount: wrong fs type, bad option, bad superblock on x.y.z.w:/home/lab, missing codepage or other error In some cases useful info is found in syslog - try dmesg | tail or so


[root@localhost]# mount -o ro,noload x.y.z.w:/home/lab /devbox
mount: wrong fs type, bad option, bad superblock on x.y.z.w:/home/lab, missing codepage or other error In some cases useful info is found in syslog - try dmesg | tail or so


[root@localhost]# …
Run Code Online (Sandbox Code Playgroud)

linux filesystems remote mount

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

标签 统计

filesystems ×1

linux ×1

mount ×1

remote ×1