- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: compiling the kernel
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2005 08:36 PM
тАО12-07-2005 08:36 PM
I am using fedora, and i was trying to mount my windows xp partitions ( ntfs partition).
I got an erro that the ntfs type is not supported.
I need to know how I can recompile my kernel to enable this feature ?
regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2005 08:56 PM
тАО12-07-2005 08:56 PM
Re: compiling the kernel
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2005 09:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2005 09:05 PM
тАО12-07-2005 09:05 PM
Re: compiling the kernel
By default Fedora Core does not install the ntfs mount kernel code unless you define an NTFS filesystem at install. Thats how I force the kernel module at install time without having to do the manual procedure.
http://www.ussg.iu.edu/hypermail/linux/kernel/0105.3/0051.html
http://www.ussg.iu.edu/hypermail/linux/kernel/0105.3/0067.html
http://www.linuxquestions.org/questions/history/383616
One of those guys above should do it for you.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2005 12:29 AM
тАО12-08-2005 12:29 AM
Re: compiling the kernel
yum install kernel-module-ntfs-$(uname -r)
Ensure that yum (/etc/yum.conf) is correctly configured (Normally it is). You need full Internet connection for this to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2005 02:07 AM
тАО12-08-2005 02:07 AM
Re: compiling the kernel
Download it from:
http://www.linux-ntfs.org/content/view/128/64/
and execute "insmod ntfs", then "mount -t ntfs ..."
Regards,
Sergejs