 root corrupted
root corrupted
| 
					root corrupted
				 | 
| 
					2nd May, 2013, 02:52 AM 
				 Post: #1 | |||
| 
 | |||
| root corrupted 
					In my dmesg I got this: [ 10.729779] EXT4-fs (mmcblk0p2): warning: mounting fs with errors, running e2fsck is recommended [ 11.382713] EXT4-fs (mmcblk0p2): recovery complete [ 11.385570] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 19.383754] EXT4-fs (sda): warning: mounting unchecked fs, running e2fsck is recommended [ 19.394781] EXT4-fs (sda): mounted filesystem without journal. Opts: (null) [ 26.315708] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) So I run shutdown -rF now, it should run fsck on my sd, correct? But after the reboot I still get the same errors in dmesg. Obviously I cannot run fsck on mmcblk0p2 because it's where / is mounted and I can't unmount it. How can I solve the problem? my fstab: xbian@xbian ~ $ cat /etc/fstab proc /proc proc defaults 0 0 /dev/mmcblk0p1 /boot vfat defaults 0 2 /dev/mmcblk0p2 / ext4 defaults,noatime 0 1 so /dev/mmcblk0p2 should be checked by fsck | |||
| 
					2nd May, 2013, 03:58 PM 
				 Post: #2 | |||
| 
 | |||
| RE: root corrupted 
					Can u re-insert the sdcard to ur RPi? U can run fsck from windows pc using virtualbox with ubuntu. | |||
| 
					2nd May, 2013, 04:17 PM 
				 Post: #3 | |||
| 
 | |||
| RE: root corrupted 
					I removed and reinserted the SD, nothing changed. How do I run fsck via Ubuntu? | |||
| 
					« Next Oldest | Next Newest »
				 |