Answers for "how to make NTFS read only file system writable in linux"

0

how to make NTFS read only file system writable in linux

sudo mount -t ntfs-3g /dev/sdb2 /mnt/ntfs2/
Posted by: Guest on January-20-2021

Code answers related to "how to make NTFS read only file system writable in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language