<?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>IT Mamak &#187; Networking</title>
	<atom:link href="http://it.mamak.info/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://it.mamak.info</link>
	<description>Internet, Information Technology, Computer, Software, Blog, Gadget, Reviews, News etc.</description>
	<lastBuildDate>Sat, 09 Jan 2010 15:10:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Could not resolve mount point</title>
		<link>http://it.mamak.info/could-not-resolve-mount-point/</link>
		<comments>http://it.mamak.info/could-not-resolve-mount-point/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 03:45:53 +0000</pubDate>
		<dc:creator>iceman</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[smbmount]]></category>

		<guid isPermaLink="false">http://it.mamak.info/?p=127</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fit.mamak.info%2Fcould-not-resolve-mount-point%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fit.mamak.info%2Fcould-not-resolve-mount-point%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4915968312450457";
google_ad_slot = "5955380414";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>This morning end user complaint that she failed to access to her folder.<br />
After checking I found that my machine didn&#8217;t mount to the file server.<br />
Then I try to remount again but it give me &#8220;Could not resolve mount point&#8221; error message.</p>
<blockquote><p>[root@ftp ~]#<span style="color: #0000ff;">mount -t smbfs -o username=username%password //MyFileServer/SharedFolder /mnt/MountedFolder</span></p>
<p style="color: #ff0000;">Could not resolve mount point /mnt/MountedFolder</p>
</blockquote>
<p>After googling I still failed to get a solution.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4915968312450457";
google_ad_slot = "6548710574";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Then, I listed my /mnt and found that my MountedFolder got problem as below.</p>
<blockquote><p>[root@ftp mnt]# <span style="color: #0000ff;">ls -l /mnt</span><br />
total 1<br />
<span style="color: #ff0000;">?&#8212;&#8212;&#8212;</span> 1 root     root     4096 Jul 10 11:13 MountedFolder</p></blockquote>
<p>There was a question mark for the folder mod.<br />
<span style="text-decoration: underline;"><strong>Solution:</strong></span><br />
<span style="color: #ff0000;">reboot</span> the machine then list again the folder</p>
<blockquote><p>[root@ftp mnt]#<span style="color: #0000ff;">ls -l /mnt</span><br />
total 1<br />
<span style="color: #ff0000;">drwxrwxrwx</span> 1 root     root     4096 Jul 10 11:13 MountedFolder</p></blockquote>
<p>Now it was back to normal.<br />
Remount again the folder and can access to the mounted folder now.</p>
<p>It could me many reason you get a &#8220;Could not resolve mount point&#8221;.<br />
You may googling the solution and mine is one of the solution.<br />
If you had try others solution and can&#8217;t work and your mount folder have a &#8220;question mark&#8221; aslo.<br />
You should try it.</p>
<p>Have a nice day.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4915968312450457";
google_ad_slot = "9715587130";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

	Tags: <a href="http://it.mamak.info/tag/mount/" title="mount" rel="tag">mount</a>, <a href="http://it.mamak.info/tag/samba/" title="samba" rel="tag">samba</a>, <a href="http://it.mamak.info/tag/smbmount/" title="smbmount" rel="tag">smbmount</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://it.mamak.info/samba-idmap-fatal-error-uid-range-full/" title="Samba &#8211; idmap Fatal Error: UID range full!! (December 9, 2008)">Samba &#8211; idmap Fatal Error: UID range full!!</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://it.mamak.info/could-not-resolve-mount-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DOS Command &#8211; How To Delete Windows Shared Folder Connection</title>
		<link>http://it.mamak.info/dos-command-how-to-delete-windows-shared-folder-connection/</link>
		<comments>http://it.mamak.info/dos-command-how-to-delete-windows-shared-folder-connection/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 11:37:07 +0000</pubDate>
		<dc:creator>iceman</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[dos command]]></category>
		<category><![CDATA[net use]]></category>
		<category><![CDATA[shared folder]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://it.mamak.info/?p=121</guid>
		<description><![CDATA[How to delete windows shared folder connection by using DOS command? To view current windows shared folder connections. Command: net use Output: C:\Documents and Settings\user&#62;net use New connections will not be remembered. Status    Local     Remote Network &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- OK               Z:          \\sharedhostname\sharedfoldername\ Microsoft Windows Network The command completed successfully. To delete CERTAIN windows [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fit.mamak.info%2Fdos-command-how-to-delete-windows-shared-folder-connection%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fit.mamak.info%2Fdos-command-how-to-delete-windows-shared-folder-connection%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4915968312450457";
google_ad_slot = "5955380414";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>How to delete windows shared folder connection by using DOS command?</p>
<p>To view current windows shared folder connections.</p>
<blockquote><p><span style="text-decoration: underline;">Command:</span></p>
<p style="color: #ff0000;">net use</p>
</blockquote>
<blockquote><p><span style="text-decoration: underline;">Output:</span><br />
C:\Documents and Settings\user&gt;<span style="color: #0000ff;">net use</span></p>
<p>New connections will not be remembered.<br />
Status          Local         Remote                    Network</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
OK                         Z:                 \\sharedhostname\sharedfoldername\<br />
Microsoft Windows Network<br />
The command completed successfully.</p></blockquote>
<p>To delete CERTAIN windows shared folder connection.</p>
<blockquote><p>
<span style="text-decoration: underline;">Command:</span></p>
<p style="color: #ff0000;">net user z: /d</p>
</blockquote>
<p>Remark : where z: is the mapping drive letter.</p>
<p>To delete ALL windows shared folder connection.</p>
<blockquote><p>
<span style="text-decoration: underline;">Command:</span></p>
<p style="color: #ff0000;">net use * /d</p>
</blockquote>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4915968312450457";
google_ad_slot = "9715587130";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

	Tags: <a href="http://it.mamak.info/tag/connection/" title="connection" rel="tag">connection</a>, <a href="http://it.mamak.info/tag/dos-command/" title="dos command" rel="tag">dos command</a>, <a href="http://it.mamak.info/tag/net-use/" title="net use" rel="tag">net use</a>, <a href="http://it.mamak.info/tag/shared-folder/" title="shared folder" rel="tag">shared folder</a>, <a href="http://it.mamak.info/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://it.mamak.info/the-rpc-server-is-unavailable/" title="The RPC server is unavailable (November 14, 2008)">The RPC server is unavailable</a> (1)</li>
	<li><a href="http://it.mamak.info/printfolder-v13-utility-used-to-print-a-list-of-files/" title="PrintFolder v1.3 &#8211; Utility used to print a list of files (July 26, 2008)">PrintFolder v1.3 &#8211; Utility used to print a list of files</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://it.mamak.info/dos-command-how-to-delete-windows-shared-folder-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
