<?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: Strange file system problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846441#M394091</link>
    <description>Thanks</description>
    <pubDate>Thu, 05 May 2005 12:32:20 GMT</pubDate>
    <dc:creator>Mike_305</dc:creator>
    <dc:date>2005-05-05T12:32:20Z</dc:date>
    <item>
      <title>Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846421#M394071</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have a file system called /test/test.mc and the problem that I am running into is when I reboot the system this one file system doesn't get mounted automatically.  I can mount manually without any problems.  I can cut and past the entry from fstab and tested out the syntax on our test system to make sure it???s correct or not and it works fine on test system and the same syntax doesn???t work on my production system.&lt;BR /&gt;&lt;BR /&gt;Also, when I do mount ???v command it shows that it???s using ???log??? instead of ???delaylog???.&lt;BR /&gt;&lt;BR /&gt;Entry in fstab is as below:&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol1 /test/test.mc vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;And mount ???v reads:&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol1 on /test/test.mc type vxfs log on Sat Aug 24 11:53:3 8 2002&lt;BR /&gt;&lt;BR /&gt;If I do ???umount ???a??? all the file systems gets unmounted but ???mount ???a??? this one file system doesn???t get mounted.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 28 Aug 2002 21:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846421#M394071</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2002-08-28T21:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846422#M394072</link>
      <description>&lt;BR /&gt;Please post your entire fstab because I want to see when /test is mounted.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 28 Aug 2002 22:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846422#M394072</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-28T22:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846423#M394073</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt; What does lvdisplay -v /dev/vg01/lvol1 show?&lt;BR /&gt;&lt;BR /&gt;Do this before you manually mount.&lt;BR /&gt;&lt;BR /&gt;I'd suspect a problem with the LV. Maybe even something obscure like a dupe minor number. Check your /dev/vg* dirs thoroughly.&lt;BR /&gt;&lt;BR /&gt;Also check you /etc/lvmrc file in case it's excluding it.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 28 Aug 2002 22:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846423#M394073</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-08-28T22:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846424#M394074</link>
      <description>Hi Harry,&lt;BR /&gt;&lt;BR /&gt;Their is no /test mount point, when I created this file system, the way I did is in sam where is says mount point, I put /test/test.mc&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mike&lt;BR /&gt;&lt;BR /&gt;# System /etc/fstab file.  Static information about the file systems&lt;BR /&gt;# See fstab(4) and sam(1M) for further details on configuring devices.&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol4 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol5 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/lvol1 /test/test.mc vxfs rw,suid,nolargefiles,delaylog,dat&lt;BR /&gt;ainlog 0 2 # entry from irvfinua</description>
      <pubDate>Wed, 28 Aug 2002 22:29:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846424#M394074</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2002-08-28T22:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846425#M394075</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;/test exists, right?&lt;BR /&gt;&lt;BR /&gt;Also, the paste was just screwed up, the fstab file doesn't look like that at the end of the file does it?&lt;BR /&gt;&lt;BR /&gt;When you do a &lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vg01&lt;BR /&gt;&lt;BR /&gt;what does it return??&lt;BR /&gt;&lt;BR /&gt;what does&lt;BR /&gt;&lt;BR /&gt;ls -l /dev/vg01&lt;BR /&gt;&lt;BR /&gt;return ??&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Aug 2002 22:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846425#M394075</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-28T22:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846426#M394076</link>
      <description>Also include the output of:&lt;BR /&gt;&lt;BR /&gt;# fstyp -v /dev/vg01/lvol1</description>
      <pubDate>Wed, 28 Aug 2002 23:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846426#M394076</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-28T23:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846427#M394077</link>
      <description>Hi Mike:&lt;BR /&gt;&lt;BR /&gt;The 'delaylog' mount option requires the Online JFS license.  If you do not have this Online component, I would expect the mount operation to fail.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 29 Aug 2002 00:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846427#M394077</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-08-29T00:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846428#M394078</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;What's going on with this one??&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 29 Aug 2002 10:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846428#M394078</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-29T10:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846429#M394079</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Sorry Harry could not get back to you last night.&lt;BR /&gt;&lt;BR /&gt;I have other file system with the same type of setup, for example /test/ora and they mount fine, with out any problems.&lt;BR /&gt;&lt;BR /&gt;Michael - output from fstyp;&lt;BR /&gt;&lt;BR /&gt;# fstyp -v /dev/testvg/testmclv&lt;BR /&gt;vxfs&lt;BR /&gt;version: 3&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;f_frsize: 1024&lt;BR /&gt;f_blocks: 1024000&lt;BR /&gt;f_bfree: 1022643&lt;BR /&gt;f_bavail: 958728&lt;BR /&gt;f_files: 255692&lt;BR /&gt;f_ffree: 255660&lt;BR /&gt;f_favail: 255660&lt;BR /&gt;f_fsid: 1073807361&lt;BR /&gt;f_basetype: vxfs&lt;BR /&gt;f_namemax: 254&lt;BR /&gt;f_magic: a501fcf5&lt;BR /&gt;f_featurebits: 0&lt;BR /&gt;f_flag: 0&lt;BR /&gt;f_fsindex: 5&lt;BR /&gt;f_size: 1024000&lt;BR /&gt;&lt;BR /&gt;I am still working on other outputs and will post them soon.&lt;BR /&gt;&lt;BR /&gt;Appreciate all your help.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Thu, 29 Aug 2002 14:53:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846429#M394079</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2002-08-29T14:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846430#M394080</link>
      <description>The question that I have is in /etc/fstab file its define as delaylog and when I run ???mount ???v??? command it shows ???log??? not delaylog?  When I compare with other file systems if the file system is define as delaylog then in ???mount ???v??? output it shows delaylog.  Any idea.&lt;BR /&gt;&lt;BR /&gt;Entry from fstab;&lt;BR /&gt;&lt;BR /&gt;/dev/testmcvg/testmclv /test/test.mc vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;Entry from ???mount ???v???&lt;BR /&gt;&lt;BR /&gt;/dev/testmcvg/testmclv on /test/test.mc type vxfs log on Sat Aug 24 11:53:38 2002&lt;BR /&gt;&lt;BR /&gt;****************************************************************** &lt;BR /&gt;&lt;BR /&gt;I have also attach all the output you have requested.&lt;BR /&gt;&lt;BR /&gt;JRF ??? Yes we do have online jfs.&lt;BR /&gt;&lt;BR /&gt;Harry; below the output you requested.&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v /dev/testmcvg&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/testmcvg&lt;BR /&gt;VG Write Access             read/write     &lt;BR /&gt;VG Status                   available                 &lt;BR /&gt;Max LV                      255    &lt;BR /&gt;Cur LV                      1      &lt;BR /&gt;Open LV                     1      &lt;BR /&gt;Max PV                      16     &lt;BR /&gt;Cur PV                      1      &lt;BR /&gt;Act PV                      1      &lt;BR /&gt;Max PE per PV               8684         &lt;BR /&gt;VGDA                        2   &lt;BR /&gt;PE Size (Mbytes)            4               &lt;BR /&gt;Total PE                    8681    &lt;BR /&gt;Alloc PE                    250     &lt;BR /&gt;Free PE                     8431    &lt;BR /&gt;Total PVG                   0        &lt;BR /&gt;Total Spare PVs             0              &lt;BR /&gt;Total Spare PVs in use      0                     &lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/testmcvg/testmclv&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            1000            &lt;BR /&gt;   Current LE                  250       &lt;BR /&gt;   Allocated PE                250         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c3t15d0&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    8681    &lt;BR /&gt;   Free PE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ll /dev/testmcvg&lt;BR /&gt;total 0&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x010000 Aug 29 09:20 group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010001 Aug 29 09:20 rtestmclv&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010001 Aug 29 09:20 testmclv&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Jeff ??? the output you requested.&lt;BR /&gt;&lt;BR /&gt;# lvdisplay -v /dev/testmcvg/testmclv&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/testmcvg/testmclv&lt;BR /&gt;VG Name                     /dev/testmcvg&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               0            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            1000            &lt;BR /&gt;Current LE                  250       &lt;BR /&gt;Allocated PE                250         &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   on           &lt;BR /&gt;Allocation                  strict                    &lt;BR /&gt;IO Timeout (Seconds)        default             &lt;BR /&gt;&lt;BR /&gt;   --- Distribution of logical volume ---&lt;BR /&gt;   PV Name            LE on PV  PE on PV  &lt;BR /&gt;   /dev/dsk/c3t15d0   250       250       &lt;BR /&gt;&lt;BR /&gt;   --- Logical extents ---&lt;BR /&gt;   LE   PV1                PE1  Status 1 &lt;BR /&gt;   0000 /dev/dsk/c3t15d0   0000 current  &lt;BR /&gt;   0001 /dev/dsk/c3t15d0   0001 current  &lt;BR /&gt;   0002 /dev/dsk/c3t15d0   0002 current  &lt;BR /&gt;   0003 /dev/dsk/c3t15d0   0003 current &lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 15:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846430#M394080</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2002-08-29T15:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846431#M394081</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;Have you looked in your /etc/rc.log file to see if there are any error messages at boot when the rc scripts try to activate the vg01 volume group and mount that filesystem?  Also, check your /etc/lvmrc file and see if the AUTO_VG_ACTIVATE is set for 1 or 0.  If you have that off, you will need to add an entry in the custom_vg_activation function at the bottom of the lvmrc file.  Usually you see this on boxes in a ServiceGuard environment.  It catches me here every so often.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 16:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846431#M394081</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-08-29T16:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846432#M394082</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Looking at /etc/rc.log it doesn???t like mount option.  I am not sure what mount option are  incompatible. &lt;BR /&gt;&lt;BR /&gt;AUTO_VG_ACTIVATE=1&lt;BR /&gt;&lt;BR /&gt;and rc.log has this entry;&lt;BR /&gt;&lt;BR /&gt;mountall: cannot mount /dev/testmcvg/testmclv&lt;BR /&gt;mountall: diagnostics from mount vxfs mount: mount option(s) incompatible with file system /dev/testmcvg/testmclv&lt;BR /&gt;checking quotas&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mike&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 16:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846432#M394082</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2002-08-29T16:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846433#M394083</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;Two questions.  First, (back to James' point earlier), are you running Online JFS on this system?  Does 'swlist -l bundle | grep -i jfs' return something like this:&lt;BR /&gt;&lt;BR /&gt;  B3929BA               B.11.00        HP OnLineJFS (Advanced VxFS)&lt;BR /&gt;&lt;BR /&gt;Second,  did you create the filesystem as a vxfs filesystem?  (newfs -F vxfs /dev/vg01/rlvol1)&lt;BR /&gt;&lt;BR /&gt;(I typed in this reply once and hit submit and it never showed up, so I'm trying it again.)&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 18:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846433#M394083</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-08-29T18:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846434#M394084</link>
      <description>Hi (again) Mike,&lt;BR /&gt;&lt;BR /&gt; Are you able to activate/deactivate the VG w/o incident?&lt;BR /&gt;If you&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/testmcvg&lt;BR /&gt;&lt;BR /&gt;Does it activate OK. If not &amp;amp; it's possibly been in an MC/SG cluster you may need to &lt;BR /&gt;&lt;BR /&gt;vgchange -c n /dev/testmcvg&lt;BR /&gt;&lt;BR /&gt;To make in cluster unaware.&lt;BR /&gt;&lt;BR /&gt;Also I'm not sure if this can cause the problem you're seeing, but I'm wondering if it had been set FOR largefiles at some point in the past - try this &lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -o nolargefiles /dev/testmcvg/testmclv&lt;BR /&gt;&lt;BR /&gt;To insure it's set for nolargefiles.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 18:31:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846434#M394084</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-08-29T18:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846435#M394085</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Yes, I am running online JFS.&lt;BR /&gt;&lt;BR /&gt;B3929BA               B.11.00        HP OnLineJFS (Advanced VxFS)&lt;BR /&gt;&lt;BR /&gt;Yes, it's a VXFS file system.&lt;BR /&gt;&lt;BR /&gt;When I do "fstyp ???v /dev/testmcvg/testmclv" shows as vxfs file system.  I am not sure how this file system was created but fstyp reports as vxfs file system.&lt;BR /&gt;&lt;BR /&gt;No cluster is running on this system.&lt;BR /&gt;&lt;BR /&gt;Yes, it???s set as nolargefiles.&lt;BR /&gt;&lt;BR /&gt;FSTAB entry:&lt;BR /&gt;&lt;BR /&gt;/dev/testmcvg/testmclv /test.mc vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mike&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 19:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846435#M394085</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2002-08-29T19:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846436#M394086</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;I've gotten bitten by /etc/fstab entries before also.  I remember working through it by going back to the simplest entry for the filesystem and trying 'mount -a' on it.  If that worked, I unmounted the filesystem, edited the fstab file, added another option, and tried mounting it again until it blew up.&lt;BR /&gt;&lt;BR /&gt;At least that might point you to the particular option that 'mount' doesn't like.  I'm betting on the largefiles option.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 20:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846436#M394086</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-08-29T20:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846437#M394087</link>
      <description>&lt;BR /&gt;Hi Mike,&lt;BR /&gt;&lt;BR /&gt;This usually happens when the filesystem mount options in the fstab conflict with how the filesystem is set up. Can you confirm largefiles is not set on by running :&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs /dev/vg01/rlvol1&lt;BR /&gt;&lt;BR /&gt;If this is OK, try mounting the filesystem manually then remounting with :&lt;BR /&gt;&lt;BR /&gt;mount -F vxfs -o remount /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;Then try unmounting and run mount -a to see if this worked.&lt;BR /&gt;&lt;BR /&gt;When you are mounting this manually, what options are you specifying? If you are not using any, the system will use the defaults, which is probably why you have "log" option after running mount -v. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;James.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 20:30:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846437#M394087</guid>
      <dc:creator>James Murtagh</dc:creator>
      <dc:date>2002-08-29T20:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846438#M394088</link>
      <description>Hi Mike:&lt;BR /&gt;&lt;BR /&gt;To see the largefile bit setting unmount the filesystem and do:&lt;BR /&gt;&lt;BR /&gt;# fsadm /dev/vg01/rlvol1&lt;BR /&gt;&lt;BR /&gt;Either 'largefiles' or 'nolargefiles' will be returned.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 29 Aug 2002 20:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846438#M394088</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-08-29T20:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846439#M394089</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I got the answer to the problem.  Thanks to all of you.  YOU GUYS ARE GREAT.&lt;BR /&gt;&lt;BR /&gt;When I do ???fsadm /dev/testmcvg/rtestmclv??? it reports as below.&lt;BR /&gt;&lt;BR /&gt;                  nomultifsets&lt;BR /&gt;                  largefiles&lt;BR /&gt;&lt;BR /&gt;and in /etc/fstab it???s marked as ???nolargefiles???, I think that is the problem.&lt;BR /&gt;&lt;BR /&gt;On my next reboot I will change the entry and test the mount point out.&lt;BR /&gt;&lt;BR /&gt;Once again thanks for your help in testing this issue.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Thu, 29 Aug 2002 21:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846439#M394089</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2002-08-29T21:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Strange file system problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846440#M394090</link>
      <description>Sounds familiar......</description>
      <pubDate>Thu, 29 Aug 2002 22:05:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-file-system-problems/m-p/4846440#M394090</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-08-29T22:05:31Z</dc:date>
    </item>
  </channel>
</rss>

