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?
39 Paragon NTFS&HFS+ for Linux 9.5
10.3 Recently changed file has its modification time a few hours ahead of or behind
the current system time. Why?
This offset occurs due to the fact that NTFS stores file times as UTC time (in contrast to FAT that
stores local time) and the system might not have time zone setting that can be read by C library and
then used to convert file times reported by Kernel to local time.
Consequently, if a file is written to an NTFS volume on Windows with time zone set to, say, UTC+8,
and then the volume is connected to the Linux system, C library reports values provided by Kernel
‘as is’ without converting them to local time. However, if a file is modified on the Linux system, its
modification time is written to the file system as system’s current time and then it is reported correctly.
In the latter case, after the file modified on the Linux system is brought back to the Windows machine
Copyright© 1994-2017 Paragon Technologie GmbH. All rights reserved.