Announcement

Collapse
No announcement yet.

file sharing

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    file sharing

    I install samba with adept but then when I go to system settings > Sharing > File Sharing I don't see nothing to enable the advanced sharing

    I only have shared resoruces Windows.

    Any help?


    #2
    Re: file sharing

    To share files you have to set up your /etc/samba/smb.conf file. There are many postings about this in these fourms.

    Comment


      #3
      Re: file sharing

      Here is a simple one:
      workgroup = FINTANHOME
      interfaces = eth0
      map to guest = bad user

      [Data]

      path = /Data
      read only = no
      guest ok = yes
      case sensitive = no
      strict locking = no
      force user = fintan3



      [HP1600]

      printing = cups
      path = /var/tmp
      printable = yes
      guest ok = yes
      guest only = yes
      of course you will have to edit this to your needs accordingly

      Hope this helps
      HP Pavilion dv6 core i7 (Main)
      4 GB Ram
      Kubuntu 18.10

      Comment

      Working...
      X