Hi, how can I change offline attributes please?
I didn't find it in File/Change attributes.
Thank you very much...
Change offline attributes
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Change offline attributes
You can't, you need to open the file to download it. For OneDrive files, there are items in the context menu to always keep a file offline, or to free the local space.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Change offline attributes
It is not files from OneDrive
This files are on my local disk. I copied that from LTO tape to my computer...
Thank you...

This files are on my local disk. I copied that from LTO tape to my computer...
Thank you...
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Change offline attributes
How did you copy it from the LTO tape? Normally the offline attribute is set for files where the actual data isn't present, and needs to be retrieved when trying to access the data. It looks like the offline attribute was incorrectly kept when the file was copied from the tape.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Change offline attributes
With Commander
The same problem with the windows...
"It looks like the offline attribute was incorrectly kept when the file was copied from the tape."
Yes, you are right...
And that is the problem...

The same problem with the windows...
"It looks like the offline attribute was incorrectly kept when the file was copied from the tape."
Yes, you are right...
And that is the problem...
Re: Change offline attributes
So just use "ATTRIB" command from command line. You can also make button. Wildcards allowed, e.g.:
to clear "offline" attribute for all files in current directory.
Code: Select all
ATTRIB -O *.*
Re: Change offline attributes
So simple
Thank you very much!

Thank you very much!