bitmass

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by bitmass

  1. Hi guys. Having a nightmare with permissions and hopefully someone can help. I've naturally followed SpaceInvaders video which helped. I have successfully connected to Google Drive and Mega. However when mounting and sharing via SMB, is where I start having problems, here are the commands I'm trying (manually or through User Scripts): mkdir -p /mnt/disks/mega rclone mount --max-read-ahead 1024k --allow-other mega: /mnt/disks/mega & So creates the directory, then mount it to /mnt/disks/mega. This completes fine. SMB Config: [mega] path = /mnt/disks/mega comment = browseable = yes # Public public = yes writeable = yes vfs objects = But when I browse, I cannot write files to this share at all. Checking permissions in SSH gives this: drwxrwxrwx 1 root root 0 Jul 26 15:56 mega/ Anyone had similar issues? Tried searching without succsess. Thanks.