Rclone fatal error mount not ready

I just ran unzip I didnt tell it where.

@Stream_One
You sent us version output saying you are on Linux.
Now you say you are on MacOS.
Our guys tell you repeatedly you don't need root to use our rclone.
You repeat again you don't have root.
Sorry we can help only with technical problems.
The main problem here is communication.
I can't help with it.
Have a good day.

When you unzip, it creates a folder.

You can decide to run it from that folder or move it somewhere else. I ran it from that folder it unzipped too.

I can't see your screen.

I don't know what you ran.

I don't know what output you got.

I don't know what you did to unzip it.

I shared full output of my commands so you can see exactly what I did.

If you want to share what you did, I'm happy to help.

You are way to confusing. I am personally typing on a Mac OS. This is my personal computer.
I am using a cloud server that is on linux that is where plex is located.
I am ssh into the linux cloud server at Whatbox.ca

I ran the exact directions above as well. I did download rclone and then unzip

wget https://downloads.rclone.org/v1.57.0/rclone-v1.57.0-linux-amd64.zip
--2022-01-04 21:52:26--  https://downloads.rclone.org/v1.57.0/rclone-v1.57.0-linux-amd64.zip
Resolving downloads.rclone.org... 2a02:24e0:8:61f9::1, 5.153.250.7
Connecting to downloads.rclone.org|2a02:24e0:8:61f9::1|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14409443 (14M) [application/zip]
Saving to: ‘rclone-v1.57.0-linux-amd64.zip’

rclone-v1.57.0-linu 100%[===================>]  13.74M  15.4MB/s    in 0.9s    

2022-01-04 21:52:28 (15.4 MB/s) - ‘rclone-v1.57.0-linux-amd64.zip’ saved [14409443/14409443]
unzip rclone-v1.57.0-linux-amd64.zip
Archive:  rclone-v1.57.0-linux-amd64.zip
   creating: rclone-v1.57.0-linux-amd64/
  inflating: rclone-v1.57.0-linux-amd64/README.txt  
  inflating: rclone-v1.57.0-linux-amd64/git-log.txt  
  inflating: rclone-v1.57.0-linux-amd64/rclone.1  
  inflating: rclone-v1.57.0-linux-amd64/README.html  
  inflating: rclone-v1.57.0-linux-amd64/rclone  
ilovemymac@ariel ~ $ cd rclone-v1.57.0-linux-amd64/

now im here

ilovemymac@ariel ~/rclone-v1.57.0-linux-amd64 $ 

I dont understand how I can be clearer. I am personally on a Mac desktop but my computer is not hosting the plex or the files I just am logging into the server from terminal.

From there, type:

./rclone version

Share the output.

~/rclone-v1.57.0-linux-amd64 $ ./rclone version
rclone v1.57.0
- os/version: gentoo 2.7 (64 bit)
- os/kernel: 5.10.27-gentoo-whatbox (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.17.2
- go/linking: static
- go/tags: none

From there, run your mount command with a "./" in front of rclone.

ilovemymac@ariel ~/rclone-v1.57.0-linux-amd64 $ ./rclone mount --daemon --daemon-wait=5m --buffer-size=64M --dir-cache-time=64h --vfs-cache-mode=full  --vfs-cache-max-age=6h Dropbox3: ~/PLEX/
2022/01/04 22:10:32 Fatal error: mount not ready

Let's fix the other first.

That means when you setup your own app, you didn't click on write permissions. That means:

  1. This is the first time you've ever tried to upload and found out it's broken
  2. You just changed your app id registration recently and missed the permission
  3. Someone else changed the app permissions on you

Dropbox (rclone.org)

Goes through how to setup the right app permissions.

Since you didn't share an rclone.conf, I have to guess you setup your app in your rclone.conf

Fix that and retest.

You can test without --daemon and share the log and make sure you include the full log and it's a debug log.

what is the rclone config?

If you don't know, you'd want to ask your buddy or whoever set it up for you. The link I shared goes through the steps.

I set up everything myself. I set up dropbox I connected it all. I ran through everything.

Yes I followed those steps when I created the mount 6 months ago. I just double checked them too
You asked me to share the config I was asking how to do that

You can use:

rclone config show

And make sure to remove any keys/secrets/etc.

What does that mean? You checked the app registration console and validated the permissions?

You see this?

I still can't see your computer or what you are doing so if you don't share screenshots to show what you've done, I have to guess so we waste your time and my time going back and forth pulling out information.

``

**ilovemymac@ariel** **~/rclone-v1.57.0-linux-amd64 $** rclone mount -vv --log-file=debug.log --buffer-size=64M --dir-cache-time=64h --vfs-cache-mode=full --vfs-cache-max-age=6h Dropbox3: ~/PLEX/

**ilovemymac@ariel** **~/rclone-v1.57.0-linux-amd64 $**

 rclone config show

[Gdrive]
type = google photos
client_id = 
client_secret =
token = {"access_token":"}

[Dropbox3]
type = dropbox
client_id = 
client_secret =
token = {"access_token":"  ","token_type":"bearer","refresh_token":59","expiry":"2022-01-04T18:55:09.033668-06
ilovemymac@ariel ~/rclone-v1.57.0-linux-amd64 $ ./rclone mount  --buffer-size=64M  --dir-cache-time=64h --vfs-cache-mode=full  --vfs-cache-max-age=6h Dropbox1: ~/files/
2022/01/04 23:40:16 ERROR : Dropbox root '': Statfs failed: about failed: missing_scope/.

You errors indicate your app is not setup properly or you aren't using the one you shared in your screenshot.

ilovemymac@ariel ~/rclone-v1.57.0-linux-amd64 $ rclone mount  -vv --log-file=debug.log --buffer-size=64M  --dir-cache-time=64h --vfs-cache-mode=full  --vfs-cache-max-age=6h Dropbox1:  ~/PLEX/
ilovemymac@ariel ~/rclone-v1.57.0-linux-amd64 $ 

This is what I get now. No error so im lost. And as far as above its the same app and everything I have been using I literally did nothing. It was connected and I simply ran fusermount -uz ~/files and then when I ran the rclone mount command it came up with the error. Its so weird.

Interestingly I opened plex and I can see it mount. SO when I go now to the directory its empty. However when I run this command

rclone mount  --daemon --daemon-timeout=5m --buffer-size=64M --dir-cache-time=64h --vfs-cache-mode=full --vfs-cache-max-age=6h Dropbox1:  ~/PLEX/

it hesitates and in terminal I see nothing. But if I open Plex I can see the directory to dropbox with all the files. But then after a couple minutes it disappears and then I get the "Fatal error: mount not ready"

So don't run this:

rclone mount  --daemon --daemon-timeout=5m --buffer-size=64M --dir-cache-time=64h --vfs-cache-mode=full --vfs-cache-max-age=6h Dropbox1:  ~/PLEX/

Run this:

rclone mount  --dir-cache-time=64h --vfs-cache-mode=full --vfs-cache-max-age=6h Dropbox1:  ~/PLEX/ -vvv

Share the full output.

**ilovemymac@ariel** **~ $** rclone mount --dir-cache-time=64h --vfs-cache-mode=full --vfs-cache-max-age=6h Dropbox1: ~/PLEX/ -vvv

2022/01/05 14:36:45 DEBUG : rclone: Version "v1.57.0-DEV" starting with parameters ["rclone" "mount" "--dir-cache-time=64h" "--vfs-cache-mode=full" "--vfs-cache-max-age=6h" "Dropbox1:" "/home/ilovemymac/PLEX/" "-vvv"]

2022/01/05 14:36:45 DEBUG : Creating backend with remote "Dropbox1:"

2022/01/05 14:36:45 DEBUG : Using config file from "/home/ilovemymac/.config/rclone/rclone.conf"

2022/01/05 14:36:45 DEBUG : vfs cache: root is "/home/ilovemymac/.cache/rclone"

2022/01/05 14:36:45 DEBUG : vfs cache: data root is "/home/ilovemymac/.cache/rclone/vfs/Dropbox1"

2022/01/05 14:36:45 DEBUG : vfs cache: metadata root is "/home/ilovemymac/.cache/rclone/vfsMeta/Dropbox1"

2022/01/05 14:36:45 DEBUG : Creating backend with remote "/home/ilovemymac/.cache/rclone/vfs/Dropbox1/"

2022/01/05 14:36:45 DEBUG : Creating backend with remote "/home/ilovemymac/.cache/rclone/vfsMeta/Dropbox1/"

2022/01/05 14:36:45 DEBUG : Dropbox root '': Mounting on "/home/ilovemymac/PLEX/"

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Rainbow Valley-1935.avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Tarzan And The Leopard Woman (1946).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Tarzan The Ape Man (1932).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Tarzan Triumphs (1943).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/American Ninja.1985.BD-Rip.XviD.1,46Gb.AC3.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Man From Monterey,The [1933].avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Rainbow.Brite.and.the.Star.Stealer. (1985)-003.mkv not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Tarzan And The Amazons (1945).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Beauty and the Beast (1991).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Only.The.Lonely.1991.1080p.WEBRip.x264-RARBG.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Return.Of.The.Jedi.Semi.Specialised.Edition.V5.Victory.Celebration.1983.1080p.DTS-HD.5.1.KK650.Regraded.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Stagecoach.1939.720p.BluRay.x264.YIFY.[YTS.AG].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Tarzan And His Mate (1934).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/The Rat Race (1960) 2.mkv not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Born to the West [1937].avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Drop.Dead.Fred.1991.1080p.BluRay.x264-[YTS.AM].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/She.Wore.A.Yellow.Ribbon.1949.720p.BluRay.x264-[YTS.AG].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Tarzan And The Mermaids (1948).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/The Big Stampede.avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Brannigan.1975.1080p.BluRay.H264.AAC-RARBG.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Donovans.Reef.1963.720p.WEBRip.x264.AAC-[YTS.MX].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Tarzan_s Secret Treasure (1941).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/The Conqueror - 1956 - John Wayne .avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/The Lawless Frontier.avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Haunted Gold (1932).avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Rio.Grande.1950.720p.BluRay.x264-[YTS.AM].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/King Of The Pecos (1936).avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/McLintock.1963.1080p.BluRay.x264.AAC-[YTS.MX].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Tarzan And The Huntress (1947).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/The Love God 1969 DVDRip XViD.avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/The.Bad.News.Bears.Go.To.Japan.1978.1080p.WEBRip.x265-RARBG.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/The.Comancheros.1961.720p.BluRay.x264-[YTS.AG].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Circus.World.1964.1080p.BluRay.H264.AAC-RARBG.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Claim Jumpers (1934).avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Help Wanted Kids (TV 1986).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Space Vampires (1985) - BD Rip ITA-Eng HD.mkv not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Texas Terror (John Wayne) (1935).avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/The muppets take manhattan (1984).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Overland Stage Raiders 1938.avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Suburban.Commando.1991.1080p.WEBRip.x264.AAC-[YTS.MX].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Tarzan Finds A Son (1939).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Tarzan_s Desert Mystery (1943).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/The.Big.Trail.1930.720p.BluRay.x264.YIFY.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/City.Heat.1984.720p.BluRay.DD5.1.x264-CRiSC.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Joy.Of.Sex.1984.1080p.WEBRip.x264.AAC-[YTS.MX].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Angel.And.The.Badman.1947.1080p.BluRay.x264-[YTS.AM].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Long Voyage Home (1940).avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Riders of Destiny - 1933.avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Tall In The Saddle.avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Teenage Mutant Ninja Turtles 2 1991.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/The Reluctant Astronaut (Comedy 1967) Don Knotts, Leslie Nielsen & Joan Freeman.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Hondo.1953.1080p.BluRay.x264.AAC5.1-[YTS.MX].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Randy Rides Alone.avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Legend Of The Lost (1957).divx.avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Dakota.1945.720p.BluRay.x264-[YTS.AM].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Ernest.Scared.Stupid.(1991).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/In.Harms.Way.1965.1080p.BluRay.x265-RARBG.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/McQ.1974.1080p.BluRay.H264.AAC-RARBG.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/North.To.Alaska.1960.720p.BluRay.x264-[YTS.AM].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/She Wore A Yellow Ribbon.avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Tarzan Escapes (1936).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Texas Cyclone (John Wayne) 1932.avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Cast.a.Giant.Shadow.1966.1080p.BluRay.H264.AAC-RARBG.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Hell Town.avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/The Shakiest Gun in the West (1968).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/No.Deposit.No.Return.1976.1080p.WEBRip.x265-RARBG.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Dark Command (1940).avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Lawless Range (1936).avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Paradise Canyon (John Wayne) (1935).avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Pennies from Heaven (Drama 1981) Steve Martin, Bernadette Peters _ Jessica Harper.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Problem.Child.2.1991.1080p.BluRay.x264-[YTS.AM].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Ride Him, Cowboy .avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Sands.of.Iwo.Jima.1949.1080p.BluRay.x264.YIFY.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Sorority.Babes.In.The.Slimeball.Bowl-O-Rama.1988.1080p.BluRay.x264.AAC5.1-[YTS.MX](1).mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/California.Conquest.1952.1080p.BluRay.x264.AAC-[YTS.MX].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Nothing.But.Trouble.1991.1080p.WEBRip.x264-[YTS.LT].mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/The.Bad.News.Bears.in.Breaking.Training.1977.1080p.WEBRip.x265-RARBG.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/The Incredible Mr. Limpet.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/The Spoilers (Western) (1942).avi not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Rooster.Cogburn.1975.1080p.BluRay.x265-RARBG.mp4 not removed, freed 0 bytes

2022/01/05 14:36:45 DEBUG : vfs cache RemoveNotInUse (maxAge=21600000000000, emptyOnly=false): item Plex/Media/Movies/Movies-Classic/Somewhere in Sonora .avi not removed, freed 0 bytes

2022/01/05 14:36:45 INFO : vfs cache: cleaned: objects 81 (was 81) in use 0, to upload 0, uploading 0, total size 3.338Gi (was 3.338Gi)

2022/01/05 14:36:45 mount helper error: fusermount: failed to access mountpoint /mnt/mpathad/ilovemymac/PLEX: Permission denied

2022/01/05 14:36:45 Fatal error: failed to mount FUSE fs: fusermount: exit status 1

**ilovemymac@ariel** **~ $**



`