ntfs-3g for android,Linux使用ntfs-3g挂载NTFS最佳实践

前言

Linux和Mac OS X因为某些原因本身不支持读写NTFS文件系统,大多数人平时也不需要与NTFS做数据文件的交互,只是有时候Windows用户应急状态下需要使用大容量移动硬盘拷贝数据,必须实现Linux下挂载NTFS,而Tuxera恰好为Linux和Mac用户提供了灰常简单的实现方法。

Open Source: NTFS-3G,Read-Write NTFS Driver

更新记录

2016年07月29日 - 初稿

扩展阅读

介绍

我偷个大懒直接引用官方的原话

NTFS-3G is a stable, full-featured, read-write NTFS driver for Linux, Android, Mac OS X, FreeBSD, NetBSD, OpenSolaris, QNX, Haiku, and other operating systems. It provides safe handling of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows Server 2008, Windows 7, Windows 8 and Windows 10 NTFS file systems. A high-performance alternative, called Tuxera NTFS is available for embedded devices and Mac OS X.

The release notes and the software changes can be found on the Release History page. Subscribe here for new release notifications.

Open Source: NTFS-3G

#Installation

tar zxvf /tmp/ntfs-3g_ntfsprogs-2016.2.22.tgz

cd ntfs*

#yum install gcc

./configure

make

make install # or 'sudo make install' if you aren't root

#Usage

fdisk -l

mkdir -p /mnt/windows

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

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

vi /etc/fstab

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

Tuxera NTFS for Mac

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值