SD card or connector corrupt?
Posted: Mon May 19, 2014 3:43 pm
Update: I found out that it was my sd card OR my sd connector who is not properly functioning. When plugging in my sd card, only the power light comes on. When I adjust the card a bit eventually the ACT LED will blink 3/4 times. Is it the SD card or the pi sd connector that is corrupt??
(don't read this below, it's old!)
--------------
Hello,
I recently corrupted my sd card so I had to rewrite the backup to my SD. I chose to just provide a clean install of the system instead. I downloaded and installed Raspbian to get rid of the unused active processes etc.
I tried to install the GO programming language from google. This is the second time I tried it without succes (on a new fresh raspbian image).
So basically it ends up deleting everything from my sd card! I think the mercurial repo is corrupt or something, but I am quite a beginner with this! What can I do?? Even the basic commands like ls cannot be used anymore!
HeroS
ps. I can't see any logs because in WinSCP there is nothing in the directories (or any directory at all), and 'tail' is not working.
pps. When you close the ssh session and reconnect, you won't come in either
(don't read this below, it's old!)
--------------
Hello,
I recently corrupted my sd card so I had to rewrite the backup to my SD. I chose to just provide a clean install of the system instead. I downloaded and installed Raspbian to get rid of the unused active processes etc.
I tried to install the GO programming language from google. This is the second time I tried it without succes (on a new fresh raspbian image).
Code: Select all
Setting up libc-dev-bin (2.13-38+rpi2+deb7u1) ...
Setting up libc6-dev:armhf (2.13-38+rpi2+deb7u1) ...
Setting up mercurial-common (2.2.2-3) ...
Setting up mercurial (2.2.2-3) ...
Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version
pi@raspberrypi ~ $ hg clone -u default https://code.google.com/p/go $HOME/go
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
failed to truncate 00changelog.i
rollback failed - please run hg recover
abort: Read-only file system: /home/pi/go/.hg/store/.fncache-OhqmWN
pi@raspberrypi ~ $ hg recover
-bash: /usr/bin/hg: No such file or directory
pi@raspberrypi ~ $ ls
-bash: ls: command not found
pi@raspberrypi ~ $ hg recover
-bash: /usr/bin/hg: No such file or directory
pi@raspberrypi ~ $HeroS
ps. I can't see any logs because in WinSCP there is nothing in the directories (or any directory at all), and 'tail' is not working.
pps. When you close the ssh session and reconnect, you won't come in either