码迷,mamicode.com
首页 > 其他好文 > 详细

NTFS-3g

时间:2014-10-01 12:10:31      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:des   android   http   io   os   ar   strong   for   sp   

NTFS-3G + Ntfsprogs

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 and Windows 8 NTFS file systems. A high-performance alternative, called Tuxera NTFS is available for embedded devices and Mac OS X.

Installation

Linux: Most distributions include and use NTFS-3G by default. Please use that one unless it’s anold version. If you wish to install NTFS-3G from the source code then make sure you have installed the basic development tools (gcc compiler, libc-dev libraries). Then type:

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

Non-Linux: Please see the OS specific installation and source packages above.

Usage

If there was no error during installation then the NTFS volume can be mounted in read-write mode for everybody as follows. Unmount the volume if it had already been mounted, replace /dev/sda1 and /mnt/windows, if needed.

  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:

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

NTFS-3g

标签:des   android   http   io   os   ar   strong   for   sp   

原文地址:http://www.cnblogs.com/gotodsp/p/4003052.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!