--- Petri Somerkari <[EMAIL PROTECTED]> wrote: > 
> I am talking about memory here, it sure looks big. I have 128 MB.
> What 
> sort of network problem ?
> Any ideas how to find out what is problem, and possibly get rif of
> ?
> 
> I have also mounting problem.... nags about kernel not supporting
> ntfs 
> -filesystem, is this true... I'd like to use some files on my
> Windows 
> partitions......
> 
> I have tried:
> 
> mount -t ntfs /dev/hda1 /mnt/windows
> 

Ok - you have come to the de-flowering of Linux virgins point -
compiling a kernel

RH do not put NTFS support into the kernel as standard and debugging
is turned on in the kernel (at least on mine)

Do this

first check devel packages for kernel is installed
ls /usr/src
you should see an entry like linux-2.4.18-3

If so 

cd /usr/src/linux-2.4
cp configs/<right config for your machine> .. (copies kernel config)
make mrproper (cleans system)
cp ../(whatever you called the file you copied)
make menuconfig

you will see a menu structure - just do two things
first go to file systems and set ntfs support to modules - it says
write support is dangerous but I have never had any problems with it
YMMV)

Then go to the last entry and set debugging to off (if it is on)

exit and save file

make dep
make clean
make bzImage

then do mv /lib/modules/2.4.18-3 /lib/modules/2.4.18-3bk

make modules
make modules_install

then 

cp arch/i386/boot/bzmage /boot/vmlinuz-2.4.18
cp System.map /boot/System.map-2.4.18
rm /boot/System.map
ln -s /boot/System.map-2.4.18 /boot/System.map
mkinitrd /boot/initrd-2.4.18.img 2.4.18-3
vi /boot/grub/grub.conf

move cursor to first stanza, then type 4yy (this copies)
then press insert key, followed by return then press escape
type p for paste, then press insert again and edit the entry that has
just appeared to reflect the files you have just created.
type:wq to save
then reboot

If everything goes well you will be running a new faster kernel with
ntfs support so will be able mount your xp shares.

(BTW - I am assuming you are new to linux but not new to computers
which I think is reasonable)

any probs e-mail me direct ([EMAIL PROTECTED] or
[EMAIL PROTECTED])
> 
> 
> Ezra Nugroho wrote:
> 
> > Is it memory or processing power?
> > 56 % of RAM is used for these things alone looks somewhat too
> big, but 
> > not too terrible.
> > You have 128 M right?
> > Maybe it is networking problem as suggested by other people.
> >
> > At 08:03 PM 6/12/2002 +0000, you wrote:
> >
> >> Ezra Nugroho wrote:
> >>
> >>> When you are firing things, run 'top' on the side.
> >>> See what eats your processing power the most.
> >>> Then we may be able to tell you more.
> >>>
> >>> KDE does have some problem with it's arts daemon. Sometime it
> eats 
> >>> 80 - 100% processing power, if it hangs.
> >>> We have many celeron 433, 128 M with 7.3 installed. KDE is up
> in 
> >>> less than 2 minutes from boot. Mozilla fires within seconds.
> >>>
> >> Biggest memory eaters while running mozilla (one browser window
> and 
> >> email-client) one konsole running 'top', mp3 player and
> konqueror: 
> >> mozilla with 4 processes taking 26% of memory, X taking around
> 11% 
> >> and various kdeitit 's   are taking 10+ % and xfs taking 5-6%
> >>
> >> Then I have many mingetty -prosesses, Normal or not ?
> >>
> >>
> >>
> >>
> >>
> >> _______________________________________________
> >> Redhat-list mailing list
> >> [EMAIL PROTECTED]
> >> https://listman.redhat.com/mailman/listinfo/redhat-list
> >
> >
> >
> > Ezra Nugroho
> > Web/Database Application Specialist
> > Goshen College Information Technology Services
> > Phone: (574) 535-7706
> >
> >
> >
> >
> > _______________________________________________
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list 

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to