From owner-freebsd-stable Fri Sep 19 21:42:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA03051 for stable-outgoing; Fri, 19 Sep 1997 21:42:56 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA03046 for ; Fri, 19 Sep 1997 21:42:54 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id VAA11924; Fri, 19 Sep 1997 21:43:01 -0700 (PDT) To: "Jamil J. Weatherbee" cc: Rob Miracle , freebsd-stable@FreeBSD.ORG Subject: Re: >8 char usernames going into 2.2.5? In-reply-to: Your message of "Fri, 19 Sep 1997 19:45:02 PDT." Date: Fri, 19 Sep 1997 21:43:00 -0700 Message-ID: <11916.874730580@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Because it would be really, really stupid to make a version of tar which generated tarballs that couldn't be read anywhere else. If you want robust formats, use cpio with -H newc or pax or something. The format of the tar file is already fixed by historical convention, as has been pointed out here numerous times, and copying device files with it is just silly. It's the wrong tool for the job and you should use cpio, pax, dump or any of a number of more suitable backup-with-full-fidelity utilities. Jordan > > What about something really, really useful like a tar that will tarball > the dev files with 32bit minor numbers? > > On Fri, 19 Sep 1997, Rob Miracle wrote: > > > > Better than that, I've been hand patching 2.2-stable for some time now > > >to support longer usernames > > > > >> Doug (who would really like to see this done :) > > > > What about something really useful, like 4 byte UIDs? > > > > Rob > > > > >