LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ntfs-3g

mounts NTFS filesystems with read-write support

TLDR

Mount NTFS partition
$ ntfs-3g [/dev/sda1] [/mnt/windows]
copy
Mount read-only
$ ntfs-3g -o ro [/dev/sda1] [/mnt/windows]
copy
Mount with permissions
$ ntfs-3g -o uid=[1000],gid=[1000] [/dev/sda1] [/mnt]
copy
Mount with umask
$ ntfs-3g -o umask=[022] [/dev/sda1] [/mnt]
copy
Force mount dirty volume
$ ntfs-3g -o force [/dev/sda1] [/mnt]
copy

SYNOPSIS

ntfs-3g [options] device mountpoint_

DESCRIPTION

ntfs-3g mounts NTFS filesystems with read-write support. FUSE-based driver.The tool enables Linux NTFS access. Full read-write capability.

PARAMETERS

DEVICE

NTFS partition device.
MOUNTPOINT_
Mount location.
-o OPTIONS
Mount options.
ro
Read-only mount.
force
Force mount.
--help
Display help information.

INSTALL

sudo apt install ntfs-3g
copy
sudo dnf install ntfs-3g
copy
sudo pacman -S ntfs-3g
copy
sudo apk add ntfs-3g
copy
sudo zypper install ntfs-3g
copy
brew install ntfs-3g
copy

CAVEATS

FUSE-based. May need unmount before Windows. Requires permissions.

HISTORY

ntfs-3g was created to provide full NTFS read-write support on Linux via FUSE.

SEE ALSO

mount(1), ntfsfix(1), fusermount(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid