Migration to FreeNAS Corral could be problematic for previous users because of mix-matched permissions. If you imported Volumes and DataSet…
Temporary solution: sudo mount -t cifs //netbiosname/sharename /media/sharename -o username=winusername,password=winpassword,iocharset=utf8,file_mode=0777,dir_mode=0777 Permanent solution: touch /root/.smbcredentials chmod 700 /root/.smbcredentials echo ‘username=winusername password=winpassword’…
echo -e “new_passwordnnew_password” | (smbpasswd -a -s $USER)