简体   繁体   中英

Can I/How do I force micro-SD card to r/w mount?

I have a sandisk 64GB microSD card that I've been using in my phone. It recently started refusing to let me save things to it on the phone and I am currently trying to figure out if it's possible to fix the problem.

I have an SD card slot on my Kubuntu laptop and SD card adapter that I'm using to plug in and attempt to mount the microSD with. The problem is persisting though. I can mount the card as read-only without a problem and have access to everything on it (which I've now copied off) and everything seems to be intact. I get problems as soon as I try to mount with write access. Using the following command sudo mount -o rw,umask=000 /dev/mmcblk0p1 /media/exfat/ I get this output: 'WARN: volume was not unmounted cleanly. ERROR: fsync failed.' and it doesn't mount.

If I use sudo mount -o ro,umask=000 /dev/mmcblk0p1 /media/exfat/ I still get this error 'WARN: volume was not unmounted cleanly.' but it mounts and I have full access.

Does anyone know if this is salvageable or should I just give up now and get a new one?

Any help would be gratefully received.

I had a similar situation but after trying all sorts of things over many minutes of frustration, I discovered there is a tiny 'read-only' switch on the side of the SD card adaptor. Doh.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM