The Following User Says Thank You to Raif For This Useful Post: | ||
|
2010-04-20
, 10:57
|
|
Posts: 203 |
Thanked: 47 times |
Joined on Jun 2007
@ St.Petersburg, Russia
|
#2
|
The Following User Says Thank You to gLobster For This Useful Post: | ||
|
2010-09-29
, 01:34
|
|
Posts: 1,169 |
Thanked: 1,174 times |
Joined on Jan 2010
@ sunderland
|
#4
|
Connect to PC in PC Suite mode and make check file system.
Also you can check in terminal by check fsck.vfat with root permission.
The Following User Says Thank You to leetut For This Useful Post: | ||
|
2014-09-28
, 05:44
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#8
|
sudo gainroot umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1
|
2014-09-28
, 07:44
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#9
|
For best results better copy and paste the commands to prevent typos.Code:sudo gainroot umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1
|
2014-09-28
, 09:09
|
Posts: 3 |
Thanked: 2 times |
Joined on Jun 2012
@ Poland
|
#10
|
/home/user # umount /dev/mmcblk0p1 /home/user # fsck -af /dev/mmcblk0p1 fsck 1.42.5 (29-Jul-2012) dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN There are differences between boot sector and its backup. Differences: (offset:original/backup) 65:01/00 Not automatically fixing this. /.sounds Start does point to root directory. Deleting dir. /.videos Start does point to root directory. Deleting dir. /.documents Start does point to root directory. Deleting dir. /.images Start does point to root directory. Deleting dir. /.apt-archive-cache Start does point to root directory. Deleting dir. Unable to create unique name /home/user # fsck -af /dev/mmcblk0p1 fsck 1.42.5 (29-Jul-2012) dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN There are differences between boot sector and its backup. Differences: (offset:original/backup) 65:01/00 Not automatically fixing this. /.sounds Start does point to root directory. Deleting dir. /.videos Start does point to root directory. Deleting dir. /.documents Start does point to root directory. Deleting dir. /.images Start does point to root directory. Deleting dir. /.apt-archive-cache Start does point to root directory. Deleting dir. Unable to create unique name /home/user # mount /dev/mmcblk0p1 /home/user #
The Following User Says Thank You to kowalski For This Useful Post: | ||
Tags |
maemo 5, nokia n900 |
|
I have a read only error on The Directory MyDocs
The permissions are set as follows:
drwxrwxrwx 17 user root
as far as i am aware all permissions are open to all users yet i cannot Add, delete etc.
Suggestions please