<?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: How to Mount a Remote Linux System Drive to a HP-UX system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-a-remote-linux-system-drive-to-a-hp-ux-system/m-p/3924227#M286469</link>
    <description>hi Eric,&lt;BR /&gt;&lt;BR /&gt;you can also enter the following line in your fstab:&lt;BR /&gt;&lt;BR /&gt;&lt;YOURLINUXSERVER.MU&gt;:/d01 /mnt/linuxserver nfs rw,suid 0 0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;where &lt;YOURLINUXSERVER.MU&gt; is the IP address or alternatively the hostname of your linux server - assuming it is already in the /etc/hosts.&lt;BR /&gt;&lt;BR /&gt;/d01 is the file system that you are trying to mount&lt;BR /&gt;&lt;BR /&gt;/mnt/linuxserver is the mount point which should be a valid directory existing before the mount command.&lt;BR /&gt;&lt;BR /&gt;to mount the remote file system you can then just run the following command:&lt;BR /&gt;mount /mnt/linuxserver&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;/YOURLINUXSERVER.MU&gt;&lt;/YOURLINUXSERVER.MU&gt;</description>
    <pubDate>Thu, 11 Jan 2007 03:47:24 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2007-01-11T03:47:24Z</dc:date>
    <item>
      <title>How to Mount a Remote Linux System Drive to a HP-UX system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-a-remote-linux-system-drive-to-a-hp-ux-system/m-p/3924221#M286463</link>
      <description>Can anyone assist me in finding the correct command and syntax to mount an external Linux system drive onto a HP-UX system? Thank you.</description>
      <pubDate>Wed, 10 Jan 2007 15:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-a-remote-linux-system-drive-to-a-hp-ux-system/m-p/3924221#M286463</guid>
      <dc:creator>Eric Scherer</dc:creator>
      <dc:date>2007-01-10T15:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Mount a Remote Linux System Drive to a HP-UX system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-a-remote-linux-system-drive-to-a-hp-ux-system/m-p/3924222#M286464</link>
      <description>Eric,&lt;BR /&gt;&lt;BR /&gt;You can mount using NFS, export the linux drive/filesystem and mount the drive/filesystem on hpux.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;1. Mount the drive in a filesystem on Linux.&lt;BR /&gt;# mount /dev/cxtxdx /drive1&lt;BR /&gt;2. Export the /drive1 on Linux System.&lt;BR /&gt;&lt;BR /&gt;3. Create a mount directory on hp-ux system:&lt;BR /&gt;# mkdir /drive1&lt;BR /&gt;4. On hp-ux system:&lt;BR /&gt;# mount -F nfs linux:/drive1 /drive1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 10 Jan 2007 15:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-a-remote-linux-system-drive-to-a-hp-ux-system/m-p/3924222#M286464</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2007-01-10T15:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Mount a Remote Linux System Drive to a HP-UX system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-a-remote-linux-system-drive-to-a-hp-ux-system/m-p/3924223#M286465</link>
      <description>Eric,&lt;BR /&gt;&lt;BR /&gt;When you export the drive or filesystem on linux , you need to check in /etc/exports file,&lt;BR /&gt;&lt;BR /&gt;Also check this out,&lt;BR /&gt;&lt;A href="http://www.unixguide.net/unixguide.shtml" target="_blank"&gt;http://www.unixguide.net/unixguide.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 10 Jan 2007 16:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-a-remote-linux-system-drive-to-a-hp-ux-system/m-p/3924223#M286465</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2007-01-10T16:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Mount a Remote Linux System Drive to a HP-UX system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-a-remote-linux-system-drive-to-a-hp-ux-system/m-p/3924224#M286466</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Same as any other drive.&lt;BR /&gt;&lt;BR /&gt;You can make a samba share in linux and mount with cifsclient on HP-UX or use NFS.&lt;BR /&gt;&lt;BR /&gt;Just configure the Linux mountpoint in /etc/exports or smb.conf and restart the appropriate service.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 10 Jan 2007 16:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-a-remote-linux-system-drive-to-a-hp-ux-system/m-p/3924224#M286466</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-01-10T16:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Mount a Remote Linux System Drive to a HP-UX system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-a-remote-linux-system-drive-to-a-hp-ux-system/m-p/3924225#M286467</link>
      <description>if your talking about mounting a linux disk directly on an hpux system, that cannot be done.</description>
      <pubDate>Thu, 11 Jan 2007 01:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-a-remote-linux-system-drive-to-a-hp-ux-system/m-p/3924225#M286467</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2007-01-11T01:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Mount a Remote Linux System Drive to a HP-UX system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-a-remote-linux-system-drive-to-a-hp-ux-system/m-p/3924226#M286468</link>
      <description>Dear Sir,&lt;BR /&gt;&lt;BR /&gt;Possible ways if NfS export on linux server and mount it on hp.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;B.Ganesh</description>
      <pubDate>Thu, 11 Jan 2007 03:23:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-a-remote-linux-system-drive-to-a-hp-ux-system/m-p/3924226#M286468</guid>
      <dc:creator>Ganesh Balraman</dc:creator>
      <dc:date>2007-01-11T03:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Mount a Remote Linux System Drive to a HP-UX system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-a-remote-linux-system-drive-to-a-hp-ux-system/m-p/3924227#M286469</link>
      <description>hi Eric,&lt;BR /&gt;&lt;BR /&gt;you can also enter the following line in your fstab:&lt;BR /&gt;&lt;BR /&gt;&lt;YOURLINUXSERVER.MU&gt;:/d01 /mnt/linuxserver nfs rw,suid 0 0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;where &lt;YOURLINUXSERVER.MU&gt; is the IP address or alternatively the hostname of your linux server - assuming it is already in the /etc/hosts.&lt;BR /&gt;&lt;BR /&gt;/d01 is the file system that you are trying to mount&lt;BR /&gt;&lt;BR /&gt;/mnt/linuxserver is the mount point which should be a valid directory existing before the mount command.&lt;BR /&gt;&lt;BR /&gt;to mount the remote file system you can then just run the following command:&lt;BR /&gt;mount /mnt/linuxserver&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;/YOURLINUXSERVER.MU&gt;&lt;/YOURLINUXSERVER.MU&gt;</description>
      <pubDate>Thu, 11 Jan 2007 03:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-a-remote-linux-system-drive-to-a-hp-ux-system/m-p/3924227#M286469</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-01-11T03:47:24Z</dc:date>
    </item>
  </channel>
</rss>

