I never had the problem in Ubuntu, but for some reason I cannot mount/read/write to NTFS drives.
How can I make this happen?
How can I make this happen?
pg /etc/fstab
sudo mkdir /media/testntfs
sudo mount -t ntfs-3g /dev/sdb1 /media/testntfs
Comment