Hi!
I mount my linux smb network drive as local via ssh command -
sudo mount -o username=bug00 //10.10.10.200/music/ /media/music
- it’s work great, but i need auto mounting…
i try edit fstab - add string
//10.10.10.200/music /media/music cifs auto,_netdev,user=bug00,pass=111111,noperm,wine,utf8 0 0
but after rebot that string missing, wtf?
Have Anyone a solution for automounting network samba shara?
Today ain’t Unix/Linux my backyard !
But i’m using using a samba share on a Rpi “OMV” Nas without any options on the Volumio nor the OMV side (more than username and password)