Geeks, please accept the hero post of 2021 Microsoft x Intel hacking contest>>>
After installing freenas (freenas 11.0-u4), you can create a CIFS share. However, you can’t mount it directly on QNAP’s NAS through the following command
mount.cifs //192.168.50.14/freenas-repo /share/Public/freenas/ –verbose -o username=****,password=****,iocharset=utf8,uid=0,gid=0
Prompt permission error:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
On askubuntu, rmanna mentioned the problem of authentication mode
mount.cifs //192.168.50.14/freenas-repo /share/Public/freenas/ –verbose -o username=****,password=****,sec=ntlmssp,iocharset=utf8,uid=0,gid=0
Notice that a new parameter is added: sec = NTLMSSP
According to him, the default in mainline kernel versions prior to v3.8 was sec = NTLM. In v3.8, the default was changed to SEC = NTLMSSP
The “ntlmv1 auth” option is not opened on freenas, so an error is reported
Similar Posts:
- Ubuntu mount error(13): Permission denied window
- Samba windows 10 share: mount error(112): Host is down [How to Solve]
- nfs load errorwrong fs type, bad option, bad superblock
- sqlite3.OperationalError: database is locked
- Solution of welcome to emergency mode! When CentOS 7 starts up
- Git: How to Solve Authentication failed
- [Solved] Access denied for user ‘Administrator’@’localhost’ (using password: YES)
- 421 service not available, remote server has closed connection
- [Solved] Laravel Groupby error: laravel which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
- Laravel Syntax error or access violation: 1055 ‘***’ isn’t in GROUP BY