[Gllug] Can't delete files from Time Capsule mounted on Centos5
'LesleyB '
lesleyb at herlug.org.uk
Fri Aug 13 12:18:31 UTC 2010
On Fri, Aug 13, 2010 at 12:48:55PM +0100, gvim wrote:
> On 13/08/2010 08:35, Nix wrote:
> > 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?
> >
>
> No question marks. Permissions, date and size all intact.
>
> gvim
1. Have you tried the -q (--hide-control-chars) or -b (--escape) options of ls?
These will indicate non-printable chars in the name as either '?' or octal sequences.
e.g.
ls -l The*
-rw-r--r-- 1 lesley lesley 5175424 2009-10-15 15:21 The Helio Sequence - Lately.mp3
ls -lq The*
-rw-r--r-- 1 lesley lesley 5175424 2009-10-15 15:21 The Helio Sequence - Lately.mp3
ls -lb The*
-rw-r--r-- 1 lesley lesley 5175424 2009-10-15 15:21 The\ Helio\ Sequence\ -\ Lately.mp3
Failing any clues there, try lsattr, chattr?
Or check the hierarchy of permissions, got a .dir above with restrictions to owner only?
All possibly barking up the wrong tree of course.
Regards
Lesley
--
Gllug mailing list - Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
More information about the GLLUG
mailing list