diff --git a/knowledge base/mount samba shares from a unix client.md b/knowledge base/mount samba shares from a unix client.md index 5ce5593..9b76925 100644 --- a/knowledge base/mount samba shares from a unix client.md +++ b/knowledge base/mount samba shares from a unix client.md @@ -12,7 +12,7 @@ # Such user and a group of the same name exist on the server. # Show permissions on directories as octal 775 and on files as octal 664. sudo mount '//nas.lan/shared/folder' 'local/folder' -t 'cifs' \ - -o 'user=myself,uid=myself,gid=myself,dir_mode=0775,file_mode=0664' + -o 'user=myself,uid=myself,gid=myself,dir_mode=0775,file_mode=0664' ``` ## Further readings