<?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>How to Config &#187; mount</title>
	<atom:link href="http://www.howtoconfig.com/tag/mount/feed" rel="self" type="application/rss+xml" />
	<link>http://www.howtoconfig.com</link>
	<description>how to config - how to configure</description>
	<lastBuildDate>Fri, 29 Apr 2011 09:52:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>แก้ปัญหาลืมรหัสผ่านของ FreeBSD</title>
		<link>http://www.howtoconfig.com/os/how-to-recovery-freebsd-root-password.html</link>
		<comments>http://www.howtoconfig.com/os/how-to-recovery-freebsd-root-password.html#comments</comments>
		<pubDate>Tue, 08 Jul 2008 05:05:19 +0000</pubDate>
		<dc:creator>กวิน ชัยเลิศ</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Enter Shell]]></category>
		<category><![CDATA[forgot password]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[พาสเวิร์ด]]></category>
		<category><![CDATA[รหัสผ่าน]]></category>
		<category><![CDATA[ลืมพาสเวิร์ด]]></category>
		<category><![CDATA[ลืมรหัสผ่าน]]></category>

		<guid isPermaLink="false">http://www.howtoconfig.com/?p=31</guid>
		<description><![CDATA[แก้ปัญหาลืมรหัสผ่านของ root บน FreeBSD ง่ายๆ ตามนี้ครับ 1. Restart FreeBSD (Ctrl+Alt+Delete หรือ กดปุ่ม Reset T_T) 2. พิมพ์ boot -s ที่ Boot: prompt (เพื่อเข้า Single User Mode) 3. Enter (ตอนมีคำถามให้เลือก Shell) 4. ใช้คำสั่ง mount -urw / เพื่อให้สามารถอ่าน/เขียน ไฟล์ได้ mount -urw / 5. ใช้คำสั่ง mount -a (remount ระบบไฟล์ทั้งหมด) mount -a 6. ใช้คำสั่ง passwd root เพื่อเปลี่ยนรหัสผ่านของ root passwd root [...]]]></description>
			<content:encoded><![CDATA[<p>แก้ปัญหาลืมรหัสผ่านของ root บน FreeBSD ง่ายๆ ตามนี้ครับ</p>
<p>1. Restart FreeBSD (Ctrl+Alt+Delete หรือ กดปุ่ม Reset T_T)<br />
2. พิมพ์ boot -s ที่ Boot: prompt (เพื่อเข้า Single User Mode)<br />
3. Enter (ตอนมีคำถามให้เลือก Shell)<br />
4. ใช้คำสั่ง mount -urw / เพื่อให้สามารถอ่าน/เขียน ไฟล์ได้</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #660033;">-urw</span> <span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>5. ใช้คำสั่ง mount -a (remount ระบบไฟล์ทั้งหมด)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #660033;">-a</span></pre></div></div>

<p>6. ใช้คำสั่ง passwd root เพื่อเปลี่ยนรหัสผ่านของ root</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">passwd</span> root</pre></div></div>

<p>เพียงเท่านี้ก็สามารถกลับมาใช้ root ได้ตามปกติครับ</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.howtoconfig.com%2Fos%2Fhow-to-recovery-freebsd-root-password.html&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.howtoconfig.com/os/how-to-recovery-freebsd-root-password.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mount iso image บน linux</title>
		<link>http://www.howtoconfig.com/os/how-to-mount-iso-image-under-linux.html</link>
		<comments>http://www.howtoconfig.com/os/how-to-mount-iso-image-under-linux.html#comments</comments>
		<pubDate>Thu, 19 Jun 2008 04:54:24 +0000</pubDate>
		<dc:creator>กวิน ชัยเลิศ</dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mount]]></category>

		<guid isPermaLink="false">http://www.howtoconfig.com/?p=23</guid>
		<description><![CDATA[เราสามารถเรียกดูไฟล์ใน iso image บน linux ด้วยวิธีการง่ายๆ โดยใช้คำสั่ง mount ตามขั้นตอนต่อไปนี้ แปลงร่างเป็น root su - สร้่าง directory สำหรับ mount iso image mkdir -p /var/www/mirror/centos/5 ทำการ mount iso image ด้วยคำสั่งตามตัวอย่าง mount -o loop CentOS-5.1-i386-bin-DVD.iso /var/www/mirror/centos/5 ทดสอบเรียกดูรายชื่อไฟล์ที่อยู่ใน iso image ls /var/www/mirror/centos/5 ในตัวอย่างเป็นการเตรียมไฟล์สำหรับติดตั้ง CentOS ผ่าน Network ซึ่งมีข้อดีดังนี้ 1. ลดโลกร้อน เพราะไม่ต้อง Burn DVD ประหยัด DVD หนึ่งแผ่น 2. ประหยัดพื้นที่ในการเก็บข้อมูลของ Harddisk (เก็บไว้เพียง iso [...]]]></description>
			<content:encoded><![CDATA[<p>เราสามารถเรียกดูไฟล์ใน iso image บน linux ด้วยวิธีการง่ายๆ โดยใช้คำสั่ง mount ตามขั้นตอนต่อไปนี้</p>
<p>แปลงร่างเป็น root</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">su</span> -</pre></div></div>

<p>สร้่าง directory สำหรับ mount iso image</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #660033;">-p</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span>mirror<span style="color: #000000; font-weight: bold;">/</span>centos<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">5</span></pre></div></div>

<p>ทำการ mount iso image ด้วยคำสั่งตามตัวอย่าง</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #660033;">-o</span> loop CentOS-<span style="color: #000000;">5.1</span>-i386-bin-DVD.iso <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span>mirror<span style="color: #000000; font-weight: bold;">/</span>centos<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">5</span></pre></div></div>

<p>ทดสอบเรียกดูรายชื่อไฟล์ที่อยู่ใน iso image</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span>mirror<span style="color: #000000; font-weight: bold;">/</span>centos<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">5</span></pre></div></div>

<p>ในตัวอย่างเป็นการเตรียมไฟล์สำหรับติดตั้ง CentOS ผ่าน Network ซึ่งมีข้อดีดังนี้<br />
1. ลดโลกร้อน <img src='http://www.howtoconfig.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  เพราะไม่ต้อง Burn DVD ประหยัด DVD หนึ่งแผ่น<br />
2. ประหยัดพื้นที่ในการเก็บข้อมูลของ Harddisk (เก็บไว้เพียง iso image)<br />
3. ประหยัดเวลาในการ Burn DVD<br />
4. สามารถติดตั้ง CentOS ผ่าน Network ได้พร้อมกันหลายๆ เครื่อง</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.howtoconfig.com%2Fos%2Fhow-to-mount-iso-image-under-linux.html&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.howtoconfig.com/os/how-to-mount-iso-image-under-linux.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

