<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="DejaVu Sans">Hey folks,<br>
      <br>
      I have a remote samba machine that I connect to via SSHFS.&nbsp; I
      created a specific user ("indy") that will be used for this
      connection and that user is in all the groups I believe it should
      be:<br>
      <br>
      indy@remote-srv-05:~$ groups<br>
      users ssh sambashare indy<br>
      <br>
      The issue I am having seems to be when Microsoft Office or Adobe
      products create a .tmp file as they are saving.&nbsp; When I am using
      these I get a "disk is full" error.&nbsp; I can see a "~WRD0003.tmp"
      file being created on the server via my explorer window.&nbsp; This (of
      course) disappears when the file fails to save.<br>
      <br>
      I've created new text files directly on the server and
      edited/saved them several times using simple text editors
      (notepad, Notepad++) and LibreOffice (the temp file it creates
      works "correctly" I suppose).<br>
      <br>
      This server will be predominately used by our Macs with a few
      Windows machines connecting on occasion.<br>
      <br>
      How are you setting up your smb.conf to allow
      Word/Photoshop/InDesign to work correctly?<br>
      <br>
      Here is my smb.conf file:<br>
      <br>
      #======================= Global Settings =======================<br>
      [global]<br>
      workgroup = COOLKIDZ<br>
      server string = %h server<br>
      include = /etc/samba/dhcp.conf<br>
      dns proxy = no<br>
      log level = 2<br>
      syslog = 2<br>
      log file = /var/log/samba/log.%m<br>
      max log size = 1000<br>
      syslog only = yes<br>
      panic action = /usr/share/samba/panic-action %d<br>
      encrypt passwords = true<br>
      passdb backend = tdbsam<br>
      obey pam restrictions = yes<br>
      unix password sync = no<br>
      passwd program = /usr/bin/passwd %u<br>
      passwd chat = *Enter\snew\s*\spassword:* %n\n
      *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully*
      .<br>
      pam password change = yes<br>
      socket options = TCP_NODELAY IPTOS_LOWDELAY<br>
      guest account = nobody<br>
      load printers = no<br>
      disable spoolss = yes<br>
      printing = bsd<br>
      printcap name = /dev/null<br>
      unix extensions = yes<br>
      wide links = no<br>
      create mask = 0777<br>
      directory mask = 0777<br>
      use sendfile = yes<br>
      aio read size = 16384<br>
      aio write size = 16384<br>
      null passwords = no<br>
      local master = yes<br>
      time server = no<br>
      wins support = no<br>
      <br>
      #======================= Share Definitions =======================<br>
      [Server5]<br>
      comment = File Storage<br>
      path = /media/14dccf1f-2af9-4a7d-ad14-86536398b0a6/Server5/<br>
      guest ok = no<br>
      read only = no<br>
      browseable = yes<br>
      inherit acls = yes<br>
      inherit permissions = no<br>
      ea support = no<br>
      store dos attributes = no<br>
      printable = no<br>
      create mask = 0766<br>
      force create mode = 0766<br>
      directory mask = 0766<br>
      force directory mode = 0766<br>
      hide dot files = yes<br>
      valid users = "preston","indy",@"preston",@"indy"<br>
      invalid users =<br>
      read list =<br>
      write list = "preston","indy",@"preston",@"indy"<br>
      <br>
      <br>
      If anyone could enlighten me on something I'm not seeing, I'd
      really appreciate it.&nbsp; This is getting frustrating to say the
      least.<br>
      <br>
      Thanks all,<br>
      Preston<br>
    </font>
    <pre class="moz-signature" cols="72">-- 
Be who you are and say what you feel, because those who mind don&#8217;t matter and those who matter don&#8217;t mind.
-Dr. Seuss
</pre>
  </body>
</html>