Score:0

Ubuntu 20.04 Networking share folder error

md flag

I have problems with other locations network folder mounting.

click this img(error)

I wanted to create a shared folder via cifs (Samba), so I just typed these codes, but the other shared networks that were mounted disappeared like this.

This is the process until I get an error.

sudo apt-get update && sudo gedit /etc/samba/smb.conf

    [user]
    comment = file share using samba 
    path = /home/user/share //folder to share
    valid user = user 
    writeable = yes
    read only = no
    guest ok = yes
    browseable = yes
sudo smbpasswd -a # add user account 
sudo /etc/init.d/smbd restart
sudo apt-get install smbclient cifs-utils

I want shared networks back to normal like this.

click this img(original)

anybody help, plz

Terrance avatar
id flag
`path = /home/user/share //folder to share` is incorrect. If you want to have a comment it has to be with `#` and not `//` like `path = /home/user/share #folder to share`
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.