c3d2-wiki/Cryptostorage.hq.c3d2.de.mw

32 lines
932 B
Plaintext
Raw Normal View History

== Betriebssystem ==
2014-12-17 05:53:24 +01:00
[[wikipedia:FreeBSD Jail|FreeBSD Jail]] auf [[Server/knusbert]]
2014-12-17 05:53:24 +01:00
== Dienste ==
2014-12-17 05:53:24 +01:00
=== SMB ===
* Samba 4 (Crypto) Storage
2014-12-17 05:53:24 +01:00
==== SMB Import FreeBSD ====
2014-12-17 05:53:24 +01:00
Modul für den Kernel laden:
: <source lang=bash>kldload smbfs</source>
mount:
2014-12-17 05:53:24 +01:00
: <source lang=bash>mount_smbfs -I 172.22.99.71 //k-ot@samba/cpool /knusbert-cryptostorage</source>
2014-12-17 05:53:24 +01:00
==== SMB Import MacOS X ====
2014-12-17 05:53:24 +01:00
''Finder'' -> ''Gehe zu'' -> ''Mit Server verbinden'' (Apfel+K) -> ''smb://172.22.99.71/cpool'' eintragen
2014-12-17 05:54:31 +01:00
==== SMB Import Linux ====
2014-12-17 05:53:24 +01:00
: <source lang=bash>sudo apt-get install cifs-utils</source>
: <source lang=bash>sudo mkdir /knusbert-cryptostorage</source>
: <source lang=bash>sudo mount -t cifs //172.22.99.71/cpool /knusbert-cryptostorage -o user=k-ot</source>
== Bezeichnung ==
2014-12-17 05:53:24 +01:00
* [[w:de:Wildcard (Informatik)|.*]][[w:en:List of Dilbert characters|bert]]
* lustiges Wort, welches mit ''bert'' endet
2014-12-17 05:53:24 +01:00
[[Kategorie:Infrastruktur]]
[[Kategorie:HQ]]