9.5
Table Of Contents
- Introduction
- System requirements
- Installation
- Using The Driver
- Mount options
- Additional Utilities
- Troubleshooting
- Troubleshooting processes
- Mount troubleshooting
- The install.sh script can’t find kernel sources
- Can’t compile the NTFS/HFS+ for Linux driver
- “Can’t load module” message at the end of installation
- ufsd module: kernel-module version mismatch
- ufsd module: create_module: operation is not permitted
- insmod: a module named as ufsd already exists
- insmod: Unknown symbol jnl_op (err0)
- Can’t mount NTFS/HFS+ volume
- Hardware issues
- Sysdump utility
- UFSD driver compatibility
- Frequently Asked Questions
- What are 'minor errors' reported by chkntfs utility?
- Warnings on Windows7/Vista when NTFS HDD is reconnected from Linux
- Recently changed file has its modification time a few hours ahead of or behind the current system time. Why?
- Why does mount option A make driver ignore mount option B?
- Does the driver have an optimization for avoiding data fragmentation?
- Why a lot of memory is used for volume mounting?
- Why the disk can't be dismounted?
9 Paragon NTFS&HFS+ for Linux 9.5
Development Environment
A development environment is required to compile Linux drivers and utilities. Please verify that these
tools are all functional. The easiest way is to choose the developer toolkit when installing Linux.
What must be installed:
• Kernel source code (recommended) or Kernel header files (doesn’t always work);
#rpm -qa|grep kernel-source (for RPM based kernel-sources)
• GNU C compiler;
#gcc --version
• GNU C++ compiler (for Professional version only);
#g++ --version
• GNU glibc-static (recommended for Professional version only);
• GNU Make;
#make --version
• GNU ld (binutils);
#ld --version
• Modutils (module-init tools);
#insmod -V
• DKMS library (for Professional version only).
#dkms --version
Limitations
• GNU C compiler (gcc) version 4.9 or higher is required.
• The user should login as root to install the drivers and utilities.
• Correct operation is not guaranteed for customized Linux kernels. Commercial porting service to
customized Linux kernels is available from Paragon Software Group — for more information send
e-mail to sales@paragon-software.com).
Copyright© 1994-2017 Paragon Technologie GmbH. All rights reserved.