<?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: autofs on Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/autofs-on-linux/m-p/5264748#M59408</link>
    <description>hi &lt;BR /&gt;&lt;BR /&gt;What does cat /proc/mounts show?&lt;BR /&gt;&lt;BR /&gt;Can you copy here?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Jayakrishnan G Naik</description>
    <pubDate>Tue, 30 Nov 2010 16:44:52 GMT</pubDate>
    <dc:creator>Jayakrishnan G Naik</dc:creator>
    <dc:date>2010-11-30T16:44:52Z</dc:date>
    <item>
      <title>autofs on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autofs-on-linux/m-p/5264745#M59405</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using autofs to mount the nfs file systems. However, when i do df -kh these filesystems does not appear and even when i go inside the mount point, it does not show anything.  &lt;BR /&gt;&lt;BR /&gt;Below is : /etc/auto.master&lt;BR /&gt;/misc   /etc/auto.misc&lt;BR /&gt;#&lt;BR /&gt;# NOTE: mounts done from a hosts map will be mounted with the&lt;BR /&gt;#       "nosuid" and "nodev" options unless the "suid" and "dev"&lt;BR /&gt;#       options are explicitly given.&lt;BR /&gt;#&lt;BR /&gt;/net    -hosts&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/pretupsvar_trans01 /etc/auto.pretupsvar_trans01 --timeout=30&lt;BR /&gt;/pretupsvar_trans02 /etc/auto.pretupsvar_trans02 --timeout=30&lt;BR /&gt;&lt;BR /&gt;more /etc/auto.pretupsvar_trans01&lt;BR /&gt;pretupsvar_trans01  -fstype=nfs,ro,nosuid,soft   ml-trans01:/pretupsvar/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; more /etc/auto.pretupsvar_trans02&lt;BR /&gt;pretupsvar_trans02          -fstype=nfs,ro,nosuid,soft      ml-trans02:/pretupsv&lt;BR /&gt;ar/&lt;BR /&gt;&lt;BR /&gt;showmount from the server is as follows:&lt;BR /&gt;&lt;BR /&gt;showmount -e&lt;BR /&gt;Export list for ml-trans02:&lt;BR /&gt;/pretupsvar ml-loggsrv01&lt;BR /&gt;&lt;BR /&gt;showmount -e&lt;BR /&gt;Export list for ml-trans01:&lt;BR /&gt;/pretupsvar ml-loggsrv01&lt;BR /&gt;&lt;BR /&gt;Also, when i put the entries in /etc/fstab,,, it works but not through autofs.&lt;BR /&gt;Please suggest.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2010 15:56:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autofs-on-linux/m-p/5264745#M59405</guid>
      <dc:creator>Anubhav Dhingra</dc:creator>
      <dc:date>2010-11-30T15:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: autofs on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autofs-on-linux/m-p/5264746#M59406</link>
      <description>&amp;gt;&amp;gt;&amp;gt;I am using autofs to mount the nfs file systems. However, when i do df -kh these filesystems does not appear and even when i go inside the mount point, it does not show anything&lt;BR /&gt;&lt;BR /&gt;Hi&lt;BR /&gt;&lt;BR /&gt;From the above statement, I am sssuming that you can access the filesystem mounted using autofs but cannot see them by df command. Am I right?&lt;BR /&gt;&lt;BR /&gt; Which version of linux you have?&lt;BR /&gt;&lt;BR /&gt;I have some info regarding this for you from df manpage. Can you try df -a or df --all after changing directory to your autofs filesystem? Find the details of -a or --all option, below.&lt;BR /&gt;&lt;BR /&gt;`-a'&lt;BR /&gt;`--all'&lt;BR /&gt;     Include in the listing filesystems that have a size of 0 blocks, which are omitted by default.  Such filesystems are typically&lt;BR /&gt;special-purpose pseudo-filesystems, such as automounter entries.Also, filesystems of type "ignore" or "auto", supported by some&lt;BR /&gt;operating systems, are only included if this option is specified.&lt;BR /&gt;&lt;BR /&gt;Now, more information about similar kind of information I got from internet.Following quotes are from internet.(link at the end)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;" All my servers use autofs to mount user directories from the one central file server and all seems fine. Last night I completed the final upgrade to the main file server, all is working just about fine, but I notice that df does not show any of the filesystems mounted with autofs on the file server, however cat /proc/mounts shows all the mounted directories correctly. df -a also shows the directories mounted! &lt;BR /&gt;&lt;BR /&gt;I can only imagine that this is a new feature so df does not show autofs mounted from the local machine. &lt;BR /&gt;&lt;BR /&gt;Am I missing something?&lt;BR /&gt;&lt;BR /&gt;I'm not sure about the output of df for other than for the autofsmounts, I would expect it to show the other mounts. The autofs filesystem mounts aren't done using mount in version 5 so they shouldn't&lt;BR /&gt;normally show up in df output"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.mail-archive.com/rhelv5-list@redhat.com/msg02911.html" target="_blank"&gt;http://www.mail-archive.com/rhelv5-list@redhat.com/msg02911.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps to clarify your doubts. If you find this helpful, do not forget to assign appropriate points. &lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Jayakrishnan G Naik</description>
      <pubDate>Tue, 30 Nov 2010 16:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autofs-on-linux/m-p/5264746#M59406</guid>
      <dc:creator>Jayakrishnan G Naik</dc:creator>
      <dc:date>2010-11-30T16:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: autofs on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autofs-on-linux/m-p/5264747#M59407</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanx for the quick reply... However, I am unable to see the list of files in the mounted filesystems...&lt;BR /&gt;when i do ll or anything...&lt;BR /&gt;df -a&lt;BR /&gt;Filesystem           1K-blocks      Used Available Use% Mounted on&lt;BR /&gt;/dev/mapper/VolGroup00-LogVol01&lt;BR /&gt;                      20314748   6794432  12471740  36% /&lt;BR /&gt;proc                         0         0         0   -  /proc&lt;BR /&gt;sysfs                        0         0         0   -  /sys&lt;BR /&gt;devpts                       0         0         0   -  /dev/pts&lt;BR /&gt;/dev/mapper/VolGroup00-LogVol05&lt;BR /&gt;                      74718304    184220  70677292   1% /logs&lt;BR /&gt;/dev/mapper/VolGroup00-LogVol04&lt;BR /&gt;                      15236080    169640  14280008   2% /home&lt;BR /&gt;/dev/mapper/VolGroup00-LogVol02&lt;BR /&gt;                       5078656   2974340   1842172  62% /var&lt;BR /&gt;/dev/mapper/VolGroup00-LogVol03&lt;BR /&gt;                       5078656    152860   4663652   4% /tmp&lt;BR /&gt;/dev/cciss/c0d0p1       101086     20384     75483  22% /boot&lt;BR /&gt;tmpfs                  6082576         0   6082576   0% /dev/shm&lt;BR /&gt;/dev/mapper/vglogs-logs1&lt;BR /&gt;                     705552568    201864 669510704   1% /logs1&lt;BR /&gt;/dev/mapper/vglogs-logs2&lt;BR /&gt;                     705552568    201864 669510704   1% /logs2&lt;BR /&gt;none                         0         0         0   -  /proc/sys/fs/binfmt_misc&lt;BR /&gt;sunrpc                       0         0         0   -  /var/lib/nfs/rpc_pipefs&lt;BR /&gt;[root@ml-loggsrv01 pretupsvar_trans01]# pwd&lt;BR /&gt;/pretupsvar_trans01&lt;BR /&gt;[root@ml-loggsrv01 pretupsvar_trans01]#</description>
      <pubDate>Tue, 30 Nov 2010 16:32:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autofs-on-linux/m-p/5264747#M59407</guid>
      <dc:creator>Anubhav Dhingra</dc:creator>
      <dc:date>2010-11-30T16:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: autofs on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autofs-on-linux/m-p/5264748#M59408</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;What does cat /proc/mounts show?&lt;BR /&gt;&lt;BR /&gt;Can you copy here?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Jayakrishnan G Naik</description>
      <pubDate>Tue, 30 Nov 2010 16:44:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autofs-on-linux/m-p/5264748#M59408</guid>
      <dc:creator>Jayakrishnan G Naik</dc:creator>
      <dc:date>2010-11-30T16:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: autofs on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autofs-on-linux/m-p/5264749#M59409</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;The link I given in my first reply, gives an idea of similar situation faced, so you can compare your Os version and kernel version with that and see whether there is a match.&lt;BR /&gt;&lt;BR /&gt;If so you may need to have some patching to overcome this. Copying the link again below.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.mail-archive.com/rhelv5-list@redhat.com/msg02911.html" target="_blank"&gt;http://www.mail-archive.com/rhelv5-list@redhat.com/msg02911.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jayakrishnan</description>
      <pubDate>Tue, 30 Nov 2010 16:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autofs-on-linux/m-p/5264749#M59409</guid>
      <dc:creator>Jayakrishnan G Naik</dc:creator>
      <dc:date>2010-11-30T16:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: autofs on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autofs-on-linux/m-p/5264750#M59410</link>
      <description>thanx</description>
      <pubDate>Thu, 16 Dec 2010 11:36:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autofs-on-linux/m-p/5264750#M59410</guid>
      <dc:creator>Anubhav Dhingra</dc:creator>
      <dc:date>2010-12-16T11:36:27Z</dc:date>
    </item>
  </channel>
</rss>

