1.安装编绎器:

yum groupinstall "Development Tools"

2.下载组件:

http://www.tuxera.com/community/ntfs-3g-download/

3.编绎安装

./configure
make
make install # or 'sudo make install' if you aren't root

4.挂载

mount -t ntfs-3g /dev/sda1 /mnt/windows

(注:其中 /dev/sda1可以通过使用root用户 fdisk -l 命令查看所有分区得到)

5.启动自动挂载(可选)

You can also make NTFS to be mounted during boot by adding the following line to the end of the /etc/fstab file:

/dev/sda1 /mnt/windows ntfs-3g defaults 0 0

 

相关文章:

  • 2021-07-16
  • 2021-06-20
  • 2021-10-28
  • 2021-12-01
  • 2021-11-21
  • 2021-07-31
  • 2021-09-11
猜你喜欢
  • 2022-12-23
  • 2021-08-15
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
相关资源
相似解决方案