Uptobox setup stuck on 'storage'

post the full debug log.

1 Like

Do I need to generate it? or is it located somewhere?

run the command and post the output

1 Like

rclone sync --dry-run "src" "uptobox":"folder" --log-file "home\fmchris10\log.log" --log-level INFO --delete-after --copy-links --stats-one-line -P --stats 5s
2.889 GiB / 2.889 GiB, 100%, 0 B/s, ETA -

Listed two films, but I should admit I deleted the remote that had mounted as I thought I had something wrong. I've created a new one, with all lower cases, but I can't get it to mount again. In the folder on Ubuntu it does show two icons with the film names.

you deleted the working remote?

so need to test the new one,
rclone lsd uptobox: -vv

1 Like

I believe the new one is running, and, I have managed to add the folder. However, its not showing anything.

2022/02/11 00:09:06 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "lsd" "uptobox:" "-vv"]
2022/02/11 00:09:06 DEBUG : Creating backend with remote "uptobox:"
2022/02/11 00:09:06 DEBUG : Using config file from "/home/fmchris10/.config/rclone/rclone.conf"
-1 2022-02-11 00:09:09 -1 FTP
-1 2022-02-11 00:09:09 -1 New
2022/02/11 00:09:09 DEBUG : 4 go routines active

it is showing something

-1 2022-02-11 00:09:09 -1 FTP
-1 2022-02-11 00:09:09 -1 New
1 Like

Yeah, I mean the folder is no longer showing the files at my end.

2022/02/11 00:19:49 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "mount" "uptobox:/New" "/home/fmchris10/src/" "-vv" "--vfs-cache-mode=full" "--allow-other"]
2022/02/11 00:19:49 DEBUG : Creating backend with remote "uptobox:/New"
2022/02/11 00:19:49 DEBUG : Using config file from "/home/fmchris10/.config/rclone/rclone.conf"
^[[A2022/02/11 00:19:52 INFO : Uptobox root '/New': poll-interval is not supported by this remote
2022/02/11 00:19:52 DEBUG : vfs cache: root is "/home/fmchris10/.cache/rclone"
2022/02/11 00:19:52 DEBUG : vfs cache: data root is "/home/fmchris10/.cache/rclone/vfs/uptobox/New"
2022/02/11 00:19:52 DEBUG : vfs cache: metadata root is "/home/fmchris10/.cache/rclone/vfsMeta/uptobox/New"
2022/02/11 00:19:52 DEBUG : Creating backend with remote "/home/fmchris10/.cache/rclone/vfs/uptobox//New"
2022/02/11 00:19:52 DEBUG : Creating backend with remote "/home/fmchris10/.cache/rclone/vfsMeta/uptobox//New"
2022/02/11 00:19:52 DEBUG : Uptobox root '/New': Mounting on "/home/fmchris10/src/"
2022/02/11 00:19:52 INFO : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2022/02/11 00:19:52 mount helper error: fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf
2022/02/11 00:19:52 Fatal error: failed to mount FUSE fs: fusermount: exit status 1

I got this trying to mount it again.

rclone mount uptobox:/New /home/fmchris10/src/ -vv --vfs-cache-mode=full --allow-other

  1. edit /etc/fuse.conf, need to do use something like sudo nano /etc/fuse.conf
  2. remove the # from # user_allow_other
  3. save the file.
  4. run the mount.
  5. live long and prosper
1 Like

Does this mean it's running?

The command seems to be adding new text, is it safe to close out of it? Jellyfin approved the dictory, but on my computer no files show and importing hasn't done a thing.

2022/02/11 01:12:15 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "mount" "uptobox:/Movies" "/home/fmchris10/src/" "-vv" "--vfs-cache-mode=full" "--allow-other"]
2022/02/11 01:12:15 DEBUG : Creating backend with remote "uptobox:/Movies"
2022/02/11 01:12:15 DEBUG : Using config file from "/home/fmchris10/.config/rclone/rclone.conf"
2022/02/11 01:12:18 INFO : Uptobox root '/Movies': poll-interval is not supported by this remote
2022/02/11 01:12:18 DEBUG : vfs cache: root is "/home/fmchris10/.cache/rclone"
2022/02/11 01:12:18 DEBUG : vfs cache: data root is "/home/fmchris10/.cache/rclone/vfs/uptobox/Movies"
2022/02/11 01:12:18 DEBUG : vfs cache: metadata root is "/home/fmchris10/.cache/rclone/vfsMeta/uptobox/Movies"
2022/02/11 01:12:18 DEBUG : Creating backend with remote "/home/fmchris10/.cache/rclone/vfs/uptobox//Movies"
2022/02/11 01:12:18 DEBUG : Creating backend with remote "/home/fmchris10/.cache/rclone/vfsMeta/uptobox//Movies"
2022/02/11 01:12:18 DEBUG : Uptobox root '/Movies': Mounting on "/home/fmchris10/src/"
2022/02/11 01:12:18 INFO : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2022/02/11 01:12:18 DEBUG : : Root:
2022/02/11 01:12:18 DEBUG : : >Root: node=/, err=
2022/02/11 01:12:18 DEBUG : /: Lookup: name=".xdg-volume-info"
2022/02/11 01:12:18 DEBUG : /: >Lookup: node=, err=no such file or directory
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: Lookup: name="autorun.inf"
2022/02/11 01:12:18 DEBUG : /: >Lookup: node=, err=no such file or directory
2022/02/11 01:12:18 DEBUG : /: Lookup: name=".Trash"
2022/02/11 01:12:18 DEBUG : /: >Lookup: node=, err=no such file or directory
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Lookup: name=".Trash-1000"
2022/02/11 01:12:18 DEBUG : /: >Lookup: node=, err=no such file or directory
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Attr:
2022/02/11 01:12:18 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:18 DEBUG : /: ReadDirAll:
2022/02/11 01:12:18 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:18 DEBUG : /: Lookup: name="autorun.inf"
2022/02/11 01:12:18 DEBUG : /: >Lookup: node=, err=no such file or directory
2022/02/11 01:12:42 DEBUG : /: Attr:
2022/02/11 01:12:42 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:42 DEBUG : /: Lookup: name=".Trash"
2022/02/11 01:12:42 DEBUG : /: >Lookup: node=, err=no such file or directory
2022/02/11 01:12:42 DEBUG : /: Lookup: name=".Trash-1000"
2022/02/11 01:12:42 DEBUG : /: >Lookup: node=, err=no such file or directory
2022/02/11 01:12:42 DEBUG : /: ReadDirAll:
2022/02/11 01:12:42 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:12:48 DEBUG : /: Attr:
2022/02/11 01:12:48 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:50 DEBUG : /: Attr:
2022/02/11 01:12:50 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
2022/02/11 01:12:50 DEBUG : /: Lookup: name=".Trash"
2022/02/11 01:12:50 DEBUG : /: >Lookup: node=, err=no such file or directory
2022/02/11 01:12:50 DEBUG : /: Lookup: name=".Trash-1000"
2022/02/11 01:12:50 DEBUG : /: >Lookup: node=, err=no such file or directory
2022/02/11 01:12:50 DEBUG : /: ReadDirAll:
2022/02/11 01:12:50 DEBUG : /: >ReadDirAll: item=2, err=
2022/02/11 01:13:18 INFO : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)

yes, it running

need to keep it running. if you kill it, will not be able to access the mount.

what is the output of
ls /home/fmchris10/src/

It literally continued whilst I slept, I woke up and left it for another 3 or so hours before I closed it. This can't be normal right?

ls /home/fmchris10/src/

That's what I get from the command.

I have noticed a secondary mounted folder suddenly appear since re-running the mounting command.

thinclient_drives

Not sure what's going on with that.

no idea what it is?

not a rclone isssue

if you kill the mount, then that command will output nothing.
need to run the rclone mount and then run that command, post the output.

Sorry, I meant the messages which the command returned. I didn't realise that it had to be on for it to be mounted, for some reason I thought it would require a command to unmount the service.

Can the cache part of the command be removed?

I'll try to set it up again tomorrow, I did try Google Drive today just out of interest and once I typed in the command, I got no output but it worked fine.

Thanks for all your help.

please be specifc, what part?

--vfs-cache-mode=full

yes, you can remove --vfs-cache-mode=full.
i do not use that flag when streaming media from cloud.

I haven't had any issues with adding the directory to Jellyfin this time round, do I need to add the media myself?

This is the information that came back after adding the command.
<7>DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "mount" "uptobox:/Movies" "/home/fmchris10/src/" "-vv" "--allow-other"]
<7>DEBUG : rclone: systemd logging support activated
<7>DEBUG : Creating backend with remote "uptobox:/Movies"
<7>DEBUG : Using config file from "/home/fmchris10/.config/rclone/rclone.conf"
<6>INFO : Uptobox root '/Movies': poll-interval is not supported by this remote
<5>NOTICE: Uptobox root '/Movies': --vfs-cache-mode writes or full is recommended for this remote as it can't stream
<7>DEBUG : Uptobox root '/Movies': Mounting on "/home/fmchris10/src/"
<7>DEBUG : : Root:
<7>DEBUG : : >Root: node=/, err=
<7>DEBUG : /: Lookup: name=".Trash"
<7>DEBUG : /: >Lookup: node=, err=no such file or directory
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: Lookup: name=".xdg-volume-info"
<7>DEBUG : /: >Lookup: node=, err=no such file or directory
<7>DEBUG : /: Lookup: name="autorun.inf"
<7>DEBUG : /: >Lookup: node=, err=no such file or directory
<7>DEBUG : /: Lookup: name=".Trash-1000"
<7>DEBUG : /: >Lookup: node=, err=no such file or directory
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Lookup: name="autorun.inf"
<7>DEBUG : /: >Lookup: node=, err=no such file or directory
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : : Statfs:
<7>DEBUG : : >Statfs: stat={Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
<7>DEBUG : /: Lookup: name=".Trash"
<7>DEBUG : /: >Lookup: node=, err=no such file or directory
<7>DEBUG : /: Lookup: name=".Trash-1000"
<7>DEBUG : /: >Lookup: node=, err=no such file or directory
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : : Statfs:
<7>DEBUG : : >Statfs: stat={Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
<7>DEBUG : : Statfs:
<7>DEBUG : : >Statfs: stat={Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
<7>DEBUG : /: Lookup: name=".Trash"
<7>DEBUG : : Re-reading directory (8m16.048339996s old)
<7>DEBUG : /: >Lookup: node=, err=no such file or directory
<7>DEBUG : /: Lookup: name=".Trash-1000"
<7>DEBUG : /: >Lookup: node=, err=no such file or directory
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=2, err=

not understanding your question.