We came across situation that when users plug in USB hard disk drive to pcDuino3B. It is only readable and cannot write.
After extensive test, we found that this is due to file system error, which can be fixed by ntfs:
To install ntfs:
$sudo apt-get install ntfs-3g
To fix:
$sudo ntfsfix /dev/sda1
Leave a Reply
You must be logged in to post a comment.