<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>mount - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/mount/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 02 Apr 2010 03:03:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>智能加载虚拟光驱的shell</title>
		<link>https://www.coder4.com/archives/613</link>
					<comments>https://www.coder4.com/archives/613#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 02 Apr 2010 03:03:27 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[智能加载]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=613</guid>

					<description><![CDATA[#/bin/sh if df&#124;grep mini2440 &#62;/dev/null; then #已经挂载，不做 exit else #未挂载，挂载 sudo mount -t iso9660 -o loop,iocharset=utf8 /media/娱乐区/mini2440资料.iso /media/mini2440 fi 核心呢，就是判断mini2440是否出现在df（显示各个分区大小，如果加载了名为mini2440的，则在之中会有mini2440），呵呵～这样[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/613/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
