Mounting Samba shares in Bionicpup64 (Solved)
Posted: Mon Sep 07, 2020 1:43 am
I am trying to access a USB drive connected to my router.
In xenialpup64, I can add the following line to my fstab file, and it works:
However, in Bionicpup64, the same line results in the message "Host is down".
I have tried adding "vers=x.0" at the end of line trying 1,2, and 3 as values for x. It made no difference.
(I did create the needed directories.)
In xenialpup64, I can add the following line to my fstab file, and it works:
Code: Select all
//192.168.1.1/Downloads /shares/Downloads cifs guest,uid=0,gid=0,iocharset=utf8,file_mode=0777,dir_mode=0777,noperm 0 0
I have tried adding "vers=x.0" at the end of line trying 1,2, and 3 as values for x. It made no difference.
(I did create the needed directories.)