★ Kernelnewbies, Gabriel Duarte te mandou uma mensagem

2013-05-25 Thread Badoo
Gabriel Duarte te mandou uma mensagem Só você pode ver o conteúdo desta mensagem e quem a enviou. Você pode deletar a qualquer momento. Para responder basta clicar no link: http://us1.badoo.com/01241659707/in/Oi7OUnQRcws/?lang_id=61&g=57&m=63&mid=51a17ffa003d01b1ecfa0250f9e30151 S

Re: Kernel 64bit

2013-05-25 Thread Jonathan Neuschäfer
On Fri, May 24, 2013 at 09:45:23AM +, Giridhara RP (grp) wrote: > Hi Mulyadi, > > Please explain below step which you have mentioned? I have bzImage > (64bit) in my x86/boot/. What should I do to create a ISO image. Are you trying to build a ISO 9660 aka. Compact Disk (aka. CD) image? If so

Re: building a kernel from a mounted partition

2013-05-25 Thread Valdis . Kletnieks
On Sat, 25 May 2013 22:54:56 +0300, Andy Johnson said: > Hi, > It seems to me that you are right. It seems that there is no problem > with the timezone. > I checked and indeed the gcc is slightly different in version > is there a work around here ? > I mean, I have gcc of ubuntu, and gcc of fedora

Re: building a kernel from a mounted partition

2013-05-25 Thread Andy Johnson
Hi, It seems to me that you are right. It seems that there is no problem with the timezone. I checked and indeed the gcc is slightly different in version is there a work around here ? I mean, I have gcc of ubuntu, and gcc of fedora in /mnt/sda3. Can I somehow tell Ubuntu to use the Fedora gcc inst

Re: File System : Block Groups

2013-05-25 Thread Valdis . Kletnieks
On Sat, 25 May 2013 23:56:50 +0530, Dibyayan Chakraborty said: > The main purpose is to replicate the super_block and other important > information so that it can be recovered in case of data corruption. Other > purpose is to enable efficient storage in order to minimize defragmentation > and head

File System : Block Groups

2013-05-25 Thread Dibyayan Chakraborty
Hi, I have a query regarding the purpose of dividing the entire partition into block groups(as done by ext2 , ext3 ). The main purpose is to replicate the super_block and other important information so that it can be recovered in case of data corruption. Other purpose is to enable efficient storag

Re: Kernel .config file overwritten

2013-05-25 Thread Valdis . Kletnieks
On Sat, 25 May 2013 15:52:59 +0530, "Lakshmipathi.G" said: > --001a11c35022e81b2f04dd884d9b > Content-Type: text/plain; charset=ISO-8859-1 > > Thanks for the replies. I'll explore suggestions given by Rami and Valdis. > > In the mean time,I think I found the lines(linux-3.9.3/Makefile) creating > o

which kernel config creates /dev/usb ?

2013-05-25 Thread Kevin Wilson
Hello, I have configured a kernel, built it and rebooted It is 3.9.0 kernel. There is no /dev/usb after boot (there is of course /dev) Any idea which kernel config creates /dev/usb ? rgs, Kevin ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies

Re: building a kernel from a mounted partition

2013-05-25 Thread Anand Moon
Hi All,   Both Ubuntu and Fedora have different GCC version. So different Kernel images will be created on both the OS.   -Anand Moon From: Andy Johnson To: valdis.kletni...@vt.edu Cc: kernelnewbies@kernelnewbies.org Sent: Friday, May 24, 2013 9:07 PM Subjec

Re: Kernel .config file overwritten

2013-05-25 Thread Lakshmipathi.G
Thanks for the replies. I'll explore suggestions given by Rami and Valdis. In the mean time,I think I found the lines(linux-3.9.3/Makefile) creating overwriting the config file. # If .config is newer than include/config/auto.conf, someone tinkered # with it and forgot to run make oldconfig. # if

Re: Kernel .config file overwritten

2013-05-25 Thread Valdis . Kletnieks
On Sat, 25 May 2013 10:16:47 +0530, "Lakshmipathi.G" said: > I wanted to compile my kernel from sources. I needed to add one line in > .config file, > because that option is not possible to change by 'make menuconfig'. If menuconfig won't let you change it, there's several possibilities: 1) It's