Guest User

Untitled

a guest
May 25th, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. sudo mount -o remount,rw '/media/tuxication/MyDrive'
  2.  
  3. mount: cannot remount rw read-write, is write-protected
  4.  
  5. Error wiping device: Command-line `wipefs -a "/dev/mmcblk0p1"' exited with non-zero exit status 1:
  6. wipefs: error: /dev/mmcblk0p1: probing initialization failed: Read-only file system
  7. (udisks-error-quark, 0)
  8.  
  9. exec sudo -i
  10. umount /dev/mmcblk0p1
  11. dd if=/dev/zero of=/dev/mmcblk0p1 bs=1024
  12. mkfs.vfat -F 32 /dev/mmcblk0p1 -I
Add Comment
Please, Sign In to add comment