How to mount an NTFS partition

Source: Internet
Author: User

Jie Yi:

1. Install a kernel-ntfs-2.4.20-8.i686.rpm

Download Address: Http://www.elab603.com/UpFile/2006-3/200631104315.rar

2#mount-t ntfs-o iocharset=cp936/dev/hda*/mnt/*** (* represents the number of the partition to mount, * * * represents your own directory, which is the directory where you want to put the partition. )

Solution Two:
 login as Root,
#uname-R
9.0 is
2.4.20-8

#cd/usr/src/linux-2.4.20-8

#make Mrproper

#nedit Makefile (same as VI)
Edit Makefile, the front extraversion = -8custom Remove Custum, $VERSION + $PATCHLEVEL +$ sublevel+ $EXTRAVERSION should be exactly the same as your kernel version.


#cp configs/kernel-2.4.20-8-i686.config. config

#make menuconfig
----Select File Systems, press ENTER
- ---Select the NTFS file system support (read only) press Y, when a * number can be pressed two times ESC return to
----save, exit

#make DEP
System prompts you to run DEP, This process you can go to open the fridge that cola back, drink half a bottle (or smoke a cigarette can also)

#make modules subdirs=fs/ntfs

#mkdir/lib/modules/2.4.20-8/kernel /fs/ntfs

#cp/USR/SRC/LINUX-2.4.20-8/FS/NTFS/NTFS.O has a space in the middle/lib/modules/2.4.20-8/kernel/fs/ntfs

# Depmod-a

#/sbin/fdisk-l
See which disk is NTFS

#mount-T Ntfs/dev/hda1/mnt/ntfs

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.