From 7e978e7d7354fa90ab914a4445cc4188e9b8ef54 Mon Sep 17 00:00:00 2001 From: marten <43725244+tiyn@users.noreply.github.com> Date: Sat, 7 Jan 2023 15:13:13 +0100 Subject: [PATCH] Update ntfs.md --- wiki/linux/ntfs.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wiki/linux/ntfs.md b/wiki/linux/ntfs.md index 5455f03..e823af2 100644 --- a/wiki/linux/ntfs.md +++ b/wiki/linux/ntfs.md @@ -28,7 +28,11 @@ For the usage of NTFS file systems the `ntfs-3g` package - available on most distributions - has to be installed. To automount partitions with NTFS the following line has to be adapted and added to `/etc/fstab`: -` ntfs-3g nofail,windows_names,big_writes 0 0` + +```txt + ntfs-3g nofail,windows_names,big_writes 0 0 +``` + If the partition to mount is bootable or contains a windows system the hibernation and fast boot have to be disabled to mount the partition with write access.