tar crash when filenames greaterthan 14 characters?
Doug Gwyn
gwyn at smoke.BRL.MIL
Thu Jul 5 13:59:01 AEST 1990
In article <1684.2690c9cf at hamavnet.com> young at hamavnet.com writes:
>When I tar in the files the ones with more than fourteen characters
>cause the utility to bomb with an error. Should not I just get
>truncated files.
Of course not -- "tar" asks the kernel to create the file with the
name specified, and the kernel correctly reports that it cannot.
The danger of automatically truncating the name is that files
having the same truncated name may get overwritten.
More information about the Comp.unix.questions
mailing list