So , have you been in the situation where you need to mount a driveĀ which have windows install on it and worse having ntfs partition… and above that when you issue below commands: #mount -t ntfs /dev/sda1 /mnt/win and getting error cant find type “ntfs” … well read below how you can do it [...]
Category : linux
How to Compile a Kernel ?
linuxserver adminStep 1 Download the kernel from below link ftp://ftp.kernel.org/pub/linux/kernel/v2.6 (i am assuming that everyone like to compile a latest kernel) Step 2 Extracting the kernel if its a archive with tar.gz extension then do below in your /usr/src # tar -zxvf linux-2.6.x.x.tar.gz If its a .tar.bz2 then do below in your /usr/src # tar -jxvf [...]

