Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

usb stick is "READ ONLY FILESYSTEM"

hello.

i have a problem with my USB-Stick. since i gave it to a friend it does no longer work. unix says it is a "READ-ONLY FILESYSTEM". anny sugestions how i could change that?

it was not possible to reformat it by disk utility. i also tried to format it on a windows machine - didn´t work... any ideas?

best reagards

sepoe

Cube 500, Powerbook G4 12", 350(now400^^)mhz Yosemite, Mac OS X (10.4.7)

Posted on Oct 31, 2006 2:02 AM

Reply
Question marked as Best reply

Posted on Nov 15, 2006 10:29 AM

Sometimes USB drives like the one I assume you're using have write locks, little switches on the drives themselves that you can toggle back and forth, kind of like the old floppy drives. If it's set to locked, you might see this kind of error.
13 replies

Nov 23, 2006 2:31 AM in response to monkeymeetsrobot

i know that.. you can find that in every forum on the web. this drive has no switch. i searched it hard - it isn't there!

i tried to reformat it on different machines with different apps - even with some really crazy killer-toolz and none worked! i tried in DOS-mode on a PC, i tried with the terminal-harddisk-appz... nothing worked!

any more ideas??

Nov 23, 2006 11:47 AM in response to Sepoe

Monkeymeetsrobot's suggestion is the first thing I would have suggested myself -- your original post made no mention of no write-lock switch -- many flash drives have them -- one of mine does and when locked would exhibit that behavior and the other one that doesn't, it still works properly.

That said, now that we know that yours doesn't have a write-lock switch, maybe you could try this:

It's a long shot, but what happens when you launch Terminal and type
ls -ld /Volumes/{usbStickName}?
If the permissions are not drwxrwxrwx, then, perhaps, from an admin-privileged account, you could
sudo chmod 777 /Volumes/{usbStickName}
and with any luck, you will have write privileges again.

Something to try....no guarantees....

Short of that, you may be giving your friend a slightly used usb flash drive as a Christmas present.


(if this solves your problem, or is actually helpful towards arriving at a solution to your problem, please consider marking this reply as "helpful" or "solved," in addition to, if applicable, marking this question as "answered")

Nov 28, 2006 10:28 AM in response to j.v.

hey!

thanks for your sugestion. yes your right i didn't write the switch thing - sorry!

i tryed your sugestion but it says it is drwxrwxrwx - so it is possibly something stronger... i guess i try the christmas-present-thing 🙂 perhaps i would have better luck with that! i guess i could have bought 5 usb sticks when i would have been working in the time i tried to fix this one!!

Nov 29, 2006 6:19 AM in response to Sepoe

In addition to the previous suggestions, you might open the drive in Disk Utility. Select the USB flash drive and look at the lower left corner. If it says "Ownwrs Enabled: No: then the problem can be fixed with the info window for the drive. If it cannot be fixed, there may be a corrupt drive database:

/private/var/db/volinfo.database

The database file may be missing a return character causing two lines to run together. That could cause the problem you are seeing.

Dec 6, 2006 3:33 AM in response to Gnarlodious

i tried both - the last "ls" sugestion aswell as drive utility.. didn't work...

there is another memory stick manufacturer wich has its own softwarepackage to solf the problem i have but it only works with that particular stick...

i guess it is gone.. but if somebody has another solution i would be very thankful!!

regards sepoe

Dec 13, 2006 2:59 PM in response to Sepoe

Hi Sepoe, Jarik,
Along the lines of what Jarik suggests and considering the command used in single user mode to make the boot drive writable, I suggest that you try the command:

sudo mount -uw "/Volumes/USB DISK"

I don't think it will work though. The system tries to mount it read/write in the beginning so if that failed, there's something about the stick that no system likes. I'm guessing that it simply isn't fully functional anymore.
--
Gary
~~~~
Isn't air travel wonderful? Breakfast in London, dinner in New York,
luggage in Brazil.

usb stick is "READ ONLY FILESYSTEM"

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.