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?
23 Paragon NTFS&HFS+ for Linux 9.5
Description
mkntfs is a standalone utility that allows to format NTFS partitions under Linux. It is used to create a
NTFS 1.2, 3.0, 3.1 (Windows NT 4.0/2000/XP/2003/Vista/7/8.1/10) file system on adevice (usually a
disk partition).
Notes:
1. mkntfs doesn’t change the MBR (Master Boot Record) when formatting a partition. Therefore,
most of Linux commands (like fdisk -l) will be unable to determine that partition’s files system
was changed to NTFS.
2. Since version 9.4.3 this tool is actually a hardlink to the ufsd utility . In order to make sure that
the files are not taking unnecessary space, it is advised to unpack provided archive on the target
platform, or create hardlinks to the ufsd utility manually.
6.3.2 chkntfs
chkntfs utility performs consistency checking of NTFS volumes and (optionally) fixes errors.
Synopsis
chkntfs [options] device
E.g.: ’chkntfs -f /dev/sdb1’
Options
-f Fix errors on the disk.
-a Perform checks only if ‘dirty’ flag is set.
-b:size Override default block (sector) size. Usage of default settings are
strongly recommended. The ’-b’ parameter can use following values:
512, 1024, 2048, 4096.
-m:size Set a limit for memory usage during file system check. Usage of this
parameter may lower file system check performance.
-h Display this help.
-m:size Memory limit used by the utility
-short Minimum file system check
-safe Errors are not fixed, dirty flag is cleared if no errors found
-showminors Show minor errors.
-no-orphans Do not restore real orphan files
-trace Turn on UFSD trace.
-verbose Explain what is being done.
-nopercents Do not print percents during checking process.
-version Show version and exit.
Copyright© 1994-2017 Paragon Technologie GmbH. All rights reserved.