SD card issue

ErrorOliver

Active Member
OP
Newcomer
Joined
Sep 23, 2022
Messages
27
Trophies
0
Location
Earth
Website
erroroliver.neocities.org
XP
91
Country
United States
Corrupt card or not mounted correctly? Is it an sd card....micro sd inside an adapter?

Try ejecting the disk via windows and reinserting along with the usaul visual checks to connections.
It's a micro SD card inside an adapter. Btw I use Linux Mint.

I plugged it in a hour ago and it worked.
I tried unplugging and unplugging in the SD card to try and clean the pins on it but it didn't do any change.


And what do you mean 'usual visual checks to connections'? (Sorry if this is a super dumb question)
 

SDIO

Well-Known Member
Member
Joined
Feb 13, 2023
Messages
2,420
Trophies
0
Age
28
XP
1,691
Country
Germany
check for the write protect switch on the card. If that doesn't help run fsck on the card before mounting it
 

Lostbhoy

HEY YOU GUYS!
Member
Joined
Aug 23, 2009
Messages
2,537
Trophies
2
Age
44
Location
Scotland
XP
5,300
Country
United Kingdom
It's a micro SD card inside an adapter. Btw I use Linux Mint.

I plugged it in a hour ago and it worked.
I tried unplugging and unplugging in the SD card to try and clean the pins on it but it didn't do any change.


And what do you mean 'usual visual checks to connections'? (Sorry if this is a super dumb question)
Just make sure the pins are clean, not bent ect.

Do you have another adapter to try the card in?
 

Ryab

Well-Known Member
Member
Joined
Aug 9, 2017
Messages
3,283
Trophies
1
XP
4,555
Country
United States
It's a micro SD card inside an adapter. Btw I use Linux Mint.

I plugged it in a hour ago and it worked.
I tried unplugging and unplugging in the SD card to try and clean the pins on it but it didn't do any change.


And what do you mean 'usual visual checks to connections'? (Sorry if this is a super dumb question)
Is there a switch on the side of the adapter? If so it's a write protector.
 

ErrorOliver

Active Member
OP
Newcomer
Joined
Sep 23, 2022
Messages
27
Trophies
0
Location
Earth
Website
erroroliver.neocities.org
XP
91
Country
United States
Is there a switch on the side of the adapter? If so it's a write protector.
Yeah, I put it the opposite way and it does the same issue.

Also, then I try to use the update folder deleter app (UFDiine), on restart it alerts me that the update folder isn't deleted and it says the update folder is still there then I open up the update deleter app.
Post automatically merged:

Just make sure the pins are clean, not bent ect.

Do you have another adapter to try the card in?
I do have another adapter. I tried a different adapter to try the card in and same issue.
Post automatically merged:

By the way, I think this happened after I used wudd to dump a Wii U game.
 
Last edited by ErrorOliver,

KleinesSinchen

GBAtemp's Backup Reminder + Fearless Testing Sina
Member
GBAtemp Patron
Joined
Mar 28, 2018
Messages
4,485
Trophies
2
XP
15,084
Country
Germany
Process of elimination. Try:
  • Different SD reader
  • Micro-SD reader not using adapter
  • Another SD in your main reader
An SD might become permanently read-only if it decides "I've reached my end of life"

The slider on full-sized SDs (or adapters) only pushes an internal switch inside the reader – that tells if writing will be locked. Such a switch can fail (no SD will be writable in that device)
 

ErrorOliver

Active Member
OP
Newcomer
Joined
Sep 23, 2022
Messages
27
Trophies
0
Location
Earth
Website
erroroliver.neocities.org
XP
91
Country
United States
I've tried to put the micro SD card without the adapter in my computer and there's locked icons on all the files and folders and then I try to make a new folder it says that it's read only.

Does this mean the micro SD card is dead/read-only forever?
1681921902025.png
 

ErrorOliver

Active Member
OP
Newcomer
Joined
Sep 23, 2022
Messages
27
Trophies
0
Location
Earth
Website
erroroliver.neocities.org
XP
91
Country
United States
run fsck on it
Code:
oliver@cooldamnpc:~$ fsck /dev/sdb1
fsck from util-linux 2.37.2
e2fsck 1.46.5 (30-Dec-2021)
fsck.ext2: Permission denied while trying to open /dev/sdb1
You must have r/w access to the filesystem or be root
oliver@cooldamnpc:~$ root fsck /dev/sdb1
Command 'root' not found, did you mean:
  command 'proot' from deb proot (5.1.0-1.3)
  command 'rott' from deb rott (1.1.2+svn287-3)
  command 'rootv' from deb xawtv (3.107-1.1)
  command 'foot' from deb foot (1.11.0-2)
  command 'toot' from deb toot (0.28.0-2)
Try: sudo apt install <deb name>

I've unmounted the SD card his is what I get then I try to use the command
 

ghjfdtg

Well-Known Member
Member
Joined
Jul 13, 2014
Messages
1,376
Trophies
1
XP
3,337
Country
Since you are running Linux open a terminal, run "sudo dmesg". Then insert the SD, wait a moment and run that command again. Paste all relevant lines which are new compared with the output of the previous command.

When the kernel is unable to mount the card read & write it's either the slider on the card or it did go read-only because it reached end of life.
 

SDIO

Well-Known Member
Member
Joined
Feb 13, 2023
Messages
2,420
Trophies
0
Age
28
XP
1,691
Country
Germany
You have to do sudo fschk ...
Post automatically merged:

And if you have anything important in that card make a backup first
 

Ryab

Well-Known Member
Member
Joined
Aug 9, 2017
Messages
3,283
Trophies
1
XP
4,555
Country
United States
I've tried to put the micro SD card without the adapter in my computer and there's locked icons on all the files and folders and then I try to make a new folder it says that it's read only.

Does this mean the micro SD card is dead/read-only forever?
View attachment 365939
Well flash media does have a limited number of writes. It's unlikely to reach this however unless data was constantly being written to it. Since you are on linux I would check it out using sudo fschk
 

ErrorOliver

Active Member
OP
Newcomer
Joined
Sep 23, 2022
Messages
27
Trophies
0
Location
Earth
Website
erroroliver.neocities.org
XP
91
Country
United States
You have to do sudo fschk ...
Post automatically merged:

And if you have anything important in that card make a backup first
Code:
oliver@cooldamnpc:~$ sudo fschk /dev/sdb1

[sudo] password for oliver:     

sudo: fschk: command not found

This is what happens then I run the command.
Post automatically merged:

Since you are running Linux open a terminal, run "sudo dmesg". Then insert the SD, wait a moment and run that command again. Paste all relevant lines which are new compared with the output of the previous command.

When the kernel is unable to mount the card read & write it's either the slider on the card or it did go read-only because it reached end of life.
What do you mean 'which are new'? I'm a bit confused.
 
Last edited by ErrorOliver,

ErrorOliver

Active Member
OP
Newcomer
Joined
Sep 23, 2022
Messages
27
Trophies
0
Location
Earth
Website
erroroliver.neocities.org
XP
91
Country
United States
New log messages from the kernel which were not there before you plugged the card in.
I think it's these.

Code:
6881.719498] rndis_host 2-1.6:1.0 usb0: register 'rndis_host' at usb-0000:00:1d.0-1.6, RNDIS device, c2:53:17:e8:f7:a4
[ 7174.146984] perf: interrupt took too long (2501 > 2500), lowering kernel.perf_event_max_sample_rate to 79750
[ 8790.842967] perf: interrupt took too long (3128 > 3126), lowering kernel.perf_event_max_sample_rate to 63750
[10369.357036] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[10370.002761] FAT-fs (sdb1): error, corrupted directory (invalid entries)
[10370.002783] FAT-fs (sdb1): Filesystem has been set read-only
[10392.372148] FAT-fs (sdb1): error, corrupted directory (invalid entries)
[10397.090159] FAT-fs (sdb1): error, corrupted directory (invalid entries)
[10398.482123] FAT-fs (sdb1): error, corrupted directory (invalid entries)
[10399.318261] FAT-fs (sdb1): error, corrupted directory (invalid entries)
[10399.318302] FAT-fs (sdb1): error, corrupted directory (invalid entries)
[10399.318328] FAT-fs (sdb1): error, corrupted directory (invalid entries)
[10412.805018] FAT-fs (sdb1): error, corrupted directory (invalid entries)
[10415.096724] FAT-fs (sdb1): error, corrupted directory (invalid entries)
[10422.017542] FAT-fs (sdb1): error, corrupted directory (invalid entries)
[10524.413057] usb 2-1.6: USB disconnect, device number 34
[10524.414966] rndis_host 2-1.6:1.0 usb0: unregister 'rndis_host' usb-0000:00:1d.0-1.6, RNDIS device
Post automatically merged:

I have a microSD adapter where the lock slide doesn't work anymore, have you tried a different adapter?
Yes.
I do have another adapter. I tried a different adapter to try the card in and same issue.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, the other game where I found newgrounds is new york shark
    +1
  • SylverReZ @ SylverReZ:
    Spoke to Tom Fulp the other day, if he can find his old Newgrounds site content like the mini Flash animations from the 2000's that played on the portal.
  • SylverReZ @ SylverReZ:
    So far no response, but he did say that he'll find them. Wayback Machine doesn't have em.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, atleast the 1999 versión of pico's school is avaliable (the difference between it, the 2006 versión and the 2016 versión is that the speed of the game depends of the speed of your computer and that it had the og soundtrack)
  • SylverReZ @ SylverReZ:
    @Xdqwerty, Another being Pico VS Bear, the original 1999 version before Jim Henson filed a DMCA takedown.
    +1
  • Xdqwerty @ Xdqwerty:
    The 2006 versión was made when the flash portal was made
  • SylverReZ @ SylverReZ:
    Many people thought it was lost, but was discovered that he hid it on the same page.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, although the "secrets" system where the game was has been removed. Also pico vs uberkids had a netplay versión that was shutdown, although the swf file has been found
  • SylverReZ @ SylverReZ:
    @Xdqwerty, Nope. There are two download buttons on the same page, where you can download the original under a file called "bear.exe". "bear2.exe", however, is the updated game in a Flash projector. P.s. this was on the archived Pico page from 2000.
  • SylverReZ @ SylverReZ:
    @Xdqwerty, That's been there for a long time, too. People who search for lost media don't look hard enough lmao.
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, also the pico 2 demos used to be only for the newgrounds patrons but they are on internet archive too (https://archive.org/download/picos_school_2)
    +1
  • Xdqwerty @ Xdqwerty:
    Iirc the demos were removed from newgrounds in 2022
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, or well only the demo with mindchamber's style was on newgrounds
    +1
  • Xdqwerty @ Xdqwerty:
    Fun fact @SylverReZ: iirc one of the goals on the fnf Kickstarter stated that pico 2 would be finished but the Kickstarter didnt get enough money for that goal to be fullfiled
  • SylverReZ @ SylverReZ:
    @Xdqwerty, FNF sucks, their community is toxic as hell.
  • The Real Jdbye @ The Real Jdbye:
    @SylverReZ its a single player game
  • Xdqwerty @ Xdqwerty:
    @The Real Jdbye, Yea but it has a shitton of mods with their own songs and stuff
  • Xdqwerty @ Xdqwerty:
    @The Real Jdbye, and quite a lot of people involved in those mods get cancelled
  • SylverReZ @ SylverReZ:
    Newgrounds wasn't the birth of FNF; rather, it was games where you beat up celebrities and parodies.
    +2
  • a_username_that_is_cool @ a_username_that_is_cool:
    FNF was born from Game Jams
  • a_username_that_is_cool @ a_username_that_is_cool:
    Specifically Ludum Dare 47
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, and Sonic fights a la dragón ball z
    Xdqwerty @ Xdqwerty: