Difference between revisions of "Ntfs-3g"
From CBLFS
Jump to navigationJump to searchm |
|||
(7 intermediate revisions by 5 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http:// | + | | http://tuxera.com/opensource/ntfs-3g_ntfsprogs-{{ntfs-3g-Version}}.tgz |
|} | |} | ||
---- | ---- | ||
− | {{Package-Introduction|The NTFS-3G driver is an open source, freely available read/write NTFS driver for Linux. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000 | + | {{Package-Introduction|The NTFS-3G driver is an open source, freely available read/write NTFS driver for Linux. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows 7 and 8 file systems. Most POSIX file system operations are supported, with the exception of full file ownership and access right support.|http://www.tuxera.com/community/ntfs-3g-download/}} |
== Dependencies == | == Dependencies == | ||
Line 19: | Line 19: | ||
== Configuration Information == | == Configuration Information == | ||
− | If you | + | If you have installed [[FUSE]] add the following to the configure command: |
--with-fuse=external | --with-fuse=external | ||
Line 33: | Line 33: | ||
make install | make install | ||
− | |||
− | |||
− | |||
== Multilib == | == Multilib == | ||
Line 50: | Line 47: | ||
Install the package | Install the package | ||
− | make install | + | make install |
− | |||
− | |||
=== N32 === | === N32 === | ||
Line 65: | Line 60: | ||
Install the package | Install the package | ||
− | make install | + | make install |
− | |||
− | |||
=== 64Bit === | === 64Bit === | ||
Line 80: | Line 73: | ||
Install the package | Install the package | ||
− | make install | + | make install |
− | + | ||
− | + | == Contents == | |
+ | |||
+ | {| style="text-align: left;" | ||
+ | |-valign="top" | ||
+ | !Installed Directories: | ||
+ | | | ||
+ | |-valign="top" | ||
+ | !Installed Programs: | ||
+ | | | ||
+ | |-valign="top" | ||
+ | !Installed Libraries: | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | [[Category:File System]] |
Latest revision as of 08:48, 25 May 2014
Download Source: | http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2014.2.15.tgz |
---|
Contents
Introduction to Ntfs-3g
The NTFS-3G driver is an open source, freely available read/write NTFS driver for Linux. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows 7 and 8 file systems. Most POSIX file system operations are supported, with the exception of full file ownership and access right support.
Project Homepage: http://www.tuxera.com/community/ntfs-3g-download/
Dependencies
Required
Optional
Configuration Information
If you have installed FUSE add the following to the configure command:
--with-fuse=external
Non-Multilib
Compile the package:
./configure --prefix=/usr --libdir=/usr/lib && make
Install the package
make install
Multilib
32Bit
Compile the package:
sed -i "/PKG_CONFIG_PATH=/d" configure && CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr --libdir=/usr/lib && make
Install the package
make install
N32
Compile the package:
sed -i "/PKG_CONFIG_PATH=/d" configure && CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package
make install
64Bit
Compile the package:
sed -i "/PKG_CONFIG_PATH=/d" configure && CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package
make install
Contents
Installed Directories: | |
---|---|
Installed Programs: | |
Installed Libraries: |