Latest blog posts

header ads

Linux Read Only Problem On NTFS | How to Enable Write Permission on NTFS in Linux

Linux Read Only Problem On NTFS | How to Enable Write Permission on NTFS in Linux



Read Only Problem On NTFS | Enable Write Permission on NTFS | Linux: NTFS file system support with read and write access in Ubuntu, fedora, RedHat enterprise linux, OpenSUSE, centos,  and other linux distros with proof that it really works.

Commands -

$ sudo apt-get install -y gnome-disk-utility
$ sudo apt-get purge ntfsprogs -y
$ sudo apt-get purge ntfs-3g -y
$ sudo apt-get install ntfs-3g -y


commands:
1. sudo ntfsfix /dev/sda(no is partition number)
2. sudo  mount -o remount,rw /dev/sda
3. restart the system

Post a Comment

0 Comments