Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
NTFS problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Flex_Tone
n00b
n00b


Joined: 01 Feb 2003
Posts: 14

PostPosted: Tue Feb 25, 2003 12:26 am    Post subject: NTFS problem Reply with quote

I have NTFS compiled as a module. During boot, I get an NTFS error... it goes by to fast to see. At # I type "modprobe ntfs" and get the following.
Code:
/lib/modules/2.4.20/kernel/fs/ntfs/ntfs.o: unresolved symbol unload_nls_R36a16ffc
/lib/modules/2.4.20/kernel/fs/ntfs/ntfs.o: unresolved symbol load_nls_default_R535f6428
/lib/modules/2.4.20/kernel/fs/ntfs/ntfs.o: unresolved symbol load_nls_Rafd2e7ee
/lib/modules/2.4.20/kernel/fs/ntfs/ntfs.o: insmod /lib/modules/2.4.20/kernel/fs/ntfs/ntfs.o failed
/lib/modules/2.4.20/kernel/fs/ntfs/ntfs.o: insmod ntfs failed


Any ideas to my problem?
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Tue Feb 25, 2003 12:47 am    Post subject: Reply with quote

you probably need to recompile your kernel.
Code:
cd /usr/src/linux-$(uname -r)
mv ./.config ./my-old-config
make mrproper
mv ./my-old-config ./.config
make dep && make clean && make modules && make bzImage && make modules_install


and then copy your new kernel to /boot and activate it in lilo or grub.


cheers

SteveB
Back to top
View user's profile Send private message
modal
Apprentice
Apprentice


Joined: 02 Oct 2002
Posts: 277

PostPosted: Tue Feb 25, 2003 3:20 am    Post subject: Reply with quote

If you install it as a module, you really shouldn't have to make bzImage again.
You'll just need to:
Code:
make dep clean

then:
Code:
make modules modules_install

good luck
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot 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