If you do have external storage device connected to your Linux box with NTFS, make sure that the filesystem is clean.
Before you mount the storage to your
Linux terminal:
- Run the below command
ntfsfix /dev/storagedevice ( like sdb1 or sdc1 )
- Reboot your Linux box
- Mount the external storage by running the command:
mount -o rw /dev/storagedevice /media/
or
mount -o rw /dev/storagedevice /mnt/
or mount the storagedevice via GUI.