<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Mounting Windown 2k3 Share in Ubuntu Dapper</title>
	<link>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/</link>
	<description>Utterly random, incoherent and disjointed rants and ramblings...</description>
	<pubDate>Sat, 22 Nov 2008 15:48:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: jonboy</title>
		<link>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-5412</link>
		<pubDate>Tue, 24 Jul 2007 22:15:27 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-5412</guid>
					<description>I also had this problem, and discovered that somehow my mount point had become owned by root, despite it being in my user's home directory, and created by the user.  Not sure how the permissions had been changed, but changed them back to the user again and all was well.</description>
		<content:encoded><![CDATA[<p>I also had this problem, and discovered that somehow my mount point had become owned by root, despite it being in my user&#8217;s home directory, and created by the user.  Not sure how the permissions had been changed, but changed them back to the user again and all was well.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke</title>
		<link>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-5407</link>
		<pubDate>Tue, 24 Jul 2007 13:06:19 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-5407</guid>
					<description>Good point. Actually, isn't this the expected behavior? Every time I set up a read/write mount point outside of /home I usually chown it so that I'm the owner. It might not be best practice, but it doesn't hurt.
I don't think the the rw,user option in fstab overrides the normal file permission on your mount point directory, but I might be wrong...</description>
		<content:encoded><![CDATA[<p>Good point. Actually, isn&#8217;t this the expected behavior? Every time I set up a read/write mount point outside of /home I usually chown it so that I&#8217;m the owner. It might not be best practice, but it doesn&#8217;t hurt.<br />
I don&#8217;t think the the rw,user option in fstab overrides the normal file permission on your mount point directory, but I might be wrong&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Michele Bordi</title>
		<link>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-5406</link>
		<pubDate>Tue, 24 Jul 2007 09:47:49 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-5406</guid>
					<description>&lt;blockquote&gt;Unfortunately it didn’t work for me; I got

mount error: permission denied or not superuser and mount.cifs not installed SUID &lt;/blockquote&gt;

I too had this problem
You have to set the right owner for the mount point

for example, about the command:
&lt;blockquote&gt;
//server/share /mnt cifs rw,user,noauto,username=user,password=pass 0 0
&lt;/blockquote&gt;
/mnt has to be owned by user:user_group

ps. remember to add suid to umount.cifs too</description>
		<content:encoded><![CDATA[<blockquote><p>Unfortunately it didn’t work for me; I got</p>
<p>mount error: permission denied or not superuser and mount.cifs not installed SUID </p>
</blockquote>
<p>I too had this problem<br />
You have to set the right owner for the mount point</p>
<p>for example, about the command:</p>
<blockquote><p>
//server/share /mnt cifs rw,user,noauto,username=user,password=pass 0 0
</p>
</blockquote>
<p>/mnt has to be owned by user:user_group</p>
<p>ps. remember to add suid to umount.cifs too
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Terminally Incoherent &#187; Blog Archive &#187; Parsing Excel Files with Perl</title>
		<link>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-4983</link>
		<pubDate>Wed, 27 Jun 2007 20:03:31 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-4983</guid>
					<description>[...] First you will need to mount the network share on your box. Next you will need the Spreadsheet::ParseExcel package from CPAN. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] First you will need to mount the network share on your box. Next you will need the Spreadsheet::ParseExcel package from CPAN. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke</title>
		<link>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-2877</link>
		<pubDate>Thu, 08 Feb 2007 16:04:39 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-2877</guid>
					<description>Korinthe - do you get that message when mounting or when trying to do the chmod?

Do the chmod as root and then mount. That may fix the issue here. 

Either that or you don't have mount.cifs installed. See if it exists in your /sbin directory:

&lt;code&gt;ls /sbin &#124; grep cifs&lt;/code&gt;

If it's not there you probably will need to instal the smbfs package. On redhat that should be possible via yum no?</description>
		<content:encoded><![CDATA[<p>Korinthe - do you get that message when mounting or when trying to do the chmod?</p>
<p>Do the chmod as root and then mount. That may fix the issue here. </p>
<p>Either that or you don&#8217;t have mount.cifs installed. See if it exists in your /sbin directory:</p>
<p><code>ls /sbin | grep cifs</code></p>
<p>If it&#8217;s not there you probably will need to instal the smbfs package. On redhat that should be possible via yum no?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: korinthe</title>
		<link>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-2875</link>
		<pubDate>Thu, 08 Feb 2007 15:42:03 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-2875</guid>
					<description>Unfortunately it didn't work for me; I got

mount error: permission denied or not superuser and mount.cifs not installed SUID</description>
		<content:encoded><![CDATA[<p>Unfortunately it didn&#8217;t work for me; I got</p>
<p>mount error: permission denied or not superuser and mount.cifs not installed SUID
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke</title>
		<link>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-2647</link>
		<pubDate>Mon, 29 Jan 2007 15:27:11 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-2647</guid>
					<description>Yup, Mookie's suggestion worked for me too.</description>
		<content:encoded><![CDATA[<p>Yup, Mookie&#8217;s suggestion worked for me too.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: snark</title>
		<link>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-2644</link>
		<pubDate>Mon, 29 Jan 2007 12:15:55 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-2644</guid>
					<description>THX Mookie!
I had the same problem and this fixed it!</description>
		<content:encoded><![CDATA[<p>THX Mookie!<br />
I had the same problem and this fixed it!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mookie Wilson</title>
		<link>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-2262</link>
		<pubDate>Fri, 29 Dec 2006 19:12:13 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2006/11/20/mounting-windown-2k3-share-in-ubuntu-dapper/#comment-2262</guid>
					<description>As root:  chmod +s /sbin/mount.cifs</description>
		<content:encoded><![CDATA[<p>As root:  chmod +s /sbin/mount.cifs
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.099 seconds -->
