<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; Linux挂载NTFS</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/linux%E6%8C%82%E8%BD%BDntfs/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS挂载读取ntfs格式的磁盘</title>
		<link>https://www.osyunwei.com/archives/13242.html</link>
		<comments>https://www.osyunwei.com/archives/13242.html#comments</comments>
		<pubDate>Sun, 29 Jan 2023 06:36:58 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux挂载NTFS]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=13242</guid>
		<description><![CDATA[1、下载安装rpm包 下载安装包： https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/n/ntfs-3g-libs-2022.10.3-1.el7.x86_64.rpm https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/n/ntfs-3g-2022.10.3-1.el7.x86_64.rpm https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/n/ntfs-3g-devel-2022.10.3-1.el7.x86_64.rpm https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/n/ntfsprogs-2022.10.3-1.el7.x86_64.rpm https://mirrors.aliyun.com/centos/7/os/x86_64/Packages/psmisc-22.20-17.el7.x86_64.rpm #安装rpm包 rpm -ivh ntfs-3g-libs-2022.10.3-1.el7.x86_64.rpm rpm -ivh ntfs-3g-2022.10.3-1.el7.x86_64.rpm rpm -ivh ntfs-3g-devel-2022.10.3-1.el7.x86_64.rpm rpm -ivh ntfsprogs-2022.10.3-1.el7.x86_64.rpm rpm -ivh psmisc-22.20-17.el7.x86_64.rpm #使用yum在线安装 yum install ntfs-3g 2、查看磁盘 fdisk -l Disk /dev/sdb: 250.0 GB Device Boot Start End Blocks Id System /dev/sdb1 * 1654784 487452671 242898944 7 HPFS/NTFS/exFAT /dev/sdb2 487452672 488370174 458751+ 1b Hidden W95 FAT32 3、挂载 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/13242.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/13242.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux挂载NTFS分区</title>
		<link>https://www.osyunwei.com/archives/178.html</link>
		<comments>https://www.osyunwei.com/archives/178.html#comments</comments>
		<pubDate>Fri, 21 Oct 2011 16:50:27 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux挂载NTFS]]></category>
		<category><![CDATA[NTFS]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=178</guid>
		<description><![CDATA[引言： 默认情况下，CentOS 6.0不支持NTFS格式的磁盘读写，要想把NTFS格式的磁盘挂载到CentOS 6.0下面 需要安装第三方的插件ntfs-3g，这里我们采用编译安装插件。 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 1、安装编译器，否则不能成功编译。 yum install gcc 根据提示按Y安装完成 2、安装ntfs-3g 3、查看使用 fdisk -l #显示系统磁盘信息 Disk /dev/sdb: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/178.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/178.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
