NTFS-3G是一个开源项目,目的是为Linux提供NTFS的驱动程序。能够安全快速的对Windows XP, Windows Server 2003, Windows 2000 and Windows Vista的文件系统进行读写,下面为大家分享一下NTFS-3G使用方法。
安装
#Fedora
dnf install ntfs-3g
#centos
yum install ntfs-3g
使用
使用mount命令自动识别挂在
# mount /dev/your_NTFS_partition /mount/point
使用ntfs命令挂载
# ntfs-3g /dev/your_NTFS_partition /mount/point
格式化
# mkfs.ntfs -Q -L diskLabel /dev/sdXY
写进fstab文件
写进/etc/fstab文件开机自启,type类型那节写”ntfs-3g”
#
/dev/NTFS-part /mnt/windows ntfs-3g defaults 0 0
以上就是良许教程网为各位朋友分享的Linux系统相关内容。想要了解更多Linux相关知识记得关注公众号“良许Linux”,或扫描下方二维码进行关注,更多干货等着你 !