You are reading a single comment by @cyclotron3k and its replies. Click here to read the full conversation.
  • I have what I think is a Linux problem.

    Plex server is on a Ubuntu server. All my network drives are on a Windows server.

    To access the drives I did

    sudo mkdir /media/windowsshare
    

    and then added to /etc/fstab

    //servername/sharename /media/windowsshare cifs credentials=/home/ubuntuusername/.smbcredentials,iocharset=utf8,sec=ntlm 0 0
    

    (obviously replacing relevant parts with my server, username, etc and creating a .smbcredentials file)

    All seemed well and good, can read the folders, Plex works fine.

    I've recently been testing the DVR part of plex and found that it wasn't working as I couldn't write to the network drives.

    I tested this by copying a file to the network folder and it didn't work.

    The reason I think it could be a linux issue though is that copying the file using sudo does work. As such I can't see it being a permissions problem on the Windows server. Any suggestions?

  • Thanks, yes I can write to the folders using sudo which makes me think it's a permissions thing rather than the samba settings.

    I assume the user is the Linux user, not Windows. So far as I'm aware, I don't have any groups set up, is there a default for this or something (or can it be skipped if I set a user)? Cheers

About

Avatar for cyclotron3k @cyclotron3k started