I have a 16 GB Gorilla thumb drive named Writing that all of a sudden is having fits, demanding bananas and throwing its poop at me. Well, not literally, but it's suddenly decided it's a read only drive. I tried to save a file to it from LibreOffice earlier today, but it refused to take it. I tried numerous commands to make the thing writable, including unmounting and then mounting with the rw option. I tried formatting it in Gparted, but it's read only status makes even that not work. A couple screen shots:
I tried this:
No dice.
I also tried:
And got this:
The stubborn thing still refuses to let me copy files to it. I don't have a female Gorilla drive to withhold sex from it until it complies, something I'm sure would work, so I need to find some way to fix this in the terminal or with some GUI utility. The good news is it's completely backed up to another thumb drive and on my internal hard drive. It's no problem if I need to wipe this in the process.
It's an exFAT drive. It also refused to be formatted in Windows 7. In Kubuntu I've used numerous attempts with dosfsck to no avail. I've also tried Krusader as root and going in to change the permissions. I'm hitting a brick wall. Anyone have any other ideas other than smashing the thing with a sledge hammer? Because that's what I'm about ready to do.
Bad Gorilla, bad!
Edit: One more thing -- I noticed a read greyed-out file named .sync.ffs_db on the drive. This may be the dirty work of FreeFileSync. I got mad at that application and said mean things to it, so I think it may have taken offense talked the Gorilla drive into helping it get revenge against me.
I tried this:
Code:
sudo chmod 775 /dev/sdb1
I also tried:
Code:
sudo dosfsck -a /dev/sdb1
Code:
[sudo] password for tom: fsck.fat 3.0.26 (2014-03-07) Logical sector size is zero. tom@tom-HP-Compaq-6200-Pro-SFF-PC:~$
It's an exFAT drive. It also refused to be formatted in Windows 7. In Kubuntu I've used numerous attempts with dosfsck to no avail. I've also tried Krusader as root and going in to change the permissions. I'm hitting a brick wall. Anyone have any other ideas other than smashing the thing with a sledge hammer? Because that's what I'm about ready to do.
Bad Gorilla, bad!
Edit: One more thing -- I noticed a read greyed-out file named .sync.ffs_db on the drive. This may be the dirty work of FreeFileSync. I got mad at that application and said mean things to it, so I think it may have taken offense talked the Gorilla drive into helping it get revenge against me.
Comment