Site Tools


linux:general:mount

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:general:mount [2019/06/06 13:43] lunetikklinux:general:mount [2020/01/09 16:36] (current) lunetikk
Line 1: Line 1:
 ===== Mount networkshares ===== ===== Mount networkshares =====
 +
 +==== Clientpackages to mount shares ====
 +
 +CIFS:\\
 +<code>apt-get install cifs-utils</code>
 +
 +NFS:\\
 +<code>apt-get install nfs-common</code>
  
 ==== Temp. mount ==== ==== Temp. mount ====
Line 51: Line 59:
 Execute Execute
 <code>mount -a</code> <code>mount -a</code>
 +
 +===== Versions =====
 +
 +==== CIFS ====
 +
 +^  Version  ^  Description  ^
 +|  %%vers=3.0%%  |  SMB3 i.e. Windows 8 and up, Windows Server 2012 and up  |
 +|  %%vers=2.1%%  |  SMB2_10 i.e. Windows 7, Windows Server 2008 R2  |
 +|  %%vers=2.0%%  |  SMB2_02 i.e. Vista SP1, Windows Server 2008  |
 +|  %%vers=1.0%%  |  NT1 i.e. Windows 95, NT 4.0  |
  
 ===== Commands ===== ===== Commands =====
Line 109: Line 127:
 === Fix ===  === Fix === 
  
-Add the correct version (1.0/2.0/2.1/3.0) as an option+Add the correct version (vers=1.0/2.0/2.1/3.0) as an option
 <code> <code>
 # in /etc/fstab as perm. mount # in /etc/fstab as perm. mount
linux/general/mount.1559821409.txt.gz · Last modified: 2019/06/06 13:43 by lunetikk