*Empty MediaWiki Message*

This commit is contained in:
Daniel.plominski 2015-03-18 05:34:54 +00:00
parent b6505dcb48
commit b63e445dab

View File

@ -115,3 +115,23 @@ update-initramfs -u -k all
zpool status
</source>
=== module laden erzwingen ===
* trotz unterschiedlicher Versionsangabe (ignores vermagic and modversion attributes)
damit sind nicht die module optionen (parameter) gemeint z.B. bei "modinfo MODULNAME -F parm"
<source lang="bash">
touch /etc/modprobe.d/spl.conf
touch /etc/modprobe.d/zfs.conf
</source>
<source lang="bash">
vi /etc/modules
### ZFS //
spl # force=1
zfs # force=1
### // ZFS
</source>