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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-24-2004, 11:07 AM
|
#1
|
Member
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41
Rep:
|
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!
|
|
|
01-24-2004, 11:22 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
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 11:25 AM.
|
|
|
01-24-2004, 11:50 AM
|
#3
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Moved to Linux->Newbie
|
|
|
01-24-2004, 02:02 PM
|
#4
|
Member
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41
Original Poster
Rep:
|
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!
|
|
|
01-24-2004, 02:06 PM
|
#5
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
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.
|
|
|
01-24-2004, 02:13 PM
|
#6
|
Member
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41
Original Poster
Rep:
|
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?
|
|
|
01-24-2004, 02:18 PM
|
#7
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Take a look at:
http://linux-ntfs.sourceforge.net/
Personally I would just recompile your kernel with 2.6.1
|
|
|
01-24-2004, 02:22 PM
|
#8
|
Member
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41
Original Poster
Rep:
|
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?
|
|
|
01-24-2004, 02:33 PM
|
#9
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
You could use a program in xp that supports writing to ext3 or burn a cd maybe?
|
|
|
01-24-2004, 02:43 PM
|
#10
|
Member
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41
Original Poster
Rep:
|
i use nemo but it wont let me when i try to copy files from ntfs volumes to ext3. it says forbiden action!
|
|
|
01-24-2004, 02:52 PM
|
#11
|
Member
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41
Original Poster
Rep:
|
it actually it says that "foreign file systems are read only" !!!
but why?
|
|
|
01-24-2004, 02:59 PM
|
#12
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
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.
|
|
|
01-24-2004, 04:02 PM
|
#13
|
Member
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41
Original Poster
Rep:
|
please try to remember because i did some research but didnt find out some prog that can write to ext3 , only read!
|
|
|
01-25-2004, 08:54 AM
|
#14
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
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.
|
|
|
01-25-2004, 12:01 PM
|
#15
|
Member
Registered: Jan 2004
Location: Thessaloniki
Distribution: Fedora Core 1
Posts: 41
Original Poster
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 08:06 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|