[BionicPup64] yassm cant mount

Please post any bugs you have found
Post Reply
Message
Author
User avatar
fabrice_035
Posts: 765
Joined: Mon 28 Apr 2014, 17:54
Location: Bretagne / France

[BionicPup64] yassm cant mount

#1 Post by fabrice_035 »

hi,
I have a mybooklive network drive and a share on a raspberry pi.
This equipment has been present in my network for a very long time.
I see that with BionicPup64 I can't connect to mybooklive but I don't have any problem with the raspberry pi

I've come up with a solution, by modifying yassm-login

Code: Select all

SHARE="${SHARE//./ }"
#mount.cifs //$IP/"$SHARE" $MYSHARE $AUTH > /dev/null 2>&1 # original not work :(
mount -t cifs //$IP/"$SHARE" $MYSHARE  -o iocharset=utf8,rw,vers=1.0,file_mode=0660,dir_mode=0770,user=$USER,password=$PASSWORD  > /dev/null 2>&1
 # modified Work :)
It's weird because it's the first time I've had this problem with a puppy.

Do you know why there's this new problem? Thank you
Last edited by fabrice_035 on Fri 01 May 2020, 13:08, edited 1 time in total.
Bionicpup64-8.0 _ Kernel 5.4.27-64oz _ Asus Rog GL752

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#2 Post by rcrsn51 »

Click the Help button on the YASSM screen. It takes you to the main YASSM post with some Important updates.

Note the one about "vers=1.0".

User avatar
fabrice_035
Posts: 765
Joined: Mon 28 Apr 2014, 17:54
Location: Bretagne / France

#3 Post by fabrice_035 »

but why the latest versions don't have a share search feature.
and why is version 2.7 distributed with bionic64 if it's not up to date?

thx.
Bionicpup64-8.0 _ Kernel 5.4.27-64oz _ Asus Rog GL752

Post Reply