How to mount the partition with NTFS file system in Ubuntu with read-write access

How to mount the partition with NTFS file system in Ubuntu with read-write access

If you can't access the drive, execute the following command:

sudo ntfsfix /dev/sdXY

where XY is the partition

e.g sda2 or sdb1


Then, mount with:

sudo mount -o rw /dev/sdXY /mnt/folderName

Comments

Popular posts from this blog

To install the mysql driver manually in Dbeaver

How to Install Latest MySQL Server on AWS EC2 Ubuntu 18.04

Can't connect to Remote MySQL Server (10061) to Ubuntu