TI2019 - SMB3 / linux based boot image
Thread needs solution
I can mount smb3 shares on the console with
mount -t cifs //server/share /mnt -o,username=XXX,dom=YYY,vers=3.0
However, using the gui, I get an error message in /var/log/messages and /tmp/asamba.log
This can be circumvented by adding the following to "/bin/product"
export ASAMBA_MOUNT_OPTS=vers=3.0
Is there a way to make this permanent? Some of the files on the .ISO are probably a compressed filesystem, but which one must I edit?
Mon, 02/28/2022 - 12:07

truwrikodrorowrelupicugojestutroclulachosaswunuhospikigawakijosaswenomaruclojeueclikaspedrubewidebrisubrohutrurifruuagothunugekedrumucisiuobrobrecrupeslapuswosluprothethibakaslechurathikucli
Beginner
Posts: 2
Comments: 2
Mon, 02/28/2022 - 13:21
- Log in to post comments

A simpler but temporary workaround would be:
Press F11 in the "bios" mode boot loader and append the following after "quiet" (with a space after it)
export ASAMBA_MOUNT_OPTS=vers=3.0
Mon, 02/28/2022 - 13:46
- Log in to post comments