Re: [RFC] kernel config template for running inside virtual machine

2013-01-20 Thread Mulyadi Santosa
On Mon, Jan 21, 2013 at 11:03 AM, Mulyadi Santosa wrote: > Hello everybody > > With the significant usage of virtualization in recent years, I > personally think there might be a need to easily generate somewhat > more optimal kernel for running as VM guest. To make it clearer, i

Re: Bad magic number and

2012-12-28 Thread Mulyadi Santosa
On Wed, Dec 26, 2012 at 12:19 PM, sham pavman wrote: > > mkfs -t ext4 /dev/sdb I support what Prashant said (I am not careful here), you should use: mkfs.ext4 /dev/sdb1 then mount /dev/sdb1 -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogsp

Re: Bad magic number and

2012-12-27 Thread Mulyadi Santosa
Hi... On Wed, Dec 26, 2012 at 12:19 PM, sham pavman wrote: > > mkfs -t ext4 /dev/sdb > mke2fs 1.42 (29-Nov-2011) try using mkfs.ext4 instead -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.

Re: Documentation about sysfs/procfs entries

2008-02-12 Thread Mulyadi Santosa
Hi all... Here's my idea: what if we collaborate to extend and make the kernel documentation better? I have done (slow) start by editing profile= kernel param. It's not accepted by Adrian Bunk, but at least I did it. Feedback? regards, Mulyadi. -- To unsubscribe from this list: send the line "un

[PATCH] Documentation: updating the explanation of "profile=" param

2008-01-26 Thread Mulyadi Santosa
From: Mulyadi Santosa Fixing "profile" kernel parameter: - adding "kvm" parameter description - a bit more verbose explanation of "schedule"/"sleep" param - explicitly tells that CPU profiling is the default mode if none is mentioned. Done against vanil