- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- NTFS Mounting
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
Forums
Discussions
Discussions
Discussions
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
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
06-10-2003 01:19 AM
06-10-2003 01:19 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 01:38 AM
06-10-2003 01:38 AM
Re: NTFS Mounting
Red Hat does not include the ntft kernel module by default. If you need it you'll have to recompile the kernel yourself. Install the kernel-source RPM and run make menuconfig, then select NTFS under the filesystem menu. You can probably get away with just copying the module into the existing modules dir if you compile the exact same version as you have installed already.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 01:56 AM
06-10-2003 01:56 AM
Re: NTFS Mounting
Does anyone know where I can download the source kernel? I am a new user of Linux and this are all new to me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 02:02 AM
06-10-2003 02:02 AM
Re: NTFS Mounting
Thanks ... Kjartan ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 02:13 AM
06-10-2003 02:13 AM
SolutionHTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 03:14 AM
06-10-2003 03:14 AM
Re: NTFS Mounting
http://www.europe.redhat.com/documentation/rhl8.0/rhl-cg-en-8.0/ch-custom-kernel.php3
BTW, the kernel sources can alos be downloaded from Redhat, ftp://ftp.redhat.com/pub/redhat/linux/8/en/os/i386/RedHat/SRPMS
but it's quite crowdy...
Do not hesitate to post your problems if encoutered during re-compilation.
Notice also that mounting ntfs in read only is fairly a good idea, but in read write isn't quite a good one. You may have your ntfs operating system shouting at you on reboot that files have been altered, and so on...
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 12:22 PM
06-10-2003 12:22 PM
Re: NTFS Mounting
You need to build new kernel with support
of ntfs FS inside.
Enter to /usr/src/linux
inside you could file file README
that will explain all the process for
building new kernel, all the options that
you have, very usefull.
If you don't have the directory that i mention
you will need to install the kernel source,
rpm -pi kernel-src....rpm from the installation CD.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 06:16 PM
06-10-2003 06:16 PM
Re: NTFS Mounting
Thank you all for your answers.
I am migrating all my systems to RH 8 and honestly I am starting to learn all over again. I have used Microsoft for over 8 years and have perfected the trade but I am not satisfied with its performance specially on SQL and IIS. The first server I am migrating is a file server and all my Data is on NTFS partition. What are your suggestions? Since mounting NTFS as RW is not a good idea do you suggest I copy the files to a different partition using ext3 ? My delema is that when I do this and my RH system stops I would not be able to transfer my data to a microsoft system to copy my data. Do you think formating my new Partion using DOS format is a good idea then I mount it as MSDOS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 10:10 PM
06-10-2003 10:10 PM
Re: NTFS Mounting
1) move all your data to some "native Linux" filesystem, ext3 for example.
2) Learn, install & configure Samba
www.samba.org.
Regards,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 10:31 PM
06-10-2003 10:31 PM
Re: NTFS Mounting
Another way (but maybe this isn't good for you) is a windows program called 'explore2fs', that lets you to access linux partitions (read-only).
bye
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 12:12 AM
06-11-2003 12:12 AM
Re: NTFS Mounting
Thanks for taking time to answer my querry.
I am currently using SAMBA 2.28.
One last question, I tried to recompile my Kernel and I had problems ... specifically the make install portion of my compilation. I had the following errors:
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.20-18.8/arch/i386/boot'
make: *** [install] Error 2
and I did not have an initd image created. What should I do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 02:33 AM
06-11-2003 02:33 AM
Re: NTFS Mounting
http://linux-ntfs.sourceforge.net/info/redhat.html
vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 11:18 PM
06-13-2003 11:18 PM
Re: NTFS Mounting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 11:36 PM
06-13-2003 11:36 PM
Re: NTFS Mounting
For the question about how fast to transfer
the data to your new file server i sugest to
use ftp and fast network connection.
Caesar