- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to mount ntfs partition on redhat linux
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
11-19-2006 11:36 PM
11-19-2006 11:36 PM
please tell me, how to mount ntfs partition on redhat linux.
thanks,
fayez
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 11:54 PM
11-19-2006 11:54 PM
Re: how to mount ntfs partition on redhat linux
- Install the kernel sources, recompile the kernel and add NTFS support.
- Download kernel-ntfs rpm package for your kernel and install it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 12:46 AM
11-20-2006 12:46 AM
Re: how to mount ntfs partition on redhat linux
Or in a remote machine?
On first case, you can use rpm or recompile the kernel, on the second, you must use Samba.
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 01:09 AM
11-20-2006 01:09 AM
Re: how to mount ntfs partition on redhat linux
is it an ntfs partition on the same disk in the same system or do you want to mount a ntfs partition form another system along the network to your redhat system. Or are you just searching for the command
# mount -t ntfs /dev/hdaN /mnt
as far as i know the ntfs option is normally enabled in the kernels provided with the distribution
rgds Erich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 07:54 PM
11-20-2006 07:54 PM
Re: how to mount ntfs partition on redhat linux
If you are trying to mount a windows networkshare maybe this example is to your help:
# mount -t cifs //192.168.1.1/temp /mnt/temp/ -o user=your_username,pass=your_password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 05:53 PM
11-22-2006 05:53 PM
Re: how to mount ntfs partition on redhat linux
Thanks very much, anyone know full name of rpm file.
Thanks,
fayez
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 06:33 PM
11-22-2006 06:33 PM
Solutionit depends on your kernel version.
Read
http://www.linux-ntfs.org/content/view/19/37/
and
http://sourceforge.net/project/showfiles.php?group_id=13956
Rgds,
Vitaly