6

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

 2 years ago
source link: https://wsgzao.github.io/post/ntfs-3g/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
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 日 - 初稿

阅读原文 - https://wsgzao.github.io/post/ntfs-3g/

扩展阅读

Tuxera - https://www.tuxera.com/

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

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

Latest Download - http://www.tuxera.com/community/open-source-ntfs-3g/
NTFS-3G Manual - http://www.tuxera.com/community/ntfs-3g-manual/
stable version - https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2016.2.22.tgz

#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

Mac 新手入门以及常用软件推荐 - https://wsgzao.github.io/post/mac/


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK