Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4931

Troubleshooting • Re: Can't see pi files in windows explorer

$
0
0
My apologies for being an awkward customer!

No need to appologise.

OK, I've just gone through those instructions and managed to get thngs working on my dev box. With one additional change.

Revised instructions follow some steps can probably be skipped. New bit in bold:
  1. Install git:

    Code:

    sudo apt updatesudo apt install -y git
  2. Clone the wsdd repository:

    Code:

    git clone https://github.com/christgau/wsdd
  3. Copy the script:

    Code:

    sudo cp wsdd/src/wsdd.py /usr/bin/wsdd
  4. Ensure it is executable:

    Code:

    sudo chmod a+x /usr/bin/wsdd
  5. Copy the systemd service and settings:

    Code:

    sudo cp wsdd/etc/systemd/wsdd.service /etc/systemd/systemsudo cp wsdd/etc/systemd/wsdd.service /etc/default/wsdd
  6. Open /etc/systemd/system/wsdd.service in your preferred text editor. You will need to be root or use sudo.
  7. Replace User=wsdd with User=nobody
  8. Replace Group=wsdd with Group=nogroup
  9. Save and close
  10. Enable the service:

    Code:

    sudo systemctl enable wsdd
  11. Start the service:

    Code:

    sudo systemctl start wsdd
My appologies. Entirely my fault for not toticing that detail in the service file.

Statistics: Posted by thagrol — Sun Jan 21, 2024 10:56 pm



Viewing all articles
Browse latest Browse all 4931

Trending Articles