|
2014-09-28
, 20:22
|
Posts: 3 |
Thanked: 2 times |
Joined on Jun 2012
@ Poland
|
#12
|
/home/user # umount /dev/mmcblk0p1 /home/user # fsck -r /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 1) Copy original to backup 2) Copy backup to original 3) No action ? 1 /.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. Reclaimed 6180 unused clusters (405012480 bytes). Free cluster summary wrong (339905 vs. really 346085) 1) Correct 2) Don't correct ? 1 Perform changes ? (y/n) y /dev/mmcblk0p1: 18538 files, 96292/442377 clusters /home/user # fsck -af /dev/mmcblk0p1 fsck 1.42.5 (29-Jul-2012) dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN Orphaned long file name part ".sounds" Auto-deleting. Orphaned long file name part ".videos" Auto-deleting. Orphaned long file name part ".documents" Auto-deleting. Orphaned long file name part ".images" Auto-deleting. Orphaned long file name part ".apt-archive-cache" Auto-deleting. Performing changes. /dev/mmcblk0p1: 18533 files, 96292/442377 clusters /home/user # fsck /dev/mmcblk0p1 fsck 1.42.5 (29-Jul-2012) dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN /dev/mmcblk0p1: 18533 files, 96292/442377 clusters /home/user # mount /dev/mmcblk0p1
The Following User Says Thank You to kowalski For This Useful Post: | ||
|
2014-09-29
, 18:10
|
Posts: 65 |
Thanked: 42 times |
Joined on Jun 2014
|
#13
|
You need 'rootsh' package installed via Hildon Application Manager for these X-Terminal commands to perform the file system check.Yes, do the fsck command twice!Code:sudo gainroot umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1
For best results better copy and paste the commands to prevent typos.
If any persistent error is put out, please post the full error message for further investigation here.
The Following User Says Thank You to abdel_95 For This Useful Post: | ||
|
2014-09-30
, 21:46
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#15
|
|
2014-10-01
, 10:03
|
Posts: 65 |
Thanked: 42 times |
Joined on Jun 2014
|
#16
|
Please try to use some other option for the fsck command. The error message just states that interactive use is required.
First try the '-r' option instead of '-af'Code:fsck -r /dev/mmcblk0p1
The Following User Says Thank You to abdel_95 For This Useful Post: | ||
|
2014-10-01
, 10:52
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#17
|
here is what i get when i type it Nokia-N900:~# fsck -r /dev/mmcblk0pq
what should i do?
dd if=/dev/mmcblk0p1 of=/home/user/boot.sector bs=512 count=1 dd if=/dev/mmcblk0p1 of=/home/user/backup.sector bs=512 count=1 skip=6
dd if=/home/user/boot.sector of=/dev/mmcblk0p1 bs=512 count=1 dd of=/home/user/boot.sector of=/dev/mmcblk0p1 bs=512 count=1 seek=6
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
|
2014-10-01
, 13:43
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#18
|
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
Tags |
maemo 5, nokia n900 |
|
First try the '-r' option instead of '-af'