0
点赞
收藏
分享

微信扫一扫

mount:special device does not exist (a path prefix is not a directory)

毅会 2022-01-13 阅读 92
使用mount的时候,提示错误:

mount special device does not exist (a path prefix is not a directory)

错误:

正确写法: sudo mount /dev/sdc1 /mnt

错误写法: sudo mount /dev/sdc1/ /mnt

即 多写了一个/
举报

相关推荐

0 条评论