LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-24-2004, 10:07 AM   #1
Nik0s
Member
 
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41

Rep: Reputation: 15
a Couple of questions!


Hello, i just installed Redhat linux 9 with kernel v2.4.18 and i wanted to download the newest kernel v2.6.1 for to enable better read and write support for ntfs volumes which i did. After downloading it i tried to installed it which i also did. i used the following commands!

make menuconfig (i enabled red write support for ntfs)
make dep
make bzImage modules modules_install
cp System.map /boot
cp arch/i386/boot/bzImage /vmlinuz-2.6.1

i used grub so i didnt make any changes to lilo.conf but neither to grub.conf which it didnt exist anyway!

ok i rebooted the system and i was with the new kernel as i seen with uname -a but i noticed on the boot face that i was getting some failed notices as linux booted!

a)do you know why this has happened?

b) what does System.map used for?

c) if i copied bzImage to /boot instead of / redhat wont boot at all.
Do you knwo why? i also needed not just copy bzImage but rename it as vmlinuz becaouse if i didnt it still wont boot!

d) when i was trying to install some rpm's the system didnt install them and i was getting errors.

Can you please tell me what i was doing wrong and how to fic it?

also wanted to ask

e) mkbootdisk wont work for me so i did dd if=/root/bootdisk.img of=/dev/fd0. When i tried to boot with the diskette all it was fine until anaconda setup poped up and wa asking me questions on how to setup linux. Same thing happed also when i try to boot from the cd with linux rescue mode. At same phase at booting anaconda pops up asking me installation questions

f) dd if=/dev/zero of=/dev/fd0 bs=1024 count=1440
What exactly this command does? make a diskette without any filesystem in it? in general what /dev/zero is good for?

g) whats /dev/random is and how ti caome become useful?

h) before this dd if=/root/bootdisk.img of=/dev/fd0 do i have to dd if=/dev/zero of=/dev/fd0 bs=1024 count=1440 first?

i) i use Greek Xp Pro and when i am searching from linux about some files that exists in XP find dont find them for me if those files are inside Greek named directories. Do you know how can i fix it? thanks!

j) Thanks for your patience!
 
Old 01-24-2004, 10:22 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
i used grub so i didnt make any changes to lilo.conf but neither to grub.conf which it didnt exist anyway!
you are not using grub then...

a) what's a "boot face" ? you have provided no useful information at all.. post actual messages etc...

b) it maps the symbol functions in the kernel, but this is also inside the kernel itself, so system.map is *not* essential.

c) you are configuring your bootloader incorrectly.

d) no, of course we don't know. There are a thousand possible reasons! please provide more information

e) that's not a question.... just do what anaconda says .. the file you have is a floppy image for when you can't boot CDROMs to install... that is working fine

f) blanks a disk. blanking discs etc...

g) a random number source. generating random seeds.

h) no

i) you would presumably need to use a different codepage for that filesystem to interpret names correctly.

j) please try to provide more information if you do expect complete answers.

Last edited by acid_kewpie; 01-24-2004 at 10:25 AM.
 
Old 01-24-2004, 10:50 AM   #3
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Moved to Linux->Newbie
 
Old 01-24-2004, 01:02 PM   #4
Nik0s
Member
 
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41

Original Poster
Rep: Reputation: 15
well i just reinstalled linux redhat 9 could you please help me direct me on how to compile the new kernel that i downloaded v2.6.1 and how to be able to enable read write support on ntfs volumes?

Thanks!
 
Old 01-24-2004, 01:06 PM   #5
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Take a look at the readme file in the downloaded package. When you get to the config stage just make sure you select ntfs under the filesystems section.
 
Old 01-24-2004, 01:13 PM   #6
Nik0s
Member
 
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41

Original Poster
Rep: Reputation: 15
i didnt installe the new kernlr yet!

can you tell me about enabling in the current kernrl v2.4.2 ?

i think there is a module out there? or should i install it on the core?
 
Old 01-24-2004, 01:18 PM   #7
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Take a look at:
http://linux-ntfs.sourceforge.net/

Personally I would just recompile your kernel with 2.6.1
 
Old 01-24-2004, 01:22 PM   #8
Nik0s
Member
 
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41

Original Poster
Rep: Reputation: 15
actually the new kernel resides as copy on my xp partition were is a ntfs one! i couldnt connect to the net using redhat due to a hotplug problem so i downloaded it on xp. now i need a way to copy it to the ext3 partition in linux. so i think i will have to enable read/write support now to take this action.....

Do you have an alternative on that?
 
Old 01-24-2004, 01:33 PM   #9
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
You could use a program in xp that supports writing to ext3 or burn a cd maybe?
 
Old 01-24-2004, 01:43 PM   #10
Nik0s
Member
 
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41

Original Poster
Rep: Reputation: 15
i use nemo but it wont let me when i try to copy files from ntfs volumes to ext3. it says forbiden action!
 
Old 01-24-2004, 01:52 PM   #11
Nik0s
Member
 
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41

Original Poster
Rep: Reputation: 15
it actually it says that "foreign file systems are read only" !!!

but why?
 
Old 01-24-2004, 01:59 PM   #12
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
It probably doesn't support writing to ext3 filesystems. There is one app that does but I can't remember the name offhand - I think it is on the sourceforge site.
 
Old 01-24-2004, 03:02 PM   #13
Nik0s
Member
 
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41

Original Poster
Rep: Reputation: 15
please try to remember because i did some research but didnt find out some prog that can write to ext3 , only read!
 
Old 01-25-2004, 07:54 AM   #14
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
If you really want to share files between a windows and linux dual boot system it is better to setup up a vfat/fat32 partition since both systems can easily read and write to it.
 
Old 01-25-2004, 11:01 AM   #15
Nik0s
Member
 
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41

Original Poster
Rep: Reputation: 15
yes that i too but i cant create that for the moment!

please try to remember what was the name of that app please!

thank you.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Couple questions. kuplo Linux - Newbie 0 11-26-2005 10:48 AM
couple of questions?? Lucas10 Linux - Newbie 23 06-04-2005 05:45 PM
Couple of questions... p3ngu!n Linux - Newbie 2 11-11-2003 05:41 AM
Just a couple of questions... LI-6Y LUCY Linux - Newbie 4 09-07-2003 09:33 AM
A couple questions aceman817 Linux - Networking 2 04-25-2001 06:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration