<?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: automatically mount file system when Hp-ux startup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-mount-file-system-when-hp-ux-startup/m-p/2885389#M101844</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you have to add this filesystem mount into /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin</description>
    <pubDate>Mon, 20 Jan 2003 08:14:34 GMT</pubDate>
    <dc:creator>Armin Feller</dc:creator>
    <dc:date>2003-01-20T08:14:34Z</dc:date>
    <item>
      <title>automatically mount file system when Hp-ux startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-mount-file-system-when-hp-ux-startup/m-p/2885388#M101843</link>
      <description>I want to mount a directory(/var/source) to another one(/target), I put /var/source in /etc/exports, and mount /var/source /target. how can the system automatically mount it when system restart? thanks.</description>
      <pubDate>Mon, 20 Jan 2003 08:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-mount-file-system-when-hp-ux-startup/m-p/2885388#M101843</guid>
      <dc:creator>Steven Lee_9</dc:creator>
      <dc:date>2003-01-20T08:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: automatically mount file system when Hp-ux startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-mount-file-system-when-hp-ux-startup/m-p/2885389#M101844</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you have to add this filesystem mount into /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin</description>
      <pubDate>Mon, 20 Jan 2003 08:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-mount-file-system-when-hp-ux-startup/m-p/2885389#M101844</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-01-20T08:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: automatically mount file system when Hp-ux startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-mount-file-system-when-hp-ux-startup/m-p/2885390#M101845</link>
      <description>once you have mounted your filesystem the way you want (via the mount command) you can edit your /etc/fstab either by hand which can introduce errors or via:&lt;BR /&gt;mount -p &amp;gt; /etc/fstab&lt;BR /&gt;&lt;BR /&gt;The mount -p formats the mount output in a format valid for the fstab.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Mon, 20 Jan 2003 08:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-mount-file-system-when-hp-ux-startup/m-p/2885390#M101845</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2003-01-20T08:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: automatically mount file system when Hp-ux startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-mount-file-system-when-hp-ux-startup/m-p/2885391#M101846</link>
      <description>/etc/exports is for nfs filesystems on your server you want to mount on remote servers.&lt;BR /&gt;&lt;BR /&gt;To mount remote server filesystems on your server automatically add it into /etc/fstab&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2003 08:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-mount-file-system-when-hp-ux-startup/m-p/2885391#M101846</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-01-20T08:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: automatically mount file system when Hp-ux startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-mount-file-system-when-hp-ux-startup/m-p/2885392#M101847</link>
      <description>After you have put /var/source in /etc/exports this will export the file system when the system comeup. Then you need to add the line in /etc/fstab like&lt;BR /&gt;&lt;SYSTEM name=""&gt;:/var/source /target &lt;BR /&gt;&lt;BR /&gt;this will mount the directory when the system comes up.&lt;BR /&gt;Remember this is nfs mount so you should have NFSSERVER and NFSCLIENT set to 1 in /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev&lt;/SYSTEM&gt;</description>
      <pubDate>Mon, 20 Jan 2003 08:52:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-mount-file-system-when-hp-ux-startup/m-p/2885392#M101847</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-01-20T08:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: automatically mount file system when Hp-ux startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-mount-file-system-when-hp-ux-startup/m-p/2885393#M101848</link>
      <description>Make entry like &lt;BR /&gt;&lt;BR /&gt;&lt;IP-ADDRESS&gt;:/xxx /yyy nfs rw,suid,soft 0 2&lt;BR /&gt;&lt;BR /&gt;xxx---&amp;gt;shared dir&lt;BR /&gt;/yyy--&amp;gt;nfs client mount point&lt;BR /&gt;&lt;BR /&gt;specify soft mount option for the mount as the number of retries is limited so that when the remote machine is not available the mount is ignored.&lt;BR /&gt;&lt;BR /&gt;If the mount option is hard the system tries to reach the remote machine until it can reach it.&lt;BR /&gt;&lt;BR /&gt;&lt;/IP-ADDRESS&gt;</description>
      <pubDate>Mon, 20 Jan 2003 09:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-mount-file-system-when-hp-ux-startup/m-p/2885393#M101848</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-01-20T09:40:51Z</dc:date>
    </item>
  </channel>
</rss>

