Reply
Thread Tools
Dancairo's Avatar
Posts: 423 | Thanked: 486 times | Joined on Nov 2009 @ London, England
#31
Originally Posted by michaaa62 View Post
So please test the card now, as the output just looks fine. Try to access your card through Hildon-File-Manager (HFM].

Sidenote: Altough it is actually unmounting the device the command is called
Code:
umount
for obscurity reasons, i guess
Whoops - I think I need new glasses!

I can read the card and the files on the n900 but can't delete them.
When connected to PC in usb mode the card doesn't show, but does in a usb adapter. Clicking the properties of the folders in the adapter shows them all as 'read only' and whilst I can remove the 'read only' check mark it's still there when I click properties again.
 
Dancairo's Avatar
Posts: 423 | Thanked: 486 times | Joined on Nov 2009 @ London, England
#32
I found this on another thread with similiar problems:-


From xterm I signed in as root and remounted the filesystem in
/home/user/MyDocs as read and write.

Code:
mount -o remount,rw /home/user/MyDocs

Is it possible to remount the SD card in the same way?
clutching at straws but you never know, then I might be able to manually delete all and reformat!
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#33
Try to change the partition type with
Code:
sudo gainroot
sfdisk -c /dev/mmcblk1 1 c
Then reboot. This time it is 1[one]
 

The Following User Says Thank You to michaaa62 For This Useful Post:
Dancairo's Avatar
Posts: 423 | Thanked: 486 times | Joined on Nov 2009 @ London, England
#34
Originally Posted by michaaa62 View Post
Try to change the partition type with
Code:
sudo gainroot
sfdisk -c /dev/mmcblk1 1 c
Then reboot. This time it is 1[one]
Ok done that but no change, still all write protected!
 
Switch_'s Avatar
Posts: 601 | Thanked: 549 times | Joined on Mar 2010 @ Redditch, UK
#35
Sorry then mate, I'll have a Google to see if it throws anything up but other than that I'll leave you in the capable Linux hands of michaaa.....
__________________
---<|| Alt + F4 for GOD MODE ||>---
---<|| Deviant Art Linky Linky ||>---
 

The Following User Says Thank You to Switch_ For This Useful Post:
Dancairo's Avatar
Posts: 423 | Thanked: 486 times | Joined on Nov 2009 @ London, England
#36
Guys, I want to thank you all for your help this morning (and before), I have to go to work shortly but will keep trying and let you know how I get on tomorrow.
Thanks again for all your help and attention.

Dan

p.s if you come up with any more ideas and instructions, i'll be on it...
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#37
Originally Posted by Dancairo View Post
I found this on another thread with similiar problems:-


From xterm I signed in as root and remounted the filesystem in
/home/user/MyDocs as read and write.

Code:
mount -o remount,rw /home/user/MyDocs

Is it possible to remount the SD card in the same way?
clutching at straws but you never know, then I might be able to manually delete all and reformat!
Did not see this post you made until now!
Try it then!
 

The Following User Says Thank You to michaaa62 For This Useful Post:
Dancairo's Avatar
Posts: 423 | Thanked: 486 times | Joined on Nov 2009 @ London, England
#38
Originally Posted by michaaa62 View Post
Did not see this post you made until now!
Try it then!
Could you help with the right code to try? ie. mount -o remount,rw /home/user/mmc1?

I know that's not right and i'll have to do the gainroot thingy but as you can tell, I really have no idea!!
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#39
This will unmount the partition and then try to mount it rw
Code:
sudo gainroot
umount /dev/mmcblk1p1
mount -o rw /dev/mmcblk1p1 /media/mmc1
or if already mounted you can try
Code:
sudo gainroot
mount -o remount,rw /dev/mmcblk1p1 /media/mmc1
 

The Following User Says Thank You to michaaa62 For This Useful Post:
Dancairo's Avatar
Posts: 423 | Thanked: 486 times | Joined on Nov 2009 @ London, England
#40
Michaaa62

Thanks for all the help, I've been playing with the liveCD on an old laptop and you were right, very easy. In fact I liked it so much that I've installed it along side windows but i think I'm going to just replace windows with it.

Still can't format the card though and tried a few commands in the terminal on the laptop - no joy...

ready to give up now, I think i've wasted mine and everybody else's time enough with this.
Just have to use the n900 without the card..

Thanks again to you and everyone for the help.

Dan
 
Reply


 
Forum Jump


All times are GMT. The time now is 06:42.