Problem Copying File to USB Stick: Ubuntu Linux error while copying to – the destination is read only USB

Published by Fudgy McFarlen on

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

  1. How to fix "The destination is read-only" error on HDD partition
  2. 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

Categories:

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *