ssjtoma
01-03-2010, 11:33 PM
Hey all,
I figured this might be of some help to someone else as well in the future. I have encountered a strange issue with my microSD card that I put in from my previous N810, namely that it became read-only. I looked around in the forums but couldn't find anything useful. I tried checking the fat filesystem, mounting/remounting, restarting but no help, mmc1 remained read only.
I just did a reformat on it and it seemed to be working.
1.
Install openssh-server or gainroot and become root
2.
umount /media/mmc1
3.
mkfs.vfat /dev/mmcblk1p1
4.
mount /dev/mmcblk1p1 /media/mmc1
Cheers!
I figured this might be of some help to someone else as well in the future. I have encountered a strange issue with my microSD card that I put in from my previous N810, namely that it became read-only. I looked around in the forums but couldn't find anything useful. I tried checking the fat filesystem, mounting/remounting, restarting but no help, mmc1 remained read only.
I just did a reformat on it and it seemed to be working.
1.
Install openssh-server or gainroot and become root
2.
umount /media/mmc1
3.
mkfs.vfat /dev/mmcblk1p1
4.
mount /dev/mmcblk1p1 /media/mmc1
Cheers!