My goal was to set minimal Kodi installation on top of Fedora 25 with bypassing desktop environment GNOME, LXDE or so on. USB automount is needed functionality for Kodi as standalone to be a complete media centre. This post describes how to set automount without any help from desktop environment.
Right to the point, the solution is udevil a command line linux program which mounts and unmounts removable devices:
http://ignorantguru.github.io/udevil/
Unfortunately, udevil isn’t listed with dnf package manager for Fedora and can’t be installed with “dnf install” out of the box. Luckily, google search pointed me to the following link:
udevil-0.4.4-5.1.x86_64.rpm (Fedora RPM package on software.opensuse.org)
Page offers RPM versions for Fedora 24 and Fedora 25. Just download RPM directly and install (it doesn’t require any dependencies). The last step is to enable and start devmon with systemctl command:
root> systemctl enable devmonroot> systemctl start devmon
udevil is a small package that perfectly fits for automount.
Special thanks to udevil author IgnorantGuru (he is currently in hiatus :)
本文系统(linux)相关术语:linux系统 鸟哥的linux私房菜 linux命令大全 linux操作系统
本文标题:Fedora, Kodi and USB automount
本站链接:http://www.codesec.net/view/522223.html
分享请点击:
1.凡CodeSecTeam转载的文章,均出自其它媒体或其他官网介绍,目的在于传递更多的信息,并不代表本站赞同其观点和其真实性负责;
2.转载的文章仅代表原创作者观点,与本站无关。其原创性以及文中陈述文字和内容未经本站证实,本站对该文以及其中全部或者部分内容、文字的真实性、完整性、及时性,不作出任何保证或承若;
3.如本站转载稿涉及版权等问题,请作者及时联系本站,我们会及时处理。