安装完NTFS-3G后,使用命令行已经可以正常挂载NTFS分区了
但如果是源码编译安装(epel yum 库也有),还需要添加一个软链接,才能点击Gnome的左边栏进行挂载,因为Gnome挂载NTFS分区时,使用的参数是 -t ntfs 而不是 -t ntfs-3g

sudo ln -s /bin/ntfs-3g /sbin/mount.ntfs

相关文章:

  • 2022-12-23
  • 2022-02-05
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2022-03-02
  • 2021-07-16
  • 2022-12-23
猜你喜欢
  • 2022-02-24
  • 2021-12-18
  • 2021-09-18
  • 2021-06-23
  • 2022-01-13
  • 2022-12-23
相关资源
相似解决方案