For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installing NTFS Support

For Windows File-Level Restore operations, the Storware Backup and Recovery Node must be able to access NTFS file systems. On Linux-based nodes, this functionality is provided by the ntfs-3g package.

Red Hat Enterprise Linux 9

Install ntfs-3g on each node that will be used for Windows file-level operations.

Register the system with Red Hat Subscription Management if it is not already registered:

sudo subscription-manager register
sudo subscription-manager attach --auto

Enable the CodeReady Builder repository:

sudo subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms

Install the EPEL repository package:

sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm

Refresh package metadata:

sudo dnf makecache

Install ntfs-3g:

sudo dnf install -y ntfs-3g

Verify the installation:

ntfs-3g --version

SUSE Linux Enterprise Server 15

Register the system with SUSE Customer Center if it is not already registered:

Enable SUSE Package Hub for the installed service pack.

For SLES 15 SP3:

For SLES 15 SP4:

For SLES 15 SP5:

Refresh repositories:

Install ntfs-3g:

Verify the installation:

To check which Package Hub extension is available for the system, run:

Ubuntu 22.04

Update package metadata:

Install ntfs-3g:

Verify the installation:

Debian 12.5

Update package metadata:

Install ntfs-3g:

Verify the installation:

Last updated