- in Deutsch | - in English |
The Automounter is a service (consisting of automount/autofs), to mount file systems automatically. Mounting is performed when accessing the configured directories. Unmounting is performed by default after 5 sec. of inactivity (depending on the used image). On Dreamboxes the service is used to access network shares. The shares can be accessed over cifs and/or nfs.
After mounting the share it's possible to play supported movies, music and images. The network shares can be on Dreamboxes, Linux computers, Macs, NAS and Windows computers.
Advantage of the automounter: no scripts, editing of the fstab or boot settings are required.
Introduction 1.1 Revision History. Versions below 1.5 - Authored by Don. Version 1.5 - Added the copyright and other minor details.Rahul Sundaram took over maintainance. Version 1.5.1 - Added details to the question about VFAT. Version 1.5.2 - Revision history and other minor corrections. Version 1.6 - Added a few questions and answers.
For the preamble Automount Mounter, two files are important, autofs and automount. Autofs defines the mount points using the auto.master file. Afterwards the mounting is performed by automount.
There are 3 ways to configure the automounter.
The Automount Editor is available in Enigma since Gemini Project 1.9 and in Enigma2 since Gemini Project 3.2 in the Blue Panel.
After configuring the mount point, the box or the autofs Daemon needs to be restarted. When using the Automount Editor of the GP3 Plugin, this is no longer required. After closing the editor, autofs is restarted automatically. |
Example of a cifs mount.
The settings need to be changed according to your situation.
Automount Editor GP3 Plugin | Automount Editor GP2 | Automount Editor GP |
Name
Enter the name of the device (e.g. sound). The autofs daemon creates a directory with the selected name.
The path of the directory is saved in the file auto.master.
Read: Accessing the mount point.
Attention: if using multiple mounts, the name (mount point) should always be different.
Typ
selection of the protocol CIFS.
Parameter
Options for the mount.
Server
IP address of the source device.
Share
Enter the name of the shared directory.
Attention, with Enigma2 there shouldn't be a / (Slash) entered at the beginning!
read / write buffer
The options rsize and wsize define the size of the data packages, which are exchanged by the client and server.
User
Appgenome create desktop app from any website 1 4 2. Enter the user name of for the access on the source device.
Password
Enter the password for the access on the source device.
Charset (utf8)
Sets the character encoding onto utf8, useful for special characters.
Example of a nfs mount.
The settings need to be changed according to your situation. Decor graphics 3 3 1 – templates lab.
Automount Editor GP3 Plugin | Automount Editor GP2 | Automount Editor GP |
Name
Enter the name of the device (e.g. sound). The autofs daemon creates a directory with the selected name.
The path of the directory is saved in the file auto.master.
Pro disk cleaner 1 4 sds. Read: Accessing the mount point.
Attention: if using multiple mounts, the name (mount point) should always be different.
Typ
selection of the protocol NFS.
Parameter
Options for the mount.
Server
IP address of the source device.
Share
Enter the name of the shared directory.
Attention, with Enigma2 there shouldn't be a / (Slash) entered at the beginning!
read / write buffer
The options rsize and wsize define the size of the data packages, which are exchanged by the client and server.
The access of the created mount point depends on the Gemini version. The easiest way is to use the File Mode (Enigma), or the File Manager (Enigma2).
The configuration file of the automounter for CVS Boxes can be found in /var/etc and for OE Boxes in /etc (CVS/OE Boxes see here). Here you can find also the different files depending on the image version. The syntax remained the same.
The permissions with OE 2.0 / OE 2.2 images should be 644. The file shouldn't be executable! You can change the permission with the command chmod 644 /etc/auto.network. |
After the creation of a mount point, the Box or the autofs daemon should be restarted. |
Example of a cifs mount.
The settings need to be changed according to your situation.
Name
Enter the name of the device (e.g. sound). The autofs daemon creates a directory with the selected name.
The path of the directory is saved in the file auto.master.
Read: Accessing the mount point.
Attention: if using multiple mounts, the name (mount point) should always be different.
-fstype=
selection of the protocol CIFS.
rw,soft
Options for the mount.
user=user_name
Enter the user name of for the access on the source device.
pass=password
Enter the password for the access on the source device. Edgeview 2 1 94 – cutting edge image viewer free.
rsize=8192,wsize=8192
The options rsize and wsize define the size of the data packages, which are exchanged by the client and server.
iocharset=utf8
Sets the character encoding onto utf8, useful for special characters.
://192.168.1.10
IP address of the source device.
/sound
Enter the name of the shared directory.
Attention, with Enigma2 there shouldn't be a / (Slash) entered at the beginning!
Example of a nfs mount.
The settings need to be changed according to your situation.
Name
Enter the name of the device (e.g. sound). The autofs daemon creates a directory with the selected name.
The path of the directory is saved in the file auto.master.
Read: Accessing the mount point.
Attention: if using multiple mounts, the name (mount point) should always be different.
-fstype=
selection of the protocol NFS.
Bartender 3 tnt. rw,soft,tcp,nolock
Options for the mount.
rsize=8192,wsize=8192
The options rsize and wsize define the size of the data packages, which are exchanged by the client and server.
192.168.1.15:
IP address of the source device.
/video
Enter the name of the shared directory.
Attention, with Enigma2 there shouldn't be a / (Slash) entered at the beginning!
The access of the created mount point depends on the Gemini version. The easiest way is to use the File Mode (Enigma), or the File Manager (Enigma2).
With Enigma the automounter offers the options {start|stop|restart}. The script has the name autofs_script.sh |
automount - manage autofs mount points Qlab pro 3 1 22 download free.
automount [options] [master_map]
The automount program is used to manage mount points for autofs, the inlined Linux automounter. automount works by reading theauto.master(5) map and sets up mount points for each entry in the master map allowing them to be automatically mounted when accessed. The file systemsare then automatically umounted after a period of inactivity.
-h, --help
automount takes one optional argument, the name of the master map to use.
The documentation could be better.
Please report other bugs along with a detailed description to <autofs@linux.kernel.org>. For instructions on how to join the list and for archivesvisit http://linux.kernel.org/mailman/listinfo/autofs
H. Peter Anvin <hpa@transmeta.com> and Ian Kent <raven@themaw.net>.