Making one folder in Linux writable via Samba

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I have a massive collection of photos on my home server that I keep root the owner of so that it is not mistakenly overwritten, deleted, etc. Because I use Lightroom to manage the photos themselves, I want to make the Lightroom catalog file writable via my Windows PC but leave ALL THE OTHER files protected.



My samba entry:



[Pictures]
comment = Pictures
writable = no
printable = no
public = yes
create mode = 777
path = "/path/to/Pictures"
directory mode = 777


I've tried setting writable = yes and setting chown root:root --recursive * on all the files and folders within Pictures and I can still write to the folders...? Is what I am trying possible?










share|improve this question



























    up vote
    0
    down vote

    favorite












    I have a massive collection of photos on my home server that I keep root the owner of so that it is not mistakenly overwritten, deleted, etc. Because I use Lightroom to manage the photos themselves, I want to make the Lightroom catalog file writable via my Windows PC but leave ALL THE OTHER files protected.



    My samba entry:



    [Pictures]
    comment = Pictures
    writable = no
    printable = no
    public = yes
    create mode = 777
    path = "/path/to/Pictures"
    directory mode = 777


    I've tried setting writable = yes and setting chown root:root --recursive * on all the files and folders within Pictures and I can still write to the folders...? Is what I am trying possible?










    share|improve this question

























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have a massive collection of photos on my home server that I keep root the owner of so that it is not mistakenly overwritten, deleted, etc. Because I use Lightroom to manage the photos themselves, I want to make the Lightroom catalog file writable via my Windows PC but leave ALL THE OTHER files protected.



      My samba entry:



      [Pictures]
      comment = Pictures
      writable = no
      printable = no
      public = yes
      create mode = 777
      path = "/path/to/Pictures"
      directory mode = 777


      I've tried setting writable = yes and setting chown root:root --recursive * on all the files and folders within Pictures and I can still write to the folders...? Is what I am trying possible?










      share|improve this question















      I have a massive collection of photos on my home server that I keep root the owner of so that it is not mistakenly overwritten, deleted, etc. Because I use Lightroom to manage the photos themselves, I want to make the Lightroom catalog file writable via my Windows PC but leave ALL THE OTHER files protected.



      My samba entry:



      [Pictures]
      comment = Pictures
      writable = no
      printable = no
      public = yes
      create mode = 777
      path = "/path/to/Pictures"
      directory mode = 777


      I've tried setting writable = yes and setting chown root:root --recursive * on all the files and folders within Pictures and I can still write to the folders...? Is what I am trying possible?







      permissions samba






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 24 at 9:09









      Nisse Engström

      321246




      321246










      asked Feb 24 at 4:53









      chow

      12816




      12816

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1009224%2fmaking-one-folder-in-linux-writable-via-samba%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1009224%2fmaking-one-folder-in-linux-writable-via-samba%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491