Quote:
|
Originally Posted by GunshotSilence
what is "journalised ext 3"
|
A Journal is an area in the that is used to store the information about pending changes to that file system. A file system generally has two types of information, directories, files etc., and Metadata which contain info about the filesystem itself. When you write to a file in Jounalling file system the changes you want to make are written to the journal rather than to the file itself. The filesystem then applies those changes to the specific file and updates the filesystem metadata only when modified file data has been succesfully written to the file. This ensures consistency.Ext3 is the journalling version of Ext2 file system.
Quote:
|
Originally Posted by GunshotSilence
also it did detect my pendrive but shows its empty when it had 4 mb of dtata in it. why?
|
I guess you need to install drivers for the usb pendrive
Quote:
|
Originally Posted by GunshotSilence
i installed new alsa driver for sound but cudnt configure much and my sound went away altogether, also installed realplyer 10 gold and realised that kaffiene was more than enought to play videos. so i tried reinstalling mandrake
|
What sound card do you have if you have AC'97 then it shud be autodetected. Try running
sndconfig
Quote:
also i added 1 newitem to bootloader =2.6.8.1-12mdk
now when i boot with 2.4.27-0.pre2.1mdk
it says KERNEL 2.6.XX needed for hotplug and it hangs at "finding new hardware"
when i boot with kernel 2.6.8.1-12mdk (which i added new), as usual it has no filemanager and konqurer isnt still working.
IM SIMPLY FEDUP
|
Guess mandrake runs lilo-graphic as boot loader by default, So after you have made changes to /etc/lilo.conf , you have to run
lilo for changes to take effect. Dude there is no need to get frustrated, just be patient and you will get the answer.
PS > Somebody correct me if wrong.