Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

linux kernel installation

 
   Soft32 Home -> Linux2 Arch -> Setup RSS
Next:  Where is a Debian network setup site?  
Author Message
x

External


Since: Jul 06, 2005
Posts: 5



(Msg. 1) Posted: Fri Dec 23, 2005 4:24 pm
Post subject: linux kernel installation
Archived from groups: comp>os>linux>setup (more info?)

hi
how to install a new linux kernel on an already installed linux system.
I am using redhat 9.0 presently. I want to upgrade its kernel to some
new kernel which has the ability to mount ntfs as read write.
thanx and please be elaborate regarding the installation procedure.
Back to top
Login to vote
Peter T. Breuer

External


Since: Aug 19, 2003
Posts: 747



(Msg. 2) Posted: Sat Dec 24, 2005 1:30 am
Post subject: Re: linux kernel installation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

x <cupidisdangerous.RemoveThis@hotmail.com> wrote:
> how to install a new linux kernel on an already installed linux system.

Put it in place in your /boot directory, add its modules to your
/lib/modules hierarchy, maybe make an approprate ramdisk image if you
use ramdisks to boot, and add the appropriate stanza to whatever your
boot loader config file is, and maybe run whatever your boot loader
installer is.

> I am using redhat 9.0 presently. I want to upgrade its kernel to some
> new kernel which has the ability to mount ntfs as read write.

Uh ... that's not a function of the kernel but of the kernel DRIVER you
use. You can choose to install a new driver, not a new kernel.

> thanx and please be elaborate regarding the installation procedure.

The procedure depends on you and your circumstances and choices. What
boot loader have you preferred to use, for example? Well, whatever it
is, read its instructions, and do the appropriate thing .. there's
really no need to treat a little thing like an additional kernel in its
boot menu as a great difficulty!

Peter
Back to top
Login to vote
Michael Heiming

External


Since: Aug 19, 2003
Posts: 2577



(Msg. 3) Posted: Sat Dec 24, 2005 5:21 am
Post subject: Re: linux kernel installation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In comp.os.linux.setup Peter T. Breuer <ptb.TakeThisOut@oboe.it.uc3m.es>:
> x <cupidisdangerous.TakeThisOut@hotmail.com> wrote:
>> how to install a new linux kernel on an already installed linux system.

> Put it in place in your /boot directory, add its modules to your
> /lib/modules hierarchy, maybe make an approprate ramdisk image if you
> use ramdisks to boot, and add the appropriate stanza to whatever your
> boot loader config file is, and maybe run whatever your boot loader
> installer is.

Wink

>> I am using redhat 9.0 presently. I want to upgrade its kernel to some
>> new kernel which has the ability to mount ntfs as read write.

There's no Linux kernel that will write ntfs reliable, since the
specs for ntfs aren't open, none is able to develop one. Use a
vfat partition for data exchange or samba if it's remote. There
was some doze app 'explore2fs' to read/write ext2, dunno if it's
still maintained and working with ext3?

> Uh ... that's not a function of the kernel but of the kernel DRIVER you
> use. You can choose to install a new driver, not a new kernel.

>> thanx and please be elaborate regarding the installation procedure.

> The procedure depends on you and your circumstances and choices. What
> boot loader have you preferred to use, for example? Well, whatever it
> is, read its instructions, and do the appropriate thing .. there's
> really no need to treat a little thing like an additional kernel in its
> boot menu as a great difficulty!

Indeed, but it might be scary for the unaware.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry.TakeThisOut@urvzvat.qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 20: divide-by-zero error
Back to top
Login to vote
Enrique Perez-Terron

External


Since: Nov 15, 2005
Posts: 322



(Msg. 4) Posted: Sat Dec 24, 2005 5:24 am
Post subject: Re: linux kernel installation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 24 Dec 2005 07:24:05 +0100, x <cupidisdangerous.RemoveThis@hotmail.com> wrote:

> hi
> how to install a new linux kernel on an already installed linux system.
> I am using redhat 9.0 presently. I want to upgrade its kernel to some
> new kernel which has the ability to mount ntfs as read write.
> thanx and please be elaborate regarding the installation procedure.

Installing an rpm usually takes care of everything, including the boot
loader. However, I am not sure you will find an rpm for RH9 with a
sufficiently recent ntfs driver.

Be aware that ntfs drivers up to recently could not write safely, or
could only write safely *inside existing files*, i.e. not create files,
not increase the size of a file, not rename or delete a file...
Editors usually write a new copy of the file they update and then do
some renaming and deleting, so that one or the other version will
survive no matter when the power failure happens. This makes editors
unsable on ntfs where the driver cannot create files.

The current status for the newest ntfs driver I don't know. The last
web page I have seen about it is http://bisqwit.iki.fi/story/howto/ntfs/

The page does describe some workarounds. There appears to be
something called Captive, which works well for some.

-Enrique
Back to top
Login to vote
Benway

External


Since: Nov 30, 2005
Posts: 8



(Msg. 5) Posted: Wed Dec 28, 2005 6:57 am
Post subject: Re: linux kernel installation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 23 Dec 2005 22:24:05 -0800, "x" <cupidisdangerous.RemoveThis@hotmail.com>
wrote:

>hi
>how to install a new linux kernel on an already installed linux system.
>I am using redhat 9.0 presently. I want to upgrade its kernel to some
>new kernel which has the ability to mount ntfs as read write.
>thanx and please be elaborate regarding the installation procedure.


http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-...tom-ker

Read the whole article before trying it.
--

Benway
Back to top
Login to vote
Bill Davidsen

External


Since: Jul 27, 2004
Posts: 143



(Msg. 6) Posted: Thu Jan 05, 2006 4:55 pm
Post subject: Re: linux kernel installation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

x wrote:
> hi
> how to install a new linux kernel on an already installed linux system.
> I am using redhat 9.0 presently. I want to upgrade its kernel to some
> new kernel which has the ability to mount ntfs as read write.
> thanx and please be elaborate regarding the installation procedure.
>

I would appear that you are out of luck. The current driver (as of Dec
27th) makes this claim:


This enables the partial, but safe, write support in the NTFS driver.


The only supported operation is overwriting existing files, without
changing the file length. No file or directory creation, deletion or
renaming is possible. Note only non-resident files can be written to
so you may find that some very small files (<500 bytes or so) cannot
be written to.

--
bill davidsen
SBC/Prodigy Yorktown Heights NY data center
http://newsgroups.news.prodigy.com
Back to top
Login to vote
kermit

External


Since: Aug 30, 2005
Posts: 96



(Msg. 7) Posted: Fri Jan 06, 2006 4:38 am
Post subject: Re: linux kernel installation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Bill Davidsen wrote:

> x wrote:
>> hi
>> how to install a new linux kernel on an already installed linux system.
>> I am using redhat 9.0 presently. I want to upgrade its kernel to some
>> new kernel which has the ability to mount ntfs as read write.
>> thanx and please be elaborate regarding the installation procedure.
>>
>
> I would appear that you are out of luck.

captive is revived again (and supports fuse and WinXP SP2 NTFS driver now).
Get kernel with fuse support, get captive and you are set. Write speed may
not be truly impressive but it is OK if you just need to copy several
files.

=arvi=
Back to top
Login to vote
iforone

External


Since: Jul 07, 2006
Posts: 243



(Msg. 8) Posted: Sat Jan 07, 2006 8:18 pm
Post subject: Re: linux kernel installation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

kermit wrote:
> Bill Davidsen wrote:
>
> > x wrote:
> >> hi
> >> how to install a new linux kernel on an already installed linux system.
> >> I am using redhat 9.0 presently. I want to upgrade its kernel to some
> >> new kernel which has the ability to mount ntfs as read write.
> >> thanx and please be elaborate regarding the installation procedure.
> >>
> >
> > I would appear that you are out of luck.
>
> captive is revived again (and supports fuse and WinXP SP2 NTFS driver now).
> Get kernel with fuse support, get captive and you are set. Write speed may
> not be truly impressive but it is OK if you just need to copy several
> files.
>
> =arvi=

more info about Captive NTFS (author's website);
http://www.jankratochvil.net/project/captive/
Back to top
Login to vote
Rick Moen

External


Since: Jan 26, 2004
Posts: 546



(Msg. 9) Posted: Mon Jan 09, 2006 6:26 am
Post subject: Re: linux kernel installation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Enrique Perez-Terron <enrio.RemoveThis@online.no> wrote:

> The current status for the newest ntfs driver I don't know. The last
> web page I have seen about it is http://bisqwit.iki.fi/story/howto/ntfs/
>
> The page does describe some workarounds. There appears to be
> something called Captive, which works well for some.

That page appears to be obsolete, and new work is mentioned here:
http://www.linux-ntfs.org/

Note the breakthough in write support. Great stuff!

--
Cheers,
Rick Moen Recidite, plebes! Gero rem Imperialem!
rick.RemoveThis@linuxmafia.com
Back to top
Login to vote
Display posts from previous:   
Related Topics:
broadcomm nic card driver installation on linux 6.2 with 2.. - Dear All, We are installing linux 6.2 on HP XW 4300, unable to install the driver for bcm5752 pci-e nic card kindly..

linux.kernel, mlist.linux.kernel, lucky.linux.kernel, comp.. - Hi *, .. you could compile an application into the kernel, but I was wondering what a difference does it actually make...

2.6.0 kernel installation - i don't get this - ok, i have and can install it. checked Documentation/Changes to check versions of progs. it compiled nicely. boots..

linux kernel 2.6.3 - Kernel panic: VFS: Unable to mount ro.. - I am not sure if I am experiencing a silo problem, or a problem with a kernel configuration. I have a couple of sparc....

installation kernel extraction - I am having problems with an unstable Abit NF7 board. If you have any ideas, or want to read about it, go to..

Debian kernel modules at installation - I asked the following at http://www.experts-exchange.com/Operating_Systems/Linux/Linux_Setup/Q_211382 27.html so..
       Soft32 Home -> Linux2 Arch -> Setup All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
 Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]