<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mounting cifs via fstab in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mounting-cifs-via-fstab/m-p/4527728#M38746</link>
    <description>Hi,&lt;BR /&gt;did you try this with root account's username and password. This seems to me a pure rights issue.&lt;BR /&gt;&lt;BR /&gt;Good Luck...!&lt;BR /&gt;</description>
    <pubDate>Fri, 06 Nov 2009 03:29:22 GMT</pubDate>
    <dc:creator>Nuwan Alwis</dc:creator>
    <dc:date>2009-11-06T03:29:22Z</dc:date>
    <item>
      <title>Mounting cifs via fstab</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-cifs-via-fstab/m-p/4527723#M38741</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;System = RHEL 5.4 Tikanga&lt;BR /&gt;&lt;BR /&gt;I am able to perform the following command from the command line successfully&lt;BR /&gt;&lt;BR /&gt;mount -t cifs //server/user /home/user/windows -o username=user,password=pass&lt;BR /&gt;&lt;BR /&gt;However when I try to mount using fstab it fails&lt;BR /&gt;&lt;BR /&gt;I have a /home/user/.creds file that includes &lt;BR /&gt;username=user&lt;BR /&gt;password=pass&lt;BR /&gt;&lt;BR /&gt;And the following line has been added to /etc/fstab&lt;BR /&gt;&lt;BR /&gt;//server/user /home/user/windows cifs credentials=/home/user/.creds,_netdev,soft 0 0 &lt;BR /&gt;&lt;BR /&gt;I receive the following error message&lt;BR /&gt;mount error 13 = Permission denied&lt;BR /&gt;&lt;BR /&gt;I have also tried adding domain=domain to the .creds file but it still fails, can anybody show some light please&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 17:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-cifs-via-fstab/m-p/4527723#M38741</guid>
      <dc:creator>Nigel.S</dc:creator>
      <dc:date>2009-11-04T17:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting cifs via fstab</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-cifs-via-fstab/m-p/4527724#M38742</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Has this system joined the domain?&lt;BR /&gt;&lt;BR /&gt;If not, that could explain these issues.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 04 Nov 2009 21:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-cifs-via-fstab/m-p/4527724#M38742</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-11-04T21:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting cifs via fstab</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-cifs-via-fstab/m-p/4527725#M38743</link>
      <description>Hi Nigel,&lt;BR /&gt;Did you try this with selinux off. &lt;BR /&gt;&lt;BR /&gt;i suggest you to try this fstab entry with plain text username and password and see if it works so we can go to next level&lt;BR /&gt;&lt;BR /&gt;Good Luck...&lt;BR /&gt;NJ</description>
      <pubDate>Thu, 05 Nov 2009 04:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-cifs-via-fstab/m-p/4527725#M38743</guid>
      <dc:creator>Nuwan Alwis</dc:creator>
      <dc:date>2009-11-05T04:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting cifs via fstab</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-cifs-via-fstab/m-p/4527726#M38744</link>
      <description>i'm not a big fan myself of using cifs mountpoints directly in fstab, i use automounter for this. you should check it out as well.</description>
      <pubDate>Thu, 05 Nov 2009 08:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-cifs-via-fstab/m-p/4527726#M38744</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2009-11-05T08:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting cifs via fstab</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-cifs-via-fstab/m-p/4527727#M38745</link>
      <description>Hi SELinux is currently turned off.&lt;BR /&gt;&lt;BR /&gt;I can mount it using the fstab with the following line&lt;BR /&gt;&lt;BR /&gt;//server/user /home/user/windows cifs user=user,password=pass,_netdev,soft 0 0 &lt;BR /&gt;&lt;BR /&gt;However when I use the line below it still fails&lt;BR /&gt;&lt;BR /&gt;//server/user /home/user/windows cifs credentials=/home/user/.creds,_netdev,soft 0 0 &lt;BR /&gt;&lt;BR /&gt;The user owns /home/user/.creds &lt;BR /&gt;&lt;BR /&gt;But I still recieve mount error 13 = Permission denied, any more ideas out there?</description>
      <pubDate>Thu, 05 Nov 2009 17:22:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-cifs-via-fstab/m-p/4527727#M38745</guid>
      <dc:creator>Nigel.S</dc:creator>
      <dc:date>2009-11-05T17:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting cifs via fstab</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-cifs-via-fstab/m-p/4527728#M38746</link>
      <description>Hi,&lt;BR /&gt;did you try this with root account's username and password. This seems to me a pure rights issue.&lt;BR /&gt;&lt;BR /&gt;Good Luck...!&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Nov 2009 03:29:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-cifs-via-fstab/m-p/4527728#M38746</guid>
      <dc:creator>Nuwan Alwis</dc:creator>
      <dc:date>2009-11-06T03:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting cifs via fstab</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-cifs-via-fstab/m-p/4527729#M38747</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I was able to resolve the issue by just deleting the file and recreating it.  Is it a known bug in the latest version of the samba client for x86_64 where the credentials file is not parsed corectly.  If you use a hex editor you will be able to see an extra character before the last character in the password.&lt;BR /&gt;&lt;BR /&gt;Hope this helps somebody else</description>
      <pubDate>Thu, 19 Nov 2009 09:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-cifs-via-fstab/m-p/4527729#M38747</guid>
      <dc:creator>Nigel.S</dc:creator>
      <dc:date>2009-11-19T09:16:57Z</dc:date>
    </item>
  </channel>
</rss>

