The Linxu system allows you to easily access NTFS disks.

Source: Internet
Author: User
Article Title: Linxu & #31995; & #32479; & #25945; & #20320; & #36731; & #26494; & #35775; & #38382; NTFS & #30913; & #30424 ;. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
This article describes how to access the NTFS disk in Redhat 7.3.8.0 9.0.
  
Download RPM Main Site:
  
Linux-ntfs.sourceforge.net/info/redhat.html> http://linux-ntfs.sourceforge.net/info/redhat.html
Site 2:
  
Http://fr2.rpmfind.net/linux/rpm2ht...ery=kernel-ntfs
  
If the RPM package under the above link is unavailable. Find the address below.
  
Third Site:
  
Http://www.city-fan.org/ftp/contrib/drivers/
Http://gonzo.szczepanek.de/apt/redh...86/RPMS.cygnus/
Http://rpm.pbone.net/index.php3/sta...ironment_Kernel
  
This method is really great. When an RPM goes down, it will be OK. Select the RPM with the corresponding kernel of your system.
  
# Uname-
The following information is displayed:
Linux LinuxSir01 2.4.18-17.8.0 #1 Tue Oct 8 13:51:08 EDT 2002 i686 i686 i386 GNU/Linux
The download corresponds to the 2.4.18-17.8 kernel .. We need to analyze specific issues.
  
The above is INTEL's CPU .....
  
If you have an amd cpu, It is similar ..
  
Linux LinuxSir01 2.4.18-14 #1 Wed Sep 4 12:13:11 EDT 2002 i686 athlon i386 GNU/Linux
  
Check whether there is an athlon in the red letter? The download ends with athlon. rpm, but it cannot be a file name or smp. The above example is the same.
  
Then install the downloaded RPM
  
# Rpm-ivh ker * rpm -- nodeps -- force
  
The following describes how to mount a partition:
  
# Mkdir/mnt/WinC
  
# Mount-t ntfs/dev/hda1/mnt/WinC
  
# Cd/mnt/WinC
  
Can I see if I can access it? If no access is available, the downloaded RPM does not match the kernel version. Think about what to download .....
  
The file name downloaded by the zjshen brother is understood as follows. Thank you!
  
Kernel indicates the kernel, ntfs indicates that the ntfs disk format is supported, 2.4.18-3 indicates the linux system kernel version, athlon indicates that the cpu supports AMD athlon, and ix86 indicates that the cpu supports intel. I don't know if this is the case?
  
We strongly recommend that you...
  
Let me try again: I will use Redhat 9.0 to add it.
  
Http://linux-ntfs.sourceforge.net/info/redhat.html
  
To read this post carefully, we do not have to compile the kernel and modules on our own. Installation is OK.
  
You must first know your kernel version.
  
# Uname-
  
Run RPM Based on the kernel version. Example:
  
[Root @ Linsir01 root] # uname-
Linux Linsir01 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux
  
In this example, because my machine is an intel CPU, I chose i686 RPM Based on the kernel prompt, and the kernel version is 2.4.20.8 RPM. Note: Single Processor is a Single CPU, which is generally used. If multiple CPUs are used, the kernel version is not the same. The kernel version number is smp. Multi Processor indicates multiple CPUs. Of course, your kernel should also contain smp.
  
We 'd better download RPM. The installation method is:
  
# Rpm-ivh *. rpm
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.