mason1204

Members
  • Posts

    2
  • Joined

  • Last visited

mason1204's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I figured it out. Since all my other shares had the right permissions, I just copied the permissions from a working share to the messed up share. The command for that for future viewers is: chmod -R --reference='/mnt/user/goodshare' '/mnt/user/badshare'
  2. I installed MineOS docker to try and setup a Minecraft server, but for some reason I couldn't write anything to the share I had setup for it. I ran the New Permissions tool on the share, but now when I do ls -la in my disk via the command line, the share is showing d-wx-wx-wx. How do I get read permissions back onto that share?