Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. # 安装ntfs-3g模块
  2. sudo apt-get install ntfs-3g -y
  3.  
  4. # 更新内核模块
  5. sudo moprobe fuse
  6.  
  7. # 重启
  8. sudo reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement