Can't get the Raspberri Pi HDD on a Samba share and make it readable

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











up vote
0
down vote

favorite












We're basically trying to do something simple: share the root of a USB HDD plugged in a RPi with Samba. I remember how easy it was to set file sharing 10 years ago but it's gotten so complicated, no matter the guides I never managed to make it work as perfectly as it was before, or even make it work at all. So anyways..



Our equipment:



  • Raspberry Pi 3 Model B

  • Windows 10 laptop

  • OSX laptop

  • USB3 HDD with OSX HFS format (I think it's read-only on RPi, which is fine)

I installed the correct libraries to read HFS file format on both RPi and Windows, then made sure all the samba libraries were installed on Raspbian as well as the Windows 10 optional features.



My smb.conf (All the rest is default):



[global]
workgroup = Workgroup
wins support = yes

[homes]
comment = Home Directories
browseable = yes
read only = no
create mask = 0700
directory mask = 0700

[Videos]
comment = Kodi video source
path = /media/pi/Media/
brwoseable = yes
create mask = 0700
directory mask = 0700
read only = no
guest ok = yes


With that config, what happens on Windows:

I joined "Workgroup" on Windows 10, rebooted my computer and activated file sharing, made sure my network was set to "private", not public". Then in the explorer's "network" area, nothing ever shows, however by typing in the address bar: \OPENPLOTTER, which is the RPi's name, the shared folders show up ("homes", "pi" and "Videos"). "home" and "pi" are readable and writable, however opening "Videos" results in:

"Windows cannot access OPENPLOTTERVideos. The network path was not found". (I think at some point I hit "connect" and entered the credentials also).



What happens on OSX:

Same happens as on Windows, can't access the "Videos" folder, except we don't have to manually enter the RPi's address and go through complicated shenanigans, it shows up right away in "Network" and we can then hit "connect" and enter credentials.



I also tried creating a symbolic link "Videos" in the home folder but when trying to access it, same happens as the original "Videos" folder.



Tried also the Tips and tricks here

Checked out this Kodi guide on SMB shares

And tried chmod on the shared Video folder put it's read-only









share

























    up vote
    0
    down vote

    favorite












    We're basically trying to do something simple: share the root of a USB HDD plugged in a RPi with Samba. I remember how easy it was to set file sharing 10 years ago but it's gotten so complicated, no matter the guides I never managed to make it work as perfectly as it was before, or even make it work at all. So anyways..



    Our equipment:



    • Raspberry Pi 3 Model B

    • Windows 10 laptop

    • OSX laptop

    • USB3 HDD with OSX HFS format (I think it's read-only on RPi, which is fine)

    I installed the correct libraries to read HFS file format on both RPi and Windows, then made sure all the samba libraries were installed on Raspbian as well as the Windows 10 optional features.



    My smb.conf (All the rest is default):



    [global]
    workgroup = Workgroup
    wins support = yes

    [homes]
    comment = Home Directories
    browseable = yes
    read only = no
    create mask = 0700
    directory mask = 0700

    [Videos]
    comment = Kodi video source
    path = /media/pi/Media/
    brwoseable = yes
    create mask = 0700
    directory mask = 0700
    read only = no
    guest ok = yes


    With that config, what happens on Windows:

    I joined "Workgroup" on Windows 10, rebooted my computer and activated file sharing, made sure my network was set to "private", not public". Then in the explorer's "network" area, nothing ever shows, however by typing in the address bar: \OPENPLOTTER, which is the RPi's name, the shared folders show up ("homes", "pi" and "Videos"). "home" and "pi" are readable and writable, however opening "Videos" results in:

    "Windows cannot access OPENPLOTTERVideos. The network path was not found". (I think at some point I hit "connect" and entered the credentials also).



    What happens on OSX:

    Same happens as on Windows, can't access the "Videos" folder, except we don't have to manually enter the RPi's address and go through complicated shenanigans, it shows up right away in "Network" and we can then hit "connect" and enter credentials.



    I also tried creating a symbolic link "Videos" in the home folder but when trying to access it, same happens as the original "Videos" folder.



    Tried also the Tips and tricks here

    Checked out this Kodi guide on SMB shares

    And tried chmod on the shared Video folder put it's read-only









    share























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      We're basically trying to do something simple: share the root of a USB HDD plugged in a RPi with Samba. I remember how easy it was to set file sharing 10 years ago but it's gotten so complicated, no matter the guides I never managed to make it work as perfectly as it was before, or even make it work at all. So anyways..



      Our equipment:



      • Raspberry Pi 3 Model B

      • Windows 10 laptop

      • OSX laptop

      • USB3 HDD with OSX HFS format (I think it's read-only on RPi, which is fine)

      I installed the correct libraries to read HFS file format on both RPi and Windows, then made sure all the samba libraries were installed on Raspbian as well as the Windows 10 optional features.



      My smb.conf (All the rest is default):



      [global]
      workgroup = Workgroup
      wins support = yes

      [homes]
      comment = Home Directories
      browseable = yes
      read only = no
      create mask = 0700
      directory mask = 0700

      [Videos]
      comment = Kodi video source
      path = /media/pi/Media/
      brwoseable = yes
      create mask = 0700
      directory mask = 0700
      read only = no
      guest ok = yes


      With that config, what happens on Windows:

      I joined "Workgroup" on Windows 10, rebooted my computer and activated file sharing, made sure my network was set to "private", not public". Then in the explorer's "network" area, nothing ever shows, however by typing in the address bar: \OPENPLOTTER, which is the RPi's name, the shared folders show up ("homes", "pi" and "Videos"). "home" and "pi" are readable and writable, however opening "Videos" results in:

      "Windows cannot access OPENPLOTTERVideos. The network path was not found". (I think at some point I hit "connect" and entered the credentials also).



      What happens on OSX:

      Same happens as on Windows, can't access the "Videos" folder, except we don't have to manually enter the RPi's address and go through complicated shenanigans, it shows up right away in "Network" and we can then hit "connect" and enter credentials.



      I also tried creating a symbolic link "Videos" in the home folder but when trying to access it, same happens as the original "Videos" folder.



      Tried also the Tips and tricks here

      Checked out this Kodi guide on SMB shares

      And tried chmod on the shared Video folder put it's read-only









      share













      We're basically trying to do something simple: share the root of a USB HDD plugged in a RPi with Samba. I remember how easy it was to set file sharing 10 years ago but it's gotten so complicated, no matter the guides I never managed to make it work as perfectly as it was before, or even make it work at all. So anyways..



      Our equipment:



      • Raspberry Pi 3 Model B

      • Windows 10 laptop

      • OSX laptop

      • USB3 HDD with OSX HFS format (I think it's read-only on RPi, which is fine)

      I installed the correct libraries to read HFS file format on both RPi and Windows, then made sure all the samba libraries were installed on Raspbian as well as the Windows 10 optional features.



      My smb.conf (All the rest is default):



      [global]
      workgroup = Workgroup
      wins support = yes

      [homes]
      comment = Home Directories
      browseable = yes
      read only = no
      create mask = 0700
      directory mask = 0700

      [Videos]
      comment = Kodi video source
      path = /media/pi/Media/
      brwoseable = yes
      create mask = 0700
      directory mask = 0700
      read only = no
      guest ok = yes


      With that config, what happens on Windows:

      I joined "Workgroup" on Windows 10, rebooted my computer and activated file sharing, made sure my network was set to "private", not public". Then in the explorer's "network" area, nothing ever shows, however by typing in the address bar: \OPENPLOTTER, which is the RPi's name, the shared folders show up ("homes", "pi" and "Videos"). "home" and "pi" are readable and writable, however opening "Videos" results in:

      "Windows cannot access OPENPLOTTERVideos. The network path was not found". (I think at some point I hit "connect" and entered the credentials also).



      What happens on OSX:

      Same happens as on Windows, can't access the "Videos" folder, except we don't have to manually enter the RPi's address and go through complicated shenanigans, it shows up right away in "Network" and we can then hit "connect" and enter credentials.



      I also tried creating a symbolic link "Videos" in the home folder but when trying to access it, same happens as the original "Videos" folder.



      Tried also the Tips and tricks here

      Checked out this Kodi guide on SMB shares

      And tried chmod on the shared Video folder put it's read-only







      networking samba smb kodi





      share












      share










      share



      share










      asked 1 min ago









      NaturalBornCamper

      11516




      11516

























          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          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: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f480702%2fcant-get-the-raspberri-pi-hdd-on-a-samba-share-and-make-it-readable%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%2funix.stackexchange.com%2fquestions%2f480702%2fcant-get-the-raspberri-pi-hdd-on-a-samba-share-and-make-it-readable%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay