<?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 NTFS on HPUX machine in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162063#M456491</link>
    <description>it's working now..Thanks to all for your quick responce.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;srinu.</description>
    <pubDate>Mon, 09 Mar 2009 13:10:12 GMT</pubDate>
    <dc:creator>vas_3</dc:creator>
    <dc:date>2009-03-09T13:10:12Z</dc:date>
    <item>
      <title>Mounting NTFS on HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162054#M456482</link>
      <description>Hi ALL,&lt;BR /&gt;&lt;BR /&gt;I have two questions.&lt;BR /&gt;&lt;BR /&gt;1.Is it possible to mount windows filesystem(NTFS) to HPUX machine?.&lt;BR /&gt;2.If we mount that any problem will come in future?.&lt;BR /&gt;&lt;BR /&gt;This is project requirement.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sri.</description>
      <pubDate>Mon, 09 Mar 2009 08:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162054#M456482</guid>
      <dc:creator>vas_3</dc:creator>
      <dc:date>2009-03-09T08:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS on HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162055#M456483</link>
      <description>Bonjour vas,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Use CIFS Client. It is an HP-UX Product, free of charge. Got not problem with it.&lt;BR /&gt;&lt;BR /&gt;See &lt;A href="http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA" target="_blank"&gt;http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Mon, 09 Mar 2009 08:11:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162055#M456483</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2009-03-09T08:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS on HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162056#M456484</link>
      <description>&lt;BR /&gt;SAMBA server configuration:&lt;BR /&gt; &lt;BR /&gt;Install samba server bundle&lt;BR /&gt; &lt;BR /&gt;1.edit the samba startup configuration file.&lt;BR /&gt; &lt;BR /&gt;#vi /etc/rc.config.d/samba&lt;BR /&gt; &lt;BR /&gt;   RUN_SAMBA=1&lt;BR /&gt; &lt;BR /&gt;2.edit the samba application configuration file.&lt;BR /&gt; &lt;BR /&gt;#vi /etc/opt/samba/smb.conf&lt;BR /&gt; &lt;BR /&gt;(Global)  &lt;BR /&gt;netbios name = hostname                       (local host name)&lt;BR /&gt;workgroup = workgroup                         (workgroup name)&lt;BR /&gt;server string = "samba server"                (will be shown for windows clients)&lt;BR /&gt;host allow = 128.1 or give the allowed host names&lt;BR /&gt;security = user&lt;BR /&gt;encrypt password = yes&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;HOME&gt;&lt;BR /&gt;comment = homes directories&lt;BR /&gt;writable = yes&lt;BR /&gt;browsable = yes&lt;BR /&gt; &lt;BR /&gt;3./opt/samba/bin/testparm&lt;BR /&gt; &lt;BR /&gt;4. create a password file&lt;BR /&gt; &lt;BR /&gt;  #touch /var/opt/samba/private/smbpasswd&lt;BR /&gt;  #chmod 500 /var/opt/samba/private&lt;BR /&gt;  #chmod 600 /var/opt/samba/private/smbpasswd&lt;BR /&gt; &lt;BR /&gt;5./opt/samba/bin/smbpasswd -a username&lt;BR /&gt; &lt;BR /&gt;6./sbin/init.d/samba start  &lt;BR /&gt; &lt;BR /&gt;7.use the samba client utility to veriry that your windows domain/workgroup configured properly.&lt;BR /&gt; &lt;BR /&gt;  /opt/samba/bin/smbclient -L localhost -U%&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Client configuration for windows:&lt;BR /&gt; &lt;BR /&gt;Install client bundle&lt;BR /&gt; &lt;BR /&gt;1./etc/opt/cifsclient/cifsclient.cfg&lt;BR /&gt; &lt;BR /&gt;  Domain="workgroup"&lt;BR /&gt;  &lt;BR /&gt;2./etc/rc.config.d/cifsclient&lt;BR /&gt;  RUN_CLIENT=1&lt;BR /&gt; &lt;BR /&gt;3./sbin/init.d/cifsclient start&lt;BR /&gt; &lt;BR /&gt;4.create mount directory&lt;BR /&gt; &lt;BR /&gt;5.edit /etc/fstab&lt;BR /&gt; &lt;BR /&gt;  server:/home   /home  cifs defaults 0 0 &lt;BR /&gt; &lt;BR /&gt;6. Mount -aF cifs&lt;BR /&gt; &lt;BR /&gt;7./opt/cifsclient/bin/cifslogin server username&lt;BR /&gt; &lt;BR /&gt;8.cifslist -A  --&amp;gt; list the cifs shares.&lt;BR /&gt; &lt;BR /&gt;9./opt/cifsclient/bin/cifslogout server&lt;BR /&gt; &lt;BR /&gt;10.umount -aF cifs&lt;BR /&gt;  &lt;BR /&gt;Also please refer to the following links for detailed information on configuring samba server.&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B8725-90021/ch01s05.html" target="_blank"&gt;http://docs.hp.com/en/B8725-90021/ch01s05.html&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B8725-90021/index.html" target="_blank"&gt;http://www.docs.hp.com/en/B8725-90021/index.html&lt;/A&gt;&lt;BR /&gt;&lt;/HOME&gt;</description>
      <pubDate>Mon, 09 Mar 2009 08:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162056#M456484</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-09T08:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS on HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162057#M456485</link>
      <description>Mounting Windows directories into unix system:&lt;BR /&gt;&lt;BR /&gt;1. Share the directories in windows system.&lt;BR /&gt;2. Install the â  CIFS CLIENTâ   bundle into the hpunix system.&lt;BR /&gt;3. configure client part as explained above&lt;BR /&gt;4. use the following command to mount the windows directories into hpunix system.&lt;BR /&gt;#cifsmount   //windows system name/shared directory      mountpoint   -U administrator    -P password &lt;BR /&gt;#cifsmount   //windows system name/shared directory      mountpoint   -U administrator    -S &lt;BR /&gt;      #cifsmount //windows_server/sharename /unix/mount -U windows_username&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Mar 2009 08:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162057#M456485</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-09T08:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS on HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162058#M456486</link>
      <description>"I have assigned points to   10  of   28  responses to  my questions."&lt;BR /&gt;&lt;BR /&gt;Please assign point to your thread..&lt;BR /&gt;The way of telling thanks for the answers</description>
      <pubDate>Mon, 09 Mar 2009 08:17:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162058#M456486</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-09T08:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS on HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162059#M456487</link>
      <description>A little thing to add to the complete "howto" from Avinash : you can also administer samba (formly CIFS), through a browser by pointing tcp port 901. This http interface is known as SWAT (Samba Web Administration Tool)&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Mon, 09 Mar 2009 08:27:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162059#M456487</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2009-03-09T08:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS on HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162060#M456488</link>
      <description>if your goal is to use ntfs disks directly mounted on hpux , no it is not possible.&lt;BR /&gt;An other solutions could be using IntegrityVM,&lt;BR /&gt;and have a linux VM which mounts the FS and share it using samba.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Mar 2009 09:37:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162060#M456488</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2009-03-09T09:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS on HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162061#M456489</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your quick reply..&lt;BR /&gt;&lt;BR /&gt;I have tried with above configuration.gettting below error...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#cifsmount //165.114.39.193/d/ /cifs -U administrator&lt;BR /&gt;administrator's password on 165.114.39.193:&lt;BR /&gt;LOC: Netbios name lookup failure&lt;BR /&gt;LOC: Netbios name lookup failure&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Srinu.</description>
      <pubDate>Mon, 09 Mar 2009 11:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162061#M456489</guid>
      <dc:creator>vas_3</dc:creator>
      <dc:date>2009-03-09T11:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS on HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162062#M456490</link>
      <description>Hi Sri,&lt;BR /&gt;&lt;BR /&gt;This is a different problem, a name-to-ipaddress resolution problem. The easiest was to work around this (without having to analyze the problem), would be to specify the server's ipaddress on the command line with either "cifsmount" or "mount" (this requires at least cifs client A.02.02, so if you have not updated to this version, there's your incentive; this version also has manpages, which you may find easier to use than the Admin Guide).&lt;BR /&gt;&lt;BR /&gt;If you want to get a bit deeper into how name resolution works with the cifs client (so you can set things up so you don't have to specify the ipaddress as suggested above), have a look at pp. 37-38 here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B8724-90079/B8724-90079.pdf" target="_blank"&gt;http://www.docs.hp.com/en/B8724-90079/B8724-90079.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please post your results. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Mar 2009 11:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162062#M456490</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-03-09T11:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS on HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162063#M456491</link>
      <description>it's working now..Thanks to all for your quick responce.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;srinu.</description>
      <pubDate>Mon, 09 Mar 2009 13:10:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-ntfs-on-hpux-machine/m-p/5162063#M456491</guid>
      <dc:creator>vas_3</dc:creator>
      <dc:date>2009-03-09T13:10:12Z</dc:date>
    </item>
  </channel>
</rss>

