Hi,
I have this problem.
I have to set a file as "immutable" i.e. not moving, even with a defrag.
I read that "attrib" command is the answer, but when I tried, results are
not always successful.
Anyone has the right flags to be passed to the command?
Thanks in advance
Andrea Benetton
philo - 17 Nov 2003 16:39 GMT
> Hi,
> I have this problem.
[quoted text clipped - 6 lines]
>
> Andrea Benetton
i was just reading about that the other day...IIRC
use: attrib +s +a filename
philo - 18 Nov 2003 00:59 GMT
> > Hi,
> > I have this problem.
[quoted text clipped - 9 lines]
> i was just reading about that the other day...IIRC
> use: attrib +s +a filename
looks i did not remember correctly
sorry
attrib +h +s filename
(hidden and system )
Jeff Richards - 17 Nov 2003 23:49 GMT
Defrag will not move lost allocation units. Use Scandisk to confirm there
aren't any. It will not move hidden system files, use Attrib /? to find the
attrib options. Note that removing hidden and system attributes will stop
some Windows procedures from functioning, so you should always restore
hidden and system attributes. You can append >filelist.txt to the attrib
command to create a log of what got changed.
--
Jeff Richards
MS MVP W95/W98
> Hi,
> I have this problem.
[quoted text clipped - 6 lines]
>
> Andrea Benetton
Andrea - 18 Nov 2003 17:04 GMT
[...]
Thanks to all for your answers.
I have solved setting same attributes (S,H,R, not A) found on file IO.SYS,
which are a file that cannot be moved.
Andrea Benetton