<?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: Export file system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/export-file-system/m-p/2842915#M91569</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;make an entry of the file system to be exported in /etc/exports in a seperate line&lt;BR /&gt;&lt;BR /&gt;#exportfs -a&lt;BR /&gt;#exportfs&lt;BR /&gt;will show you the exportable file system&lt;BR /&gt;&lt;BR /&gt;Make sure NFS daemons are running both at server as well at client&lt;BR /&gt;&lt;BR /&gt;At the client side&lt;BR /&gt;#mount &lt;IP of="" the="" server=""&gt;:/&lt;FILE syetm=""&gt; /&lt;MOUNT point=""&gt;&lt;BR /&gt;&lt;/MOUNT&gt;&lt;/FILE&gt;&lt;/IP&gt;</description>
    <pubDate>Tue, 12 Nov 2002 09:36:37 GMT</pubDate>
    <dc:creator>Ravi_8</dc:creator>
    <dc:date>2002-11-12T09:36:37Z</dc:date>
    <item>
      <title>Export file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-file-system/m-p/2842911#M91565</link>
      <description>How could I export my filesystem to remote server..and my remote server how to mount the rfile system ? Please advice.</description>
      <pubDate>Tue, 12 Nov 2002 09:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-file-system/m-p/2842911#M91565</guid>
      <dc:creator>Kenn Chen_1</dc:creator>
      <dc:date>2002-11-12T09:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Export file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-file-system/m-p/2842912#M91566</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use samba ... to share a filesystem...other users can mount the fs and can access the directories</description>
      <pubDate>Tue, 12 Nov 2002 09:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-file-system/m-p/2842912#M91566</guid>
      <dc:creator>Elif Gius</dc:creator>
      <dc:date>2002-11-12T09:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Export file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-file-system/m-p/2842913#M91567</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The following steps are necessary to mount Filesystems via NFS:&lt;BR /&gt;&lt;BR /&gt;Situation machine a has a directory and machine b wants to mount it:&lt;BR /&gt;&lt;BR /&gt;on machine a:&lt;BR /&gt;&lt;BR /&gt;- in /etc/rc.config.d/nfsconf NFS_SERVER=1&lt;BR /&gt;- /sbin/init.d/nfs.server start&lt;BR /&gt;- Filesystem in /etc/exports&lt;BR /&gt;- exportfs -a&lt;BR /&gt;&lt;BR /&gt;on machine b:&lt;BR /&gt;&lt;BR /&gt;- in /etc/rc.config.d/nfsconf NFS_CLIENT=1&lt;BR /&gt;- /sbin/init.d/nfs.client start&lt;BR /&gt;- mkdir /nfs_mountpoint&lt;BR /&gt;- mount&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 12 Nov 2002 09:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-file-system/m-p/2842913#M91567</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2002-11-12T09:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Export file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-file-system/m-p/2842914#M91568</link>
      <description>You can also use nfs&lt;BR /&gt;&lt;BR /&gt;vi /etc/exports&lt;BR /&gt;&lt;BR /&gt;&lt;FILE-SYSTEM name=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If this is the first time you are using the server for NFS then &lt;BR /&gt;/etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;make sure that NFS_SERVER=1&lt;BR /&gt;&lt;BR /&gt;Then do a &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.server stop&lt;BR /&gt;/sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt;do a exportfs and check the file system shared&lt;BR /&gt;#exportfs&lt;BR /&gt;On the client &lt;BR /&gt;&lt;BR /&gt;#mount &lt;SERVERIP&gt;:&lt;FILE-SYSTEM&gt; /&lt;LOCAL-MOUNT-POINT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/LOCAL-MOUNT-POINT&gt;&lt;/FILE-SYSTEM&gt;&lt;/SERVERIP&gt;&lt;/FILE-SYSTEM&gt;</description>
      <pubDate>Tue, 12 Nov 2002 09:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-file-system/m-p/2842914#M91568</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-11-12T09:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Export file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-file-system/m-p/2842915#M91569</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;make an entry of the file system to be exported in /etc/exports in a seperate line&lt;BR /&gt;&lt;BR /&gt;#exportfs -a&lt;BR /&gt;#exportfs&lt;BR /&gt;will show you the exportable file system&lt;BR /&gt;&lt;BR /&gt;Make sure NFS daemons are running both at server as well at client&lt;BR /&gt;&lt;BR /&gt;At the client side&lt;BR /&gt;#mount &lt;IP of="" the="" server=""&gt;:/&lt;FILE syetm=""&gt; /&lt;MOUNT point=""&gt;&lt;BR /&gt;&lt;/MOUNT&gt;&lt;/FILE&gt;&lt;/IP&gt;</description>
      <pubDate>Tue, 12 Nov 2002 09:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-file-system/m-p/2842915#M91569</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-11-12T09:36:37Z</dc:date>
    </item>
  </channel>
</rss>

