Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to Mount NTFS Partition under CentOS 5.1system

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how to mount NTFS partition under CentOS 5.1. the content of the article is of high quality, so the editor will share it with you for reference. I hope you will have some understanding of the relevant knowledge after reading this article.

1.uname-r to see the current linux kernel version.

[root@localhost Desktop] # uname-r

2.6.18-53.1.19.el5

two。 Go to http://www.linux-ntfs.org/ to download the same ntfs patch as the kernel version.

3. Install the patch: kernel-module-ntfs-2.6.18-53.1.19.el5-2.1.27-0.rr.10.11.i686.rpm

[root@localhost Desktop] # rpm-Uv kernel-module-ntfs-2.6.18-53.1.14.el5-2.1.27-0.rr.10.11.i686.rpm

Preparing packages for installation...

Package kernel-module-ntfs-2.6.18-53.1.14.el5-2.1.27-0.rr.10.11 is already installed

4. Use fdisk-l to view the partition information of the hard disk.

5.mkdir / mnt/x create a new folder in the mnt folder, corresponding to the partition under windows (x is the name of the text folder)

For example, mkdir / mnt/c corresponds to disk C.

Mkdir / mnt/d corresponds to D disk

Mkdir / mnt/e corresponds to E disk

6.mount-t ntfs / dev/xxx / mnt/x mounts the partitions under windows in the newly created folder (xxx is the partition number of the hard disk)

Such as:

[root@localhost Desktop] # mount-t ntfs / dev/sda7 / mnt/F

[root@localhost Desktop] # mount-t ntfs / dev/sda6 / mnt/E

About how to mount the NTFS partition under the CentOS 5.1system to share here, hope that the above content can have some help to everyone, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report