<?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: Samba question ( sort of ?) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024368#M76044</link>
    <description>I understand ron.&lt;BR /&gt;&lt;BR /&gt;Take the mount requests out of /etc/fstab&lt;BR /&gt;&lt;BR /&gt;Write a little script that runs the cifs mounts.&lt;BR /&gt;&lt;BR /&gt;Make it the last item in Run Level 2.&lt;BR /&gt;&lt;BR /&gt;Example&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/mountcifs # runs the mount requests.&lt;BR /&gt;&lt;BR /&gt;ln -s /sbin/init.d/mountcifs /sbin/rc2.d/S995mountcifs&lt;BR /&gt;&lt;BR /&gt;Have the Kill link at run level 1.&lt;BR /&gt;&lt;BR /&gt;Because CIFS uses the network, it can't mount before the network.&lt;BR /&gt;&lt;BR /&gt;Though now that I think of it, nfs doesn't have this problem.  Perhaps the nfs.client script reads through /etc/fstab and does the mounts itself.&lt;BR /&gt;&lt;BR /&gt;You are making me think Ron. .... &lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 15 Jul 2003 17:03:12 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-07-15T17:03:12Z</dc:date>
    <item>
      <title>Samba question ( sort of ?)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024365#M76041</link>
      <description>Hello - I know this is the Linux forum, but I figured most of the Linux folks know samba as well as any.&lt;BR /&gt;&lt;BR /&gt;I have an HP-UX samba server with a share setup.&lt;BR /&gt;&lt;BR /&gt;I can access it via a WIN 2K client, however when I automatically try to mount it a startup bat file the network isn't quite ready enough to mount the drive.&lt;BR /&gt;&lt;BR /&gt;Does anyone have any tricks or suggestions to time this correctly?&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jul 2003 15:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024365#M76041</guid>
      <dc:creator>Krishna Prasad</dc:creator>
      <dc:date>2003-07-15T15:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Samba question ( sort of ?)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024366#M76042</link>
      <description>I use CIFS/9000 on HP-UX and Samba on Linux, pretty much the same way.&lt;BR /&gt;&lt;BR /&gt;I set up my W2K client to connect to share as follows:&lt;BR /&gt;&lt;BR /&gt;search for the Samba box in network neighborhood.&lt;BR /&gt;&lt;BR /&gt;I click in(I am challenged for a user id and password), right mouse on the share I want, choose map network drive.  I click the box that says connect at logon.&lt;BR /&gt;&lt;BR /&gt;Pretty much I'm done.&lt;BR /&gt;&lt;BR /&gt;Something that causes some issues is if the Linux box isn't fully integrated into the network, or initial setup.&lt;BR /&gt;&lt;BR /&gt;smbpasswd -a &lt;USERNAME&gt; &lt;PASSWORD&gt; has to be done on the Linux box for the account you've set up for access to the shares.&lt;BR /&gt;&lt;BR /&gt;Then unix permissions control the level of access based on username.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;I&lt;/PASSWORD&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Tue, 15 Jul 2003 15:32:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024366#M76042</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-15T15:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Samba question ( sort of ?)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024367#M76043</link>
      <description>My HP-UX box is my samba server and I use CIFS when I need HP-UX as a client.&lt;BR /&gt;&lt;BR /&gt;I have tried the reconnect at reboot option and it always fails on reboot. I think it has something to do with the timing of the network services availability. ( Error message says Network path not found. ) &lt;BR /&gt;&lt;BR /&gt;When the machine finishes booting I can then map the share.&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jul 2003 16:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024367#M76043</guid>
      <dc:creator>Krishna Prasad</dc:creator>
      <dc:date>2003-07-15T16:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Samba question ( sort of ?)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024368#M76044</link>
      <description>I understand ron.&lt;BR /&gt;&lt;BR /&gt;Take the mount requests out of /etc/fstab&lt;BR /&gt;&lt;BR /&gt;Write a little script that runs the cifs mounts.&lt;BR /&gt;&lt;BR /&gt;Make it the last item in Run Level 2.&lt;BR /&gt;&lt;BR /&gt;Example&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/mountcifs # runs the mount requests.&lt;BR /&gt;&lt;BR /&gt;ln -s /sbin/init.d/mountcifs /sbin/rc2.d/S995mountcifs&lt;BR /&gt;&lt;BR /&gt;Have the Kill link at run level 1.&lt;BR /&gt;&lt;BR /&gt;Because CIFS uses the network, it can't mount before the network.&lt;BR /&gt;&lt;BR /&gt;Though now that I think of it, nfs doesn't have this problem.  Perhaps the nfs.client script reads through /etc/fstab and does the mounts itself.&lt;BR /&gt;&lt;BR /&gt;You are making me think Ron. .... &lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 15 Jul 2003 17:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024368#M76044</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-15T17:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Samba question ( sort of ?)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024369#M76045</link>
      <description>You are 100% when working with a HP-UX client.&lt;BR /&gt;My problem is when automatically mounting/map on a Windows 2K client.&lt;BR /&gt;&lt;BR /&gt;The PC attaches to Novel and can map Novell share fine. However when I map my samba drive it fails. When it finishes booting it is fine.&lt;BR /&gt;&lt;BR /&gt;I will try to do a generic loop in my .bat file to keep trying the mount/map. The goal is to have this happen automatic.&lt;BR /&gt;&lt;BR /&gt;WIN 2K also fails when I try the reconnect on reboot.</description>
      <pubDate>Tue, 15 Jul 2003 18:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024369#M76045</guid>
      <dc:creator>Krishna Prasad</dc:creator>
      <dc:date>2003-07-15T18:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Samba question ( sort of ?)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024370#M76046</link>
      <description>This problem usually occurs when the server is not fully integrated from the samba standpoint into the network.&lt;BR /&gt;&lt;BR /&gt;Add a user account for each Unix machine to the Primary Domain Controller and see if that helps. I do this at home and work.  I am challenged for a passowrd, but its still working.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 15 Jul 2003 19:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024370#M76046</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-15T19:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Samba question ( sort of ?)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024371#M76047</link>
      <description>It doesn't log into a Windows Domain. It logs into the local PC and Novell. I am testing on my pc 2K client. I will be mounting the shares on a Windows 2K server and need to have the shares mapped without any password prompts.&lt;BR /&gt;&lt;BR /&gt;I should be able to add the Unix/Samba server to the Domain on the Windows 2K server when I begin testing on the Server.&lt;BR /&gt;&lt;BR /&gt;I am currently using the user guest.&lt;BR /&gt;I know I have the correct security settings becuase once my pc is completed booted I have no trouble mounting the shares without being prompted for a password.</description>
      <pubDate>Wed, 16 Jul 2003 12:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024371#M76047</guid>
      <dc:creator>Krishna Prasad</dc:creator>
      <dc:date>2003-07-16T12:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Samba question ( sort of ?)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024372#M76048</link>
      <description>Is your w2k in the same 'workgroup' as the one defined in your smb.conf ?&lt;BR /&gt;&lt;BR /&gt;Also, did you configure your .bat file as your user's logon script, or did you put it in the 'Startup' folder ? We map all our HPUX samba shares through our logonscripts, without many problems.&lt;BR /&gt;&lt;BR /&gt;Also make sure nmbd is running on your server, I suspect w2k from caching a whole lot, so who knows..</description>
      <pubDate>Wed, 23 Jul 2003 20:49:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024372#M76048</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2003-07-23T20:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Samba question ( sort of ?)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024373#M76049</link>
      <description>&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6c229607df6ed711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6c229607df6ed711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That post has two links with documents that might help.&lt;BR /&gt;&lt;BR /&gt;Still pretty thin.&lt;BR /&gt;&lt;BR /&gt;This is a toughie.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 23 Jul 2003 21:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024373#M76049</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-23T21:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Samba question ( sort of ?)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024374#M76050</link>
      <description>I have solved my problem by using the /PERSISTENT:NO flag on the net use command to get around Windows 2K automatically trying a reconnect before all the network options are available.&lt;BR /&gt;&lt;BR /&gt;I put a .bat file in the startup for the user that does a net use command. Then checks if the drive is there, if not do a little loop and try again.&lt;BR /&gt;&lt;BR /&gt;It also helped putting a hosts file on the 2K server with entries to the samba servers.</description>
      <pubDate>Fri, 25 Jul 2003 11:59:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-question-sort-of/m-p/3024374#M76050</guid>
      <dc:creator>Krishna Prasad</dc:creator>
      <dc:date>2003-07-25T11:59:45Z</dc:date>
    </item>
  </channel>
</rss>

