[Gllug] Can't delete files from Time Capsule mounted on Centos5
Nix
nix at esperi.org.uk
Fri Aug 13 07:35:59 UTC 2010
On 13 Aug 2010, gvim told this:
> Now it seems to be full of
> files which just can't be deleted. I run rm -f on them individually to
> see what's going on and it pretends they're not there even there
> though listed via ls -l.
I suspect that if you list them via ls -l, their names are intact but
everything else comes up all question-marks?
If so, this means that readdir() (kernel syscall: getdents()) returns
the filenames, but stat() says they're not there. It always means
something very screwy is going on.
(strace of ls and cat may provide more evidence.)
> Anyone had problems with Mac files sitting on Linux shares and/or
> using these "Time Capsules"? Grr!
I've never even seen a running Mac outside my aunt's house, so no :)
--
Gllug mailing list - Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
More information about the GLLUG
mailing list