Install ntfs-3g, Then you can mount the disk with the mount command or at boot time and use read/write.[khakisample text="Install and Mount Commands"]sudo apt-get install ntfs-3g sudo mount -t ntfs-3g /dev/sda1 /media/win_c [/khakisample]If y…
more »