<?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: HP-UX fs mounted on Linux?? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176737#M795462</link>
    <description>Yeah.. you're damn right!!!  I asked a stupid question... :S</description>
    <pubDate>Thu, 05 Feb 2004 13:52:23 GMT</pubDate>
    <dc:creator>Jonathan Caplette_1</dc:creator>
    <dc:date>2004-02-05T13:52:23Z</dc:date>
    <item>
      <title>HP-UX fs mounted on Linux??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176727#M795452</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;Does somebody know if I can mount and read a HP-UX hfs filesystem on a RedHat 9 (kernel 2.4.20) box??  &lt;BR /&gt;&lt;BR /&gt;I need to read some Magneto-Optical disks.  If somebody have a clue on how to mount to MO disks on Linux.. Let me know... ;)  But big question that I have is "Can I mount hfs (HP-UX) fs on a Linux box???"&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Jonathan</description>
      <pubDate>Wed, 28 Jan 2004 13:55:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176727#M795452</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2004-01-28T13:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX fs mounted on Linux??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176728#M795453</link>
      <description>Yes:&lt;BR /&gt;&lt;BR /&gt;On hp box as root&lt;BR /&gt;&lt;BR /&gt;vi /etc/exports&lt;BR /&gt;&lt;BR /&gt;# add the hfs filesystem to export example&lt;BR /&gt;&lt;BR /&gt;/hfsdata&lt;BR /&gt;&lt;BR /&gt;save the file&lt;BR /&gt;&lt;BR /&gt;exportfs -a -v&lt;BR /&gt;&lt;BR /&gt;On Linux, you merely need to mount the target filesystem as a nfs fs.&lt;BR /&gt;&lt;BR /&gt;The particularities of HFS are handled on the HP-UX server.&lt;BR /&gt;&lt;BR /&gt;You need nfs client enabled on Linux which is the default, then its just a mount command&lt;BR /&gt;&lt;BR /&gt;mount hp_ux_hostname://hfsdata /hfsdata&lt;BR /&gt;&lt;BR /&gt;df -h will show the filesystem as available.&lt;BR /&gt;&lt;BR /&gt;I'm attaching a real /etc/exports file as an example to you of the hpux stuff&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 28 Jan 2004 14:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176728#M795453</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-28T14:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX fs mounted on Linux??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176729#M795454</link>
      <description>Jonathan,&lt;BR /&gt;&lt;BR /&gt;I have no idea whether MO disk would make any difference or not.  We routinely mount HP-UX file systems on Linux via NFS, if that's any help.  Obviously NFS needs to be running on both, the file system in question needs to be exported from the HP box, then the Linux box should be able to mount it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 28 Jan 2004 14:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176729#M795454</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-01-28T14:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX fs mounted on Linux??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176730#M795455</link>
      <description>Jonathan,&lt;BR /&gt;&lt;BR /&gt;Your HP system has to be set up as an NFS server.  Make sure that in /etc/rc.config.d/nfsconf (for most versions) that the correct variable is set (I think it's NFS_SERVER=1 -- or something very similar).&lt;BR /&gt;&lt;BR /&gt;If NFS has not previously been started on your HP, then after you change the above file, you'll need to (as root):&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.core start&lt;BR /&gt;/sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt;Once the NFS server processes are running on the HP server, exportfs -a -v can be run.&lt;BR /&gt;&lt;BR /&gt;You may run into interest permissions/ownership issues with the fact that this is done via NFS.  Running NIS (Network Information Service) could help but takes work to implement.  Other helps are various mount and export options (on Linux and HP-UX respectively) and manually editing the UIDs in the /etc/passwd files or changing file ownership.&lt;BR /&gt;&lt;BR /&gt;Mic&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2004 14:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176730#M795455</guid>
      <dc:creator>Mic V.</dc:creator>
      <dc:date>2004-01-28T14:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX fs mounted on Linux??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176731#M795456</link>
      <description>thanks guys... But he nfs solution is not what I'm looking for!!&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2004 15:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176731#M795456</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2004-01-28T15:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX fs mounted on Linux??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176732#M795457</link>
      <description>Hi Jonathan,&lt;BR /&gt;&lt;BR /&gt;Yes RedHat-9 does support HFS - see the following:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://rpmfind.net/linux/RPM/redhat/9/i386/lib_modules_2.4.20-8_kernel_fs_hfs_Tree.html" target="_blank"&gt;http://rpmfind.net/linux/RPM/redhat/9/i386/lib_modules_2.4.20-8_kernel_fs_hfs_Tree.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Now it's just a matter of getting the MO drive to work with RedHat-9. Unfortunately google searches for that reurn nothing.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 28 Jan 2004 15:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176732#M795457</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-01-28T15:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX fs mounted on Linux??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176733#M795458</link>
      <description>I don't think that the HFS mentioned in the Linux docs is the same as the HFS used by HP-UX. HFS (hierarchical file system) is used by Macs. HP's HFS is different. &lt;BR /&gt;&lt;BR /&gt;I have a similar scenario with a zx6000 that can dual boot between Linux (RH AS 2.1) and HP-UX 11.23.  There is no native filesystem that I have found that is shared between the two.  There is some promise that Veritas will work between the two, but that is speculation and costs money to find out if it will work.   As it  is, I can't access any of the other OS's filesystems from HP-UX or Linux on this box.</description>
      <pubDate>Thu, 29 Jan 2004 09:13:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176733#M795458</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2004-01-29T09:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX fs mounted on Linux??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176734#M795459</link>
      <description>&lt;BR /&gt;I beleive that the HFS in linux refers to the Apple Mac version; HP has it's own version of HFS.....&lt;BR /&gt;&lt;BR /&gt;Just in case you access HP HFS media, you would treat them just like another hard drive and the mount command may look like:&lt;BR /&gt;&lt;BR /&gt;mount -v -r -t hfs /dev/scd0 /mnt/optical&lt;BR /&gt;&lt;BR /&gt;where /mnt/optical is a blank directory and using a SCSI MO drive....</description>
      <pubDate>Thu, 29 Jan 2004 09:20:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176734#M795459</guid>
      <dc:creator>Craig Smith_13</dc:creator>
      <dc:date>2004-01-29T09:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX fs mounted on Linux??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176735#M795460</link>
      <description>Guys, I tried everything you said... and I really do believe now that I will need to get HP-UX box to read those MO.... &lt;BR /&gt;&lt;BR /&gt;Can I read an HFS fs on a 11i box???</description>
      <pubDate>Thu, 05 Feb 2004 13:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176735#M795460</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2004-02-05T13:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX fs mounted on Linux??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176736#M795461</link>
      <description>Jonathan,&lt;BR /&gt;&lt;BR /&gt;Absolutely - in fact /stand is (and has to be) an HFS filesystem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 05 Feb 2004 13:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176736#M795461</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-02-05T13:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX fs mounted on Linux??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176737#M795462</link>
      <description>Yeah.. you're damn right!!!  I asked a stupid question... :S</description>
      <pubDate>Thu, 05 Feb 2004 13:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176737#M795462</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2004-02-05T13:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX fs mounted on Linux??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176738#M795463</link>
      <description>Just some background: HP's HFS is also known as the High Performance Filesystem designed by Marshall McKusick. It is a unique design that does not become fragmented like classic bottom-up file growth designs. As far as compatibility, the front-end of the filesystem is the most difficult to make compatible. Some opsystems (like HP-UX) might use a volume manager like LVM which places unique data elements prior to the beginning of the filesystem. HP-UX can create filesystems on whole disks which eliminates most of that incompatibility, but there is no assurance (read: design and testing) that HP's implementation of the McKusick filesystem is portable to other opsystems. &lt;BR /&gt; &lt;BR /&gt;The same can be said for other opsystems and their methods for handling disk layouts. It's possible that a Veritas volume manager layout on a single MO platter might play OK on another opsystem but I don't think a lot of testing goes into this type of portability.</description>
      <pubDate>Thu, 05 Feb 2004 14:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-fs-mounted-on-linux/m-p/3176738#M795463</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-02-05T14:18:23Z</dc:date>
    </item>
  </channel>
</rss>

