babarriaz
|
2010-07-23
, 23:30
|
Posts: 1 |
Thanked: 0 times |
Joined on Jul 2010
|
#41
|
|
2010-09-29
, 01:29
|
|
Posts: 1,169 |
Thanked: 1,174 times |
Joined on Jan 2010
@ sunderland
|
#42
|
|
2010-09-29
, 02:05
|
Posts: 604 |
Thanked: 108 times |
Joined on Feb 2010
@ Phoenix, WA
|
#43
|
|
2010-09-30
, 10:05
|
Posts: 508 |
Thanked: 130 times |
Joined on Sep 2009
|
#44
|
|
2010-10-02
, 04:13
|
Posts: 1,258 |
Thanked: 672 times |
Joined on Mar 2009
|
#45
|
The Following User Says Thank You to shadowjk For This Useful Post: | ||
|
2010-10-18
, 21:40
|
Posts: 75 |
Thanked: 13 times |
Joined on Sep 2010
@ Bangladesh
|
#46
|
|
2011-01-04
, 09:23
|
|
Posts: 335 |
Thanked: 51 times |
Joined on May 2010
|
#47
|
Anyone who is having this problem just connect your n900 with your windows pc in mass storage mood and a window should popup with dialoudge "scan for fix file system error" or similler, click on that and wait. If no window popup, than right click on n900 drive and go to properties then go to 'tools' tab and click "check Now" then click 'start' and wait. After the work done, your n900 now should have the ability to delete those files or folder its could'nt before.
|
2011-02-10
, 22:32
|
|
Posts: 145 |
Thanked: 44 times |
Joined on Jun 2010
@ Sydney
|
#49
|
Hi gaffa
I had the same issue, with transmission, after it crashed the
/home/user/MyDocs folder became readonly, and I could not
delete the torrents and or save any pictures.
This is what I did :
1) From xterm I signed in as root and remounted the filesystem in
/home/user/MyDocs as read and write.
2) I deleted the torrentsCode:mount -o remount,rw /home/user/MyDocs
3)Checked what device was mounted /home/user/MyDocs underCode:rm -rf /home/user/MyDocs/Downloads/files.torrent*
4) And runed fsck.vfat to clear filesystem inconsistencies on theCode:Nokia-N900-42-11:~# df -h /dev/mmcblk0p1 27.0G 1.3G 25.7G 5% /home/user/MyDocs
device reported /dev/mmcblk0p1
a) I unmounted filesystem first *****that is very important
b) Then fsck.vfat /dev/mmcblk0p1Code:Nokia-N900-42-11:~# umount /home/user/MyDocs/
I had to run fsck.vfat a few times until it came up clear vCode:Nokia-N900-42-11:~# fsck.vfat /dev/mmcblk0p1 dosfsck 3.0.1, 23 Nov 2008, FAT32, LFN alleged total clusters: 442377 4424 8848 13272 17696 checked clusters: 21510 /dev/mmcblk0p1: 1797 files, 21510/442377 clusters Nokia-N900-42-11:~#
5) I rebooted the n900 and all was OK.
|
2011-02-10
, 22:34
|
|
Posts: 145 |
Thanked: 44 times |
Joined on Jun 2010
@ Sydney
|
#50
|
Hi! I have this problem as well.
When I run:and then it askes me:Code:fsck.vfat /dev/mmcblk0p1 fsck version and so forth. alleged total clusters: 442377Suggestions?Code:FATs differ but appear to be intact. Use which FAT ? 1) Use first FAT 2) Use second FAT
by pressing '1' for the first FAT and then answering 'yes' if I wanted to make some changes.
Then just reboot and filesystem is read/write again.
The Following User Says Thank You to Maruzko For This Useful Post: | ||