<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Install Software Packages via YUM/DNF Using RHEL 9 DVD	</title>
	<atom:link href="https://www.tecmint.com/create-rhel-9-local-repository/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-rhel-9-local-repository/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 01 Jul 2022 07:57:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/create-rhel-9-local-repository/comment-page-1/#comment-525462</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 30 Mar 2015 05:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1704#comment-525462</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-rhel-9-local-repository/comment-page-1/#comment-525261&quot;&gt;manikandan&lt;/a&gt;.

@Manikandan,
Just insert your RHEL DVD and issue following command to mount the packages.
&lt;pre&gt;
# cd /dev/cdrom /mnt
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-rhel-9-local-repository/comment-page-1/#comment-525261">manikandan</a>.</p>
<p>@Manikandan,<br />
Just insert your RHEL DVD and issue following command to mount the packages.</p>
<pre>
# cd /dev/cdrom /mnt
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: manikandan		</title>
		<link>https://www.tecmint.com/create-rhel-9-local-repository/comment-page-1/#comment-525261</link>

		<dc:creator><![CDATA[manikandan]]></dc:creator>
		<pubDate>Mon, 30 Mar 2015 03:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1704#comment-525261</guid>

					<description><![CDATA[how to mount packages on RHEL 9.]]></description>
			<content:encoded><![CDATA[<p>how to mount packages on RHEL 9.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kürten		</title>
		<link>https://www.tecmint.com/create-rhel-9-local-repository/comment-page-1/#comment-102271</link>

		<dc:creator><![CDATA[Kürten]]></dc:creator>
		<pubDate>Tue, 07 Jan 2014 14:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1704#comment-102271</guid>

					<description><![CDATA[Mann Thank You so MUCH!!, you are a Meister.]]></description>
			<content:encoded><![CDATA[<p>Mann Thank You so MUCH!!, you are a Meister.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Akash		</title>
		<link>https://www.tecmint.com/create-rhel-9-local-repository/comment-page-1/#comment-84244</link>

		<dc:creator><![CDATA[Akash]]></dc:creator>
		<pubDate>Wed, 11 Dec 2013 19:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1704#comment-84244</guid>

					<description><![CDATA[I am trying to block the CD drives in RHEL and I did that

1. cd /lib/modules/$(uname -r)/kernel/drivers/cdrom  ; 

2 . mv cdrom.ko cdrom.ko.bak ; 

3. echo &#039;blacklist sr_mod&#039; &#062;&#062; /etc/modprobe.d/blacklist.conf ; 

4. echo &#039;modprobe -r sr_mod&#039; &#062;&#062; /etc/rc.local ;

Now CD ROM is blocked as it&#039;s not coming, But I have to unblock it so I removed the entry which I did in &quot;/etc/modprobe.d/blacklist.conf&quot; and &quot;/etc/rc.local&quot; also rename the .ko file to its original one. and also rebooted the system.

Now there is no file name cdrom, DVD, sr0, hdc in /dev (All are missing ) now how can I mount a CD without them...So can I bring them back?

Please help...]]></description>
			<content:encoded><![CDATA[<p>I am trying to block the CD drives in RHEL and I did that</p>
<p>1. cd /lib/modules/$(uname -r)/kernel/drivers/cdrom  ; </p>
<p>2 . mv cdrom.ko cdrom.ko.bak ; </p>
<p>3. echo &#8216;blacklist sr_mod&#8217; &gt;&gt; /etc/modprobe.d/blacklist.conf ; </p>
<p>4. echo &#8216;modprobe -r sr_mod&#8217; &gt;&gt; /etc/rc.local ;</p>
<p>Now CD ROM is blocked as it&#8217;s not coming, But I have to unblock it so I removed the entry which I did in &#8220;/etc/modprobe.d/blacklist.conf&#8221; and &#8220;/etc/rc.local&#8221; also rename the .ko file to its original one. and also rebooted the system.</p>
<p>Now there is no file name cdrom, DVD, sr0, hdc in /dev (All are missing ) now how can I mount a CD without them&#8230;So can I bring them back?</p>
<p>Please help&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kasun		</title>
		<link>https://www.tecmint.com/create-rhel-9-local-repository/comment-page-1/#comment-48025</link>

		<dc:creator><![CDATA[Kasun]]></dc:creator>
		<pubDate>Tue, 17 Sep 2013 04:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1704#comment-48025</guid>

					<description><![CDATA[Thank You Very Much,
Working FINE... :)]]></description>
			<content:encoded><![CDATA[<p>Thank You Very Much,<br />
Working FINE&#8230; :)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
