You should boot from live distribution, such as Ubuntu live CD (running fsck on a mounted system is very dangerous), and run fsck on your file system, one partition at a time. Here’s my favourite setting: fsck.ext4 -cDfty -C 0 /dev/sd** -c – check for bad sectors -D – optimize directories if possible -f – force check, even if filesystem seems clean -t – print timing stats (use -tt for more) -y – assume answer “yes” to all questions (such as, “do you want to continue”) -C 0 – print progress info to stdout /dev/sd** – the partition to check, e.g. /dev/sda1 for first partition (1) on first hard disk (a), etc. THANKS: http://justcheckingonall.wordpress.com/2010/07/18/howto-repair-broken-ext4-partitions/
Sunday, November 3, 2013
HowTo Repair Broken ext4 Partitions
You should boot from live distribution, such as Ubuntu live CD (running fsck on a mounted system is very dangerous), and run fsck on your file system, one partition at a time. Here’s my favourite setting: fsck.ext4 -cDfty -C 0 /dev/sd** -c – check for bad sectors -D – optimize directories if possible -f – force check, even if filesystem seems clean -t – print timing stats (use -tt for more) -y – assume answer “yes” to all questions (such as, “do you want to continue”) -C 0 – print progress info to stdout /dev/sd** – the partition to check, e.g. /dev/sda1 for first partition (1) on first hard disk (a), etc. THANKS: http://justcheckingonall.wordpress.com/2010/07/18/howto-repair-broken-ext4-partitions/
Saturday, February 16, 2013
Red Board Raspberry Pi available only in China
Monday, January 14, 2013
Darling, running Mac OS X binaries on Linux
Darling is an open source Darwin / OSX emulation layer for Linux. The aim is to achieve binary compatible support for Darwin / OSX applications on Linux, plus provide useful tools that will aid especially in application installation.
http://darling.dolezel.info/en/Darling
http://darling.dolezel.info/en/Darling
Subscribe to:
Comments (Atom)
