Page 1 of 1

IFL tbiview won't 'see' any image files

Posted: Fri Jun 03, 2016 5:20 am
by ManChicken
I have a .tbi of a previous Linux install and want to restore a bunch of junk from it to my current. I downloaded the Linux tbiview and finally got it to run, but when I go to Open and navigate to the folder the image file is in, nothing shows up. The file permissions are world-readable and I can access it as myself just fine, it's just tbiview that doesn't show anything. Even as root.

Any ideas why? I've tried renaming it to .TBI wondering if it was really looking for that based on the pattern at the bottom of the window, but that didn't do anything different.

[attachment=0]tbiview.jpg[/attachment]

Re: IFL tbiview won't 'see' any image files

Posted: Fri Jun 03, 2016 7:58 am
by TeraByte Support
That would probably be it, change the extension or type in a new one like
*.tbi or *.TBI or * to see all

"ManChicken" wrote in message news:11623@public.image...

I have a .tbi of a previous Linux install and want to restore a bunch of
junk from it to my current. I downloaded the Linux tbiview and finally got
it to run, but when I go to Open and navigate to the folder the image file
is in, nothing shows up. The file permissions are world-readable and I can
access it as myself just fine, it's just tbiview that doesn't show anything.
Even as root.

Any ideas why? I've tried renaming it to .TBI wondering if it was really
looking for that based on the pattern at the bottom of the window, but that
didn't do anything different.
tbiview.jpg

Re: IFL tbiview won't 'see' any image files

Posted: Fri Jun 03, 2016 4:21 pm
by ManChicken
Even changing it to * doesn't do anything. In fact it shows no files at all.. if I go into that 'linkedmedia' directory for instance shown in my screenshot, it just shows the parent directory .. even though it's full of various files.

Even if I type in the complete pathname to the TBI file exactly, I get "file not found" even though it's really there.

Re: IFL tbiview won't 'see' any image files

Posted: Sat Jun 04, 2016 6:24 am
by TeraByte Support
It can be 64bit inodes .. readdir fails. "noserverino" on network mounting
fixes that. And IFL see the files?


"ManChicken" wrote in message news:11625@public.image...

Even changing it to * doesn't do anything. In fact it shows no files at
all.. if I go into that 'linkedmedia' directory for instance shown in my
screenshot, it just shows the parent directory .. even though it's full of
various files.

Even if I type in the complete pathname to the TBI file exactly, I get "file
not found" even though it's really there.


Re: IFL tbiview won't 'see' any image files

Posted: Fri Jun 10, 2016 8:33 am
by ManChicken
Thanks, that worked.
Indeed, the filesystem the TBI file is sitting on is a very large 12TB XFS volume.

Any plans for a native 64-bit build?