![]() |
2011-03-01
, 20:46
|
Posts: 34 |
Thanked: 4 times |
Joined on Aug 2010
@ Cracow, Poland
|
#2
|
![]() |
2011-03-01
, 20:48
|
|
Posts: 397 |
Thanked: 241 times |
Joined on Mar 2010
@ Melbourne, Australia
|
#3
|
![]() |
2011-03-01
, 21:03
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#4
|
sudo gainroot umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs
The Following 6 Users Say Thank You to michaaa62 For This Useful Post: | ||
![]() |
2011-03-01
, 21:19
|
Posts: 182 |
Thanked: 40 times |
Joined on Apr 2010
@ Seatle, WA
|
#5
|
The Following 2 Users Say Thank You to mehulrajput For This Useful Post: | ||
![]() |
2011-03-01
, 21:22
|
|
Posts: 397 |
Thanked: 241 times |
Joined on Mar 2010
@ Melbourne, Australia
|
#6
|
![]() |
2011-03-01
, 21:41
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#7
|
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2011-03-01
, 21:44
|
Posts: 286 |
Thanked: 259 times |
Joined on Jan 2006
@ Cambridge, England
|
#8
|
The Following User Says Thank You to richie For This Useful Post: | ||
![]() |
2011-03-01
, 21:59
|
|
Posts: 397 |
Thanked: 241 times |
Joined on Mar 2010
@ Melbourne, Australia
|
#9
|
![]() |
2011-03-10
, 18:47
|
|
Posts: 800 |
Thanked: 957 times |
Joined on Sep 2010
@ India
|
#10
|
Most of the time a partition will get mounted if a file system is in a bad state or corrupted. You need rootsh to be installed for this to work from X-Terminal.Code:sudo gainroot umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs
![]() |
Tags |
edit tags |
Thread Tools | |
|
I was copying a file from /home/user/kroll to /home/user/My Docs/Games/Maemo/kroll via WinSCP. I cancelled the "duplicate" command in WinSCP, as it was a large file (approx. 200 Mb) and I was worried that my battery would die before the transfer was completed.
I now have a small file in /home/user/My Docs/Games/Maemo/kroll that I am trying to delete, to no avail. I have tried the following:
1. Delete the file from file manager - error "Unable to continue - read only folder"
2. Delete the file from xterm as root (rm -f core.pakd000) - error "unable to remove 'core.pakd000': Read-only file system
3. Delete the directory from xterm as root (rmdir kroll) - error "Read-only file system"
4. Delete the directory from xterm as root (rm -rf kroll) - error "Read-only file system"
I have been reading about Read-only file systems, but I haven't been able to find a problem that is similar enough to mine as an example to use for a solution.
If anyone can shed some light, it would be most appreciated.