ntfs-3g | hvkls.dyndns.org
|
![]()
|
Search · Suche
|
Version: Sat, 18 Jul 2009 10:44:19 CEST
- USE AT YOUR OWN RISK
-
- Purpose
The NTFS-3G driver is a [...] [stable] read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD, Solaris, Haiku, and other operating systems. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000 and Windows Vista file systems.
-
- Requirements
- FUSE
-
- Installation
tar -C / -xvzf ntfs-3g*binaries-ppc*.tar.gz
grep "/usr/local/lib" /etc/ld.so.conf || echo "/usr/local/lib" >> /etc/ld.so.conf
ldconfig
-
- Compilation (optional)
wget http://www.ntfs-3g.org/ntfs-3g-1.5130.tgz
tar -xvzf ntfs-3g-1.5130.tgz
cd ntfs-3g-1.5130
./configure --prefix=/usr/local --sysconfdir=/etc
make install