Jump to content

Msan

Members
  • Posts

    321
  • Joined

  • Last visited

Posts posted by Msan

  1. On 4/26/2023 at 6:22 PM, Jeffrey Meng said:

    I got this setup on my local network, but when I try to access my server remotely via wireguard, I can't see .local domains, and so I can't access the time machine share (but I can connect to normal unraid shares via my ip). Does anybody know how to set this up so it can be accessed remotely with wireguard? I'm guessing I need to route it to use my ip and some port but I'm not sure where to set that up.

    Did you get anywhere with this? I am trying to do the exact same thing without success so far..

  2. Running Unraid 6.8.3

    I just upgraded my motherboard to a Supermicro X8DT6-F with builtin IPMI.

    Using the Dynamix Wireguard plugin for remote offsite access.

    Unraid is on .10 and my IPMI port is set to use .11 IP address.

    I can access anything on my network remotely without issue, but I can not see .11 (IPMI)

    If I ping .11 remotely I get a reply from .10 saying it's unreachable. If I ping .11 directly from unraid I get the same response.

    I can reach .11 from other machines on my local network just fine.. I've searched through all the unraid settings, but can't find anything that references .11

     

    running out of ideas..

  3. I just updated and am getting this error :(

     

    Quote

    Error, Main, UnhandledException
            *** Error Report ***
            Version: 3.2.19.0
            Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /config -restartpath /usr/lib/emby-server/restart.sh
            Operating system: Unix 4.9.30.0
            64-Bit OS: True
            64-Bit Process: True
            Mono: 5.0.1.1 (2017-02/5077205 Wed May 31 10:26:21 UTC 2017)
            Processor count: 4
            Program data path: /config
            Application directory: /usr/lib/emby-server/bin
            System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object
              at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].GetTypes (System.Reflection.Assembly assembly) [0x0003d] in <a7def6295c174553a0365db65d969283>:0 
              at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].MoveNext () [0x00051] in <6203235e612f49bb9ef4216386e8db0c>:0 
              at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].ToArray () [0x00033] in <6203235e612f49bb9ef4216386e8db0c>:0 
              at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <6203235e612f49bb9ef4216386e8db0c>:0 
              at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].DiscoverTypes () [0x00097] in <a7def6295c174553a0365db65d969283>:0 
              at Emby.Common.Implementations.BaseApplicationHost`1+<Init>d__104[TApplicationPathsType].MoveNext () [0x0010c] in <a7def6295c174553a0365db65d969283>:0 
               --- End of inner exception stack trace ---
              at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x001d1] in <e1bc5338205147aba27a42de00cadcf8>:0 
              at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout) [0x00000] in <e1bc5338205147aba27a42de00cadcf8>:0 
              at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <e1bc5338205147aba27a42de00cadcf8>:0 
              at MediaBrowser.Server.Mono.MainClass.RunApplication (Emby.Server.Implementations.ServerApplicationPaths appPaths, MediaBrowser.Model.Logging.ILogManager logManager, Emby.Server.Implementations.StartupOptions options) [0x0011f] in <94d1f6bd6c744dd79b1e6ba64d101c0d>:0 
              at MediaBrowser.Server.Mono.MainClass.Main (System.String[] args) [0x00084] in <94d1f6bd6c744dd79b1e6ba64d101c0d>:0 
            ---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object
              at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].GetTypes (System.Reflection.Assembly assembly) [0x0003d] in <a7def6295c174553a0365db65d969283>:0 
              at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].MoveNext () [0x00051] in <6203235e612f49bb9ef4216386e8db0c>:0 
              at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].ToArray () [0x00033] in <6203235e612f49bb9ef4216386e8db0c>:0 
              at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <6203235e612f49bb9ef4216386e8db0c>:0 
              at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].DiscoverTypes () [0x00097] in <a7def6295c174553a0365db65d969283>:0 
              at Emby.Common.Implementations.BaseApplicationHost`1+<Init>d__104[TApplicationPathsType].MoveNext () [0x0010c] in <a7def6295c174553a0365db65d969283>:0 <---

            System.AggregateException
              at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x001d1] in <e1bc5338205147aba27a42de00cadcf8>:0 
              at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout) [0x00000] in <e1bc5338205147aba27a42de00cadcf8>:0 
              at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <e1bc5338205147aba27a42de00cadcf8>:0 
              at MediaBrowser.Server.Mono.MainClass.RunApplication (Emby.Server.Implementations.ServerApplicationPaths appPaths, MediaBrowser.Model.Logging.ILogManager logManager, Emby.Server.Implementations.StartupOptions options) [0x0011f] in <94d1f6bd6c744dd79b1e6ba64d101c0d>:0 
              at MediaBrowser.Server.Mono.MainClass.Main (System.String[] args) [0x00084] in <94d1f6bd6c744dd79b1e6ba64d101c0d>:0 
            InnerException: System.NullReferenceException
            System.NullReferenceException: Object reference not set to an instance of an object
              at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].GetTypes (System.Reflection.Assembly assembly) [0x0003d] in <a7def6295c174553a0365db65d969283>:0 
              at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].MoveNext () [0x00051] in <6203235e612f49bb9ef4216386e8db0c>:0 
              at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].ToArray () [0x00033] in <6203235e612f49bb9ef4216386e8db0c>:0 
              at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <6203235e612f49bb9ef4216386e8db0c>:0 
              at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].DiscoverTypes () [0x00097] in <a7def6295c174553a0365db65d969283>:0 
              at Emby.Common.Implementations.BaseApplicationHost`1+<Init>d__104[TApplicationPathsType].MoveNext () [0x0010c] in <a7def6295c174553a0365db65d969283>:0 
              at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].GetTypes (System.Reflection.Assembly assembly) [0x0003d] in <a7def6295c174553a0365db65d969283>:0 
              at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].MoveNext () [0x00051] in <6203235e612f49bb9ef4216386e8db0c>:0 
              at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].ToArray () [0x00033] in <6203235e612f49bb9ef4216386e8db0c>:0 
              at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <6203235e612f49bb9ef4216386e8db0c>:0 
              at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].DiscoverTypes () [0x00097] in <a7def6295c174553a0365db65d969283>:0 
              at Emby.Common.Implementations.BaseApplicationHost`1+<Init>d__104[TApplicationPathsType].MoveNext () [0x0010c] in <a7def6295c174553a0365db65d969283>:0 

    UnhandledException
    System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object
      at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].GetTypes (System.Reflection.Assembly assembly) [0x0003d] in <a7def6295c174553a0365db65d969283>:0 
      at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].MoveNext () [0x00051] in <6203235e612f49bb9ef4216386e8db0c>:0 
      at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].ToArray () [0x00033] in <6203235e612f49bb9ef4216386e8db0c>:0 
      at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <6203235e612f49bb9ef4216386e8db0c>:0 
      at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].DiscoverTypes () [0x00097] in <a7def6295c174553a0365db65d969283>:0 
      at Emby.Common.Implementations.BaseApplicationHost`1+<Init>d__104[TApplicationPathsType].MoveNext () [0x0010c] in <a7def6295c174553a0365db65d969283>:0 
       --- End of inner exception stack trace ---
      at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x001d1] in <e1bc5338205147aba27a42de00cadcf8>:0 
      at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout) [0x00000] in <e1bc5338205147aba27a42de00cadcf8>:0 
      at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <e1bc5338205147aba27a42de00cadcf8>:0 
      at MediaBrowser.Server.Mono.MainClass.RunApplication (Emby.Server.Implementations.ServerApplicationPaths appPaths, MediaBrowser.Model.Logging.ILogManager logManager, Emby.Server.Implementations.StartupOptions options) [0x0011f] in <94d1f6bd6c744dd79b1e6ba64d101c0d>:0 
      at MediaBrowser.Server.Mono.MainClass.Main (System.String[] args) [0x00084] in <94d1f6bd6c744dd79b1e6ba64d101c0d>:0 
    ---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object
      at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].GetTypes (System.Reflection.Assembly assembly) [0x0003d] in <a7def6295c174553a0365db65d969283>:0 
      at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].MoveNext () [0x00051] in <6203235e612f49bb9ef4216386e8db0c>:0 
      at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].ToArray () [0x00033] in <6203235e612f49bb9ef4216386e8db0c>:0 
      at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <6203235e612f49bb9ef4216386e8db0c>:0 
      at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].DiscoverTypes () [0x00097] in <a7def6295c174553a0365db65d969283>:0 
      at Emby.Common.Implementations.BaseApplicationHost`1+<Init>d__104[TApplicationPathsType].MoveNext () [0x0010c] in <a7def6295c174553a0365db65d969283>:0 <---

    System.AggregateException
      at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x001d1] in <e1bc5338205147aba27a42de00cadcf8>:0 
      at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout) [0x00000] in <e1bc5338205147aba27a42de00cadcf8>:0 
      at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <e1bc5338205147aba27a42de00cadcf8>:0 
      at MediaBrowser.Server.Mono.MainClass.RunApplication (Emby.Server.Implementations.ServerApplicationPaths appPaths, MediaBrowser.Model.Logging.ILogManager logManager, Emby.Server.Implementations.StartupOptions options) [0x0011f] in <94d1f6bd6c744dd79b1e6ba64d101c0d>:0 
      at MediaBrowser.Server.Mono.MainClass.Main (System.String[] args) [0x00084] in <94d1f6bd6c744dd79b1e6ba64d101c0d>:0 
    InnerException: System.NullReferenceException
    System.NullReferenceException: Object reference not set to an instance of an object
      at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].GetTypes (System.Reflection.Assembly assembly) [0x0003d] in <a7def6295c174553a0365db65d969283>:0 
      at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].MoveNext () [0x00051] in <6203235e612f49bb9ef4216386e8db0c>:0 
      at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].ToArray () [0x00033] in <6203235e612f49bb9ef4216386e8db0c>:0 
      at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <6203235e612f49bb9ef4216386e8db0c>:0 
      at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].DiscoverTypes () [0x00097] in <a7def6295c174553a0365db65d969283>:0 
      at Emby.Common.Implementations.BaseApplicationHost`1+<Init>d__104[TApplicationPathsType].MoveNext () [0x0010c] in <a7def6295c174553a0365db65d969283>:0 
      at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].GetTypes (System.Reflection.Assembly assembly) [0x0003d] in <a7def6295c174553a0365db65d969283>:0 
      at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].MoveNext () [0x00051] in <6203235e612f49bb9ef4216386e8db0c>:0 
      at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].ToArray () [0x00033] in <6203235e612f49bb9ef4216386e8db0c>:0 
      at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <6203235e612f49bb9ef4216386e8db0c>:0 
      at Emby.Common.Implementations.BaseApplicationHost`1[TApplicationPathsType].DiscoverTypes () [0x00097] in <a7def6295c174553a0365db65d969283>:0 
      at Emby.Common.Implementations.BaseApplicationHost`1+<Init>d__104[TApplicationPathsType].MoveNext () [0x0010c] in <a7def6295c174553a0365db65d969283>:0 
     

     

  4. Oh cool. Thanks so much. I've been looking for this info for a while. Should have come here to look!!!

     

     

    Sent from my iPhone using Tapatalk

     

    I filled up the box last night, it's been running a preclear for the last 12 hours and all my temps are the same as before..

  5. Hi!

     

    Im using your emby container with kodi. Everything else seems to be working just fine, but i cant get music to play. I know about the embys network path thing, but i still kodi wont play my songs. Should i set the network location of my music folder to //SERVER/SHARE/MUSICFOLDER or something else? And  should i do something in Kodi? Kodi just tells me to check the .log file and it tells me this nonesense:

     

    16:58:37 T:140472203691904  ERROR: Open - failed to open source <musicdb://artists/27/19/230.flac?albumartistsonly=false&albumid=19&artistid=27>

    16:58:37 T:140472203691904  ERROR: Init: Error opening file musicdb://artists/27/19/230.flac?albumartistsonly=false&albumid=19&artistid=27

    16:58:37 T:140472203691904  ERROR: CAudioDecoder: Unable to Init Codec while loading file musicdb://artists/27/19/230.flac?albumartistsonly=false&albumid=19&artistid=27

    16:58:37 T:140472203691904 WARNING: PAPlayer::QueueNextFileEx - Failed to create the decoder

    16:58:37 T:140472203691904  ERROR: Playlist Player: skipping unplayable item: 7, path [musicdb://artists/27/19/230.flac?albumartistsonly=false&albumid=19&artistid=27]

    16:59:09 T:140470504113920  NOTICE: Thread JobWorker start, auto delete: true

    16:59:09 T:140470239418112  NOTICE: Thread FileCache start, auto delete: false

     

     

    Full .log file in attachments. ( I had to delete a lot of rows because of the filesize limit)

     

    It should look something like this in Emby.. (see attached..)

    emby.PNG.6cb48f0e82b07fcf1e44a60e5192d17f.PNG

  6. Don't suppose you have any spare (even dead) HDDs you could pop in? Everyone seems to think the H440 airflow is bad and that puts me off. .

     

     

    Sent from my iPhone using Tapatalk

     

    I have a ton LOL.. I have to add another drive in a day or two, so I'll fill up the rest then as well..

  7. I keep looking for someone with the full 11 HDDs in the H440 (2nd version caddies support 2 drives per caddy)... so I can see if airflow is killed dead by a full front of HDDs... Do report when you are full.... Please

     

    Will do, but I can't see it killing the airflow totally, there are still nice gaps between the drive trays even with 2 drives each..

  8. Nice build! Just curious, why did you decide to go with two parity drives being that you have three data drives in your array? When your case is full, how many total drives will you have in your array?

     

    I'll have 9 data drives once the case it full.. I figured I might as well start with 2 parity drives as that will give me protection from 2 failed drives from the start..

  9. I recently switched my case from a Norco 4220 to the NZXT H440 (2nd gen)

     

    Here are the results..

     

    Side View

    Vmgowhw.jpg?1

     

    Front view with cover and dust screen removed

    05FAASk.jpg?1

     

    Top view with cover removed.. (added 2 be quiet! Pure Wings 2 120mm 1500RPM 51.4CFM fan's)

    O6wi4LR.jpg?1

     

    Top fans viewed from inside

    BCuhHzr.jpg?1

     

    Closeup of the drive bays

    62ueKxY.jpg?1

     

    Back side view.. Dont't really care for cable routing there :)

    59xPmbH.jpg?1

     

    Side shot with system running

    XJoGVYk.jpg?1

     

    System is pretty quiet..

     

    I currently have 2 x 3TB WD Red's for parity,

    3 x 3TB WD Red's for Data Drives,

    1 512GB SSD for Cache

    and 1 120GB SSD for temp storage.

    1000VA/600W APC UPS (BR1000G)

     

    Average HDD temp is 26 Celsius.

    When running parity check average is 27.8C - System temp is 34C - Ambient temp 20.5C

    Currently pulls 168W at 100% CPU usage and all drives spinning.

     

    Will slowly add more 3TB WD Red's.. Should be full by Christmas :)

     

  10. Thanks! That's good on noise.. would love to know temps when you have all drive bays filled (ie 11) cos the drives double up (one facing up, one down) if memory serves. With 7 there are gaps for airflow.. with 11 the gaps are reduced and it might affect CPU temps as well as drive temps...    If you get to 11 drives please do share  ;)

     

    Will do.. I doubt my CPU temp will be affected (motherboard only shows low/med/high) and I had it running at 100% cpu usage for 8 hours and it was still at low :)

     

    So far I have 2 doubled up drives.. they seem to be about 1C higher in temp than the ones that are just by themselves in the bay..

     

    I should have all bays filled by christmas :)

  11. Would be interested to her your experience with the H440 mk2. With 11 HDDS you will find hard disk cooling may be challenging requiring either noisy fans or expensive fans I reckon. Do share your results. I've not seen anyone fill all bags and report temps etc. I considered it

     

    I currently have 2 x 3TB WD Red's for parity and 3 x 3TB WD Red's for Data Drives and 2 x 1TB WD's for Cache.

    Average HDD temp is 26 Celsius.

    When running parity check average is 27.8C - Case temp is 34C - Ambient temp 20.5C

     

    I did add 2 be quiet! Pure Wings 2 120mm 1500RPM 51.4CFM fan's to the top back (I could add one more) for exhaust. cost was 12 bucks each..

    Can only hear the server if I'm very close to it..

  12. Searching for a proper case right now. First decided on the Node 804, but considering it only supports m-itx and we probably want an atx mobo, that one didn't make it.

    Now looking at the Fractal Design Define R5. Looks like it supports up to 10 3,5" drives in total. Already throwing in 5x4Tb, 2x6TB, 1x8TB, so only 2 spaces left...

    Does someone have a better option? Preferably with support for a dual 120mm radiator, cause were going to use an H100i for the cpu cooling.

     

    I just got this one: http://www.newegg.com/Product/Product.aspx?Item=N82E16811146216&cm_re=h440_nzxt-_-11-146-216-_-Product and love it.. room for 11 3.5" HDD's and 2 2.5"

     

  13. So what else was a 10-day unRAID amateur suppose to do? But I'm glad Msan experienced the same thing and made that suggestion, seems like that's the point of having a forum!

     

    I'm glad I could help out.. That's the whole point of these forums :)

  14. I'm new to Emby and have a question about update. I read the above posts about docker hub issues and I don't know if it's the same issue since I don't have enough Emby experience.

     

    I'm currently seeing:

     

    Version 3.0.8300.0
    
    A new version of Emby Server is available!
    
    Version 3.0.8400 is now available for download.
    
    Please shutdown the server and update manually.

     

    With Restart and Shutdown buttons at the bottom.

     

    I've clicked on Restart but the update didn't happen so. From the Docker page of unRAID's UI, I've also clicked on Check for updates and it's telling me all dockers are fine.

     

    Am I suppose to update manually as the notice indicates? Where will I get instructions for that?

     

    Or is this the docker hub issue and auto-update will happen eventually and I should leave this alone?

     

    I've had this the other day as well.. no docker update and emby kept telling me to update manually..

    I ran this on the command line and it updated fine:

    docker exec EmbyServer update

  15. is /data mounted as a r/w volume in the docker run command?

     

    See here: https://docs.docker.com/engine/tutorials/dockervolumes/

     

    YES, that was it.. Thank you.. Can't believe I missed that..

     

    Glad it worked out for you :-)

     

    Love this thing.. backing up from Google Drive, OneDrive and Dropbox to unraid now..

    Funny thing, only the Dropbox backup doesn't give any transfer errors.. (corrupted on transfer: sizes differ 12893 vs 12065)

  16. I just set this up, but I want to do it the other way around..

    I want to back up stuff thats on google drive to my array.

    I changed the sync command to: rclone copy google: /data

    But when the sync runs, it's complaining that it's a read-only filesystem?

    I checked the permissions on /data and it's 777

     

    Can you show the docker run command?

     

    The sync command? I listed it already..

    rclone copy google: /data

     

    errors I get are like:

    2016/10/27 15:28:08 Google Photos/IMG_0558.JPG: Failed to copy: mkdir /data/Google Photos: read-only file system
    
    2016/10/27 15:28:08 Google Photos/5929_1107549417547_1491156989_30289734_7861392_n.jpg: Failed to copy: mkdir /data/Google Photos: read-only file system
    
    2016/10/27 15:28:08 Attempt 3/3 failed with 13630 errors and: mkdir /data/Google Photos: read-only file system
    
    2016/10/27 15:28:08 Failed to copy: mkdir /data/Google Photos: read-only file system

     

    ls -al /data from inside the docker:

    / # ls -al /data
    total 0
    drwxrwxrwx    1 99       100             10 Oct 27 16:02 .
    drwxr-xr-x    1 root     root           206 Oct 26 23:00 ..

  17. I just set this up, but I want to do it the other way around..

    I want to back up stuff thats on google drive to my array.

    I changed the sync command to: rclone copy google: /data

    But when the sync runs, it's complaining that it's a read-only filesystem?

    I checked the permissions on /data and it's 777

×
×
  • Create New...