[vox-tech] can I limit autofs?

Mark K. Kim vox-tech@lists.lugod.org
Wed, 4 Sep 2002 02:40:20 -0700 (PDT)


I don't think autofs allocates resources for serial boards; only file
systems.

I'm no expert here, but I think "autoclean" means the modules will be
unloaded automatically if they're no longer needed.  As for the "auto"
next to I/O addresses, the serial ports generally reside in those
addresses so they appear in the port listings, but Linux doesn't check
(can't check?) so they're allocated only when used... or so goes my
understanding.

To allocate resources for serial ports, use `setserial` on /dev/ttySN.

-Mark

On Tue, 3 Sep 2002, Eric Nelson wrote:

> It seems that auto file system is locating a serial board I have, and
> allocating the ports.  I would like to allocate these ports myself.
> Is there any way to stop autofs?  What is it doing?
>
> > lsmod
>
> nls_iso8859-1           2880   1  (autoclean)
> smbfs                  36496   1  (autoclean)
> autofs                 11264   1  (autoclean)
> 3c59x                  25344   1  (autoclean)
> ipchains               38976   0  (unused)
> usb-uhci               20720   0  (unused)
> usbcore                49664   1  [usb-uhci]
>
> > cat /proc/ioports
>
> 0000-001f : dma1
> 0020-003f : pic1
> 0040-005f : timer
> 0060-006f : keyboard
> 0070-007f : rtc
> 0080-008f : dma page reg
> 00a0-00bf : pic2
> 00c0-00df : dma2
> 00f0-00ff : fpu
> 0170-0177 : ide1
> 01f0-01f7 : ide0
> 02e8-02ef : serial(auto)
> 02f8-02ff : serial(auto)
> 0376-0376 : ide1
> 03c0-03df : vga+
> 03e8-03ef : serial(auto)
> 03f6-03f6 : ide0
> 03f8-03ff : serial(auto)
> 0400-043f : Intel Corporation 82371AB PIIX4 ACPI
> 0440-045f : Intel Corporation 82371AB PIIX4 ACPI
> 0cf8-0cff : PCI conf1
> c000-cfff : PCI Bus #01
> dc00-dc7f : 3Com Corporation 3c905B 100BaseTX [Cyclone]
>   dc00-dc7f : eth0
> de00-de1f : Intel Corporation 82371AB PIIX4 USB
>   de00-de1f : usb-uhci
> ffa0-ffaf : Intel Corporation 82371AB PIIX4 IDE
>   ffa0-ffa7 : ide0
>   ffa8-ffaf : ide1
>
> _______________________________________________
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech
>

--
Mark K. Kim
http://www.cbreak.org/
PGP key available upon request.