The Following User Says Thank You to gabby131 For This Useful Post: | ||
|
2010-04-25
, 23:30
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#2
|
fsck.vfat -a /dev/mmcblk0p1
The Following 7 Users Say Thank You to MohammadAG For This Useful Post: | ||
|
2010-04-25
, 23:33
|
Posts: 29 |
Thanked: 22 times |
Joined on Mar 2010
|
#3
|
i cant move, download or copy files to my n900's on board storage.
"location is read-only" please advise. i hope i dont need reflashing eMMC.
thanks
cat /etc/fstab
The Following User Says Thank You to nermaljcat For This Useful Post: | ||
|
2010-04-25
, 23:39
|
Posts: 1,729 |
Thanked: 388 times |
Joined on Jan 2010
@ Canada
|
#4
|
Because you didn't unmount it when removing it, install rootsh if you don't have it, open terminal, type root then:
Since I've said this on the forums many times, I'll answer the most common question.Code:fsck.vfat -a /dev/mmcblk0p1
No it doesn't delete your data, it only fixes the partition (without touching your data)
Safely remove it next time.
(oh and blame MS, not Nokia )
|
2010-04-25
, 23:50
|
Posts: 1,729 |
Thanked: 388 times |
Joined on Jan 2010
@ Canada
|
#5
|
How are you accessing the drive? Is it via the File Manager app, another computer (USB cable) or some other way?
Can you also please run the following in xterm and post the result?
-- this will output the N900's 'mount table', which will show how that drive is being mounted.Code:cat /etc/fstab
--edit: looks like MohammadAG has already solved the problem nice work!
|
2012-09-27
, 02:29
|
Posts: 3 |
Thanked: 9 times |
Joined on Sep 2012
@ Greater Manchester
|
#6
|
How are you accessing the drive? Is it via the File Manager app, another computer (USB cable) or some other way?
Can you also please run the following in xterm and post the result?
-- this will output the N900's 'mount table', which will show how that drive is being mounted.Code:cat /etc/fstab
--edit: looks like MohammadAG has already solved the problem nice work!
|
2012-09-27
, 06:14
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#7
|
sudo gainroot umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
|
2012-09-27
, 22:13
|
|
Posts: 198 |
Thanked: 219 times |
Joined on May 2012
@ Louth / Ireland
|
#8
|
You need rootsh installed for that commands to work.Please post complete error messages here, if errors occur.Code:sudo gainroot umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs
|
2012-09-27
, 22:54
|
Posts: 310 |
Thanked: 202 times |
Joined on Jun 2010
@ Ireland
|
#9
|
The Following User Says Thank You to king Ralphred For This Useful Post: | ||
|
2012-09-27
, 23:17
|
|
Posts: 198 |
Thanked: 219 times |
Joined on May 2012
@ Louth / Ireland
|
#10
|
This has happened to me a few times. Plug into a pc. Mass storage. My computer. Right click on the n900 drive. Scan and fix errors. Works for me.
"location is read-only" please advise. i hope i dont need reflashing eMMC.
thanks