<?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 Mount options problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-options-problem/m-p/3420338#M204053</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Does anybody knows how to mount (in HPUX 11i) an HFS File system in syncronous mode?&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
    <pubDate>Thu, 11 Nov 2004 10:06:16 GMT</pubDate>
    <dc:creator>R.O.</dc:creator>
    <dc:date>2004-11-11T10:06:16Z</dc:date>
    <item>
      <title>Mount options problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-options-problem/m-p/3420338#M204053</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Does anybody knows how to mount (in HPUX 11i) an HFS File system in syncronous mode?&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Thu, 11 Nov 2004 10:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-options-problem/m-p/3420338#M204053</guid>
      <dc:creator>R.O.</dc:creator>
      <dc:date>2004-11-11T10:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mount options problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-options-problem/m-p/3420339#M204054</link>
      <description>I would think if the option is not listed in "man mount_hfs", then it is not available.&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Thu, 11 Nov 2004 10:11:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-options-problem/m-p/3420339#M204054</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2004-11-11T10:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mount options problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-options-problem/m-p/3420340#M204055</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;From man mount_hfs:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           -f             Force the file system to be mounted, even if the&lt;BR /&gt;                          file system clean flag indicates that the file&lt;BR /&gt;                          system should have fsck run on it before mounting&lt;BR /&gt;                          (see fsck(1M)).  This option is valid only on HFS&lt;BR /&gt;                          file systems.&lt;BR /&gt;&lt;BR /&gt;           -F hfs         Specify the HFS file system type (see fstyp(1M)).&lt;BR /&gt;&lt;BR /&gt;           -l             Limit actions to local file systems only.&lt;BR /&gt;&lt;BR /&gt;           -o specific_options&lt;BR /&gt;                          Specify options specific to the HFS file system&lt;BR /&gt;                          type.  specific_options is a list of comma&lt;BR /&gt;                          separated suboptions and/or keyword/attribute&lt;BR /&gt;                          pairs intended for the HFS specific module of the&lt;BR /&gt;                          command.&lt;BR /&gt;&lt;BR /&gt;                          The following specific_options are valid on HFS&lt;BR /&gt;                          file systems.&lt;BR /&gt;&lt;BR /&gt;                          defaults       Use all default options.  When&lt;BR /&gt;                                         given, this must be the only option&lt;BR /&gt;                                         specified.&lt;BR /&gt;&lt;BR /&gt;                          rw             Mount read-write (default).&lt;BR /&gt;&lt;BR /&gt;                          ro             Mount read-only.&lt;BR /&gt;&lt;BR /&gt;                          suid           Allow set-user-ID execution&lt;BR /&gt;                                         (default).&lt;BR /&gt;&lt;BR /&gt;                          nosuid         Do not allow set-user-ID execution.&lt;BR /&gt;&lt;BR /&gt;                          behind         Enable, where possible,&lt;BR /&gt;                                         asynchronous writes to disk.  This&lt;BR /&gt;                                         is the default on 700 systems.&lt;BR /&gt;&lt;BR /&gt;                          delayed        Enable delayed or buffered writes&lt;BR /&gt;                                         to disk.  This is the default on&lt;BR /&gt;                                         800 systems.&lt;BR /&gt;&lt;BR /&gt;                          fs_async       Enable relaxed posting of file&lt;BR /&gt;                                         system metadata.&lt;BR /&gt;&lt;BR /&gt;                          no_fs_async    Enable rigorous posting of file&lt;BR /&gt;                                         system metadata.  This is the&lt;BR /&gt;                                         default.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But, when i try some of the options:&lt;BR /&gt;&lt;BR /&gt;hostname:/#mount -F hfs -o fs_async /dev/vg01 /filesys1&lt;BR /&gt;mount: illegal file system specific option fs_async&lt;BR /&gt;usage:  mount [-l][-v|-p]&lt;BR /&gt;        mount [-F FStype][-eQ] -a&lt;BR /&gt;        mount [-F FStype][-eQrV][-o specific_options]&lt;BR /&gt;                { special | directory }&lt;BR /&gt;        mount [-F FStype][-eQrV][-o specific_options]&lt;BR /&gt;                special directory&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Thu, 11 Nov 2004 10:49:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-options-problem/m-p/3420340#M204055</guid>
      <dc:creator>R.O.</dc:creator>
      <dc:date>2004-11-11T10:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mount options problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-options-problem/m-p/3420341#M204056</link>
      <description>Synchronous i/o operations are not a function of mount options but rather of opening the file with eith the O_SYNC, O_DSYNC, and/or O_RSYNC bits asserted. Under hfs, you don't have the additional level of control provided by the OnlineJFS options convosync=,mincache=. &lt;BR /&gt;</description>
      <pubDate>Thu, 11 Nov 2004 10:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-options-problem/m-p/3420341#M204056</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-11-11T10:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mount options problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-options-problem/m-p/3420342#M204057</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;So, to mount a VXFS FS with "sync" options (in redhat I do that simply typing "mount -o sync ..") what would be the command??&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Thu, 11 Nov 2004 11:02:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-options-problem/m-p/3420342#M204057</guid>
      <dc:creator>R.O.</dc:creator>
      <dc:date>2004-11-11T11:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mount options problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-options-problem/m-p/3420343#M204058</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you don't specify any 'convosync' options with mount command on vxfs, then the synchronous operations performed by your application/database are unaltered. &lt;BR /&gt;&lt;BR /&gt;If the application/database does asynchronous IO operations, altering them to look like synchronous doesn't serve any purpose as the processes don't care anyway.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 11 Nov 2004 11:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-options-problem/m-p/3420343#M204058</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-11T11:15:00Z</dc:date>
    </item>
  </channel>
</rss>

