Tag Archives: oh noes

When Good Customers Go Bad

class Customer; class CustomerEx; // Added 20.03.2006 class CustomerEx2; // Added 05.10.2006 class CustomerEx2B; // Added 13.07.2008

Posted in c++ | Tagged | Leave a comment

Upgraded Linux Kernel not recognising ext3 partitions and the solution

Unable to access resume device (/dev/dm-1) mount: error mounting /dev/root on /sysroot as ext3: No such file or directory Being a Linux noob, I found this solution Create mkinitrd.new chmod +x mkinitrd.new su cd /boot sudo ./mkinitrd.new -f initrd-2.6.27.24-170.2.68.fc10.x86_64.img 2.6.27.24-170.2.68.fc10.x86_64

Posted in linux | Tagged | Leave a comment