How To Compile A Kernel - Debian Etch
Each distribution has some specific tools to build a custom kernel from the sources. This article is about compiling a kernel on a Debian Etch system. It describes how to build a custom kernel using the latest unmodified kernel sources from www.kernel.org (vanilla kernel) so that you are independent from the kernels supplied by your distribution. It also shows how to patch the kernel sources if you need features that are not in there.
Read more...Many system administrators may be in the habit of re-booting their systems to make partition changes visible to the kernel. With Linux, this is not usually necessary. The partprobe command, from the parted package, informs the kernel about changes to partitions.
The GNU Parted disk partition resizing program.GNU Parted is a program that allows you to create, destroy, resize, move and copy hard disk partitions. This is useful for creating space for new operating systems, reorganising disk usage, and copying data to new hard disks. This package contains the Parted binary and manual page.
Parted currently supports DOS, Mac, Sun, BSD, GPT, MIPS and PC98 disklabels/partition tables, as well as a ‘loop’ (raw disk) type which allows use on RAID/LVM. Filesystems which are currently fully supported are ext2, ext3, fat (FAT16 and FAT32), ReiserFS (with libreiserfs) and linux-swap. Parted can also detect and remove HFS (Mac OS), JFS, NTFS, UFS (Sun and HP), XFS and ASFS/AFFS/APFS (Amiga) filesystems, but cannot create, resize or check these filesystems yet.
Note that ReiserFS support is only enabled if you install the libreiserfs0.3-0 package. Since libreiserfs0.3-0 has been removed from sarge, ReiserFS support is not compiled in the default package.
The nature of this software means that any bugs could cause massive data loss. While there are no known bugs at the moment, they could exist, so please back up all important files before running it, and do so at your own risk.
Now we need to install parted because partprobe is a part of parted package
Install parted in debian
#apt-get install parted
Now this will install partprobe and parted.Partprobe inform the OS of partition table changes. partprobe is a program that informs the operating system kernel of partition table changes, by requesting that the operating system re-read the
partition table.
Syntax
partprobe [-d] [-s] [devices…]
-d Donât update the kernel.
-s Show a summary of devices and their partitions.
-h Show summary of options.
-v Show version of program.
Using partprobe
#partprobe
Tags: make partition changes visible to the kernel without reboot, parted debian, partprobe debian, using partprobemake partition changes visible to the kernel without reboot, parted debian, partprobe debian, using partprobe addthis_url = 'http%3A%2F%2Fwww.debianadmin.com%2Fhowto-make-partition-changes-visible-to-the-kernel-without-reboot.html'; addthis_title = 'Howto+make+partition+changes+visible+to+the+kernel+without+reboot'; addthis_pub = 'david23';
©2007 Debian Admin. All Rights Reserved.
.Debian: Debian Admin Step By Step Tutorials and articles with screenshots
knoppix: del.icio.us/tag/knoppix
linux
Debian
Kernel
Knoppix
linuxkernel
linuxupgrade
knoppixupgrade
knoppix: del.icio.us/tag/knoppix
linux
Debian
Kernel
Knoppix
linuxkernel
linuxupgrade
knoppixupgrade
How To Roll A Kernel the Ubuntu/Debian Way
The Linux kernel is the heart of your Ubuntu Operating System. The kernel that comes with Ubuntu should contain all of the drivers you need, but just in case you would like to tweak your kernel or if for some reason you need to recompile for some special reason this guide will help you.
Read more...