Summary
Most of the issues with writing to the USB stick came from file errors on the stick. Linux seems more sensitive to that. I stuck the problem USB stick in a windows box and repaired it. It then worked 1 time and then stopped working. I was then prompted with "format if you want to use it" message. Link #2 shows the Linux tool that can check the health of the USB stick or any other drive.
Research Links
- How to fix "The destination is read-only" error on HDD partition
- How to change permissions on external media
Process Steps
- UseTerminal Command to list the devices hanging on USB ports: df -l
- keyring-02 usb was hanging on: /dev/sdb1
- Remount the USB stick using: sudo mount -o remount,rw /dev/sda3
Example List of USB devices using df -l
Disk Health Check Tool
0 Comments