Date: Thu, 28 Aug 2014 19:38:40 +0200 From: Roland Smith <rsmith@xs4all.nl> To: "Martin G. McCormick" <martin@server1.shellworld.net> Cc: "questions@freebsd.org" <questions@freebsd.org> Subject: Re: Recreating the FreeBSD Installation Disks Message-ID: <20140828173840.GA7912@slackbox.erewhon.home> In-Reply-To: <20140828144600.07BDF2298C@server1.shellworld.net> References: <20140828144600.07BDF2298C@server1.shellworld.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 28, 2014 at 09:46:00AM -0500, Martin G. McCormick wrote: > Roland Smith writes: > > Looking at the mkisofs manpage, it *should* detect hard links by defaul= t.=20 > > Does > > using the `-cache-inodes` option make any difference? >=20 > I tried explicitly -no-cache-inodes and then -cache-inodes and > the two files vary by about 15 bytes. It looks like the hard > links are lost in the mounting process which means that one can > not use that as a test after all. There is nothing in the md or mdconfig manual pages about hard links. So it looks like you're right. To test it, you could use `ls -i` on two files in the mounted CD-ROM image that you suspect should be hard-linked. E.g. ${CD}/bin/[ and ${CD}/bin/test. If they don't return the same inode number md(4) does not provide hard link= s. > There is that version of tar as in tar-3.1.2 which I can't seem > to locate anywhere although the version may be at a higher > number by now. > How did you get it? I've not found anything for tar on > FreeBSD except for gnutar and that does not process iso9660 > images. tar 3.1.2 is the version included in FreeBSD 10. Since libarchive and cpio = have the same version, I assume they belong together. What you could try is copy /usr/src/contrib/libarchive/ from 10.0 in to your 9.1 source tree and see if you can build it on 9.1. Roland --=20 R.F.Smith http://rsmith.home.xs4all.nl/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 5753 3324 1661 B0FE 8D93 FCED 40F6 D5DC A38A 33E0 (keyID: A38A33E0) --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJT/2kgAAoJEED21dyjijPg+ogP/1JZlJDcAfw4XPHOHp1eDriZ OmTVg5AcP/y1dqIEj3OPYyTWfwRJ+bca4yTgQRxFAjDKyq+JqIuTg1xQ3EtLx9n6 sDnY9XOQ+XlW+ROl1FKROkxFNnCwpNyOO6T8oFeRB78t7IQmNN2mS79urxCwYcbA mZltMlCDpu+uvMLrtLrOVs8ZdYTTITddJdkk/FdOYrNcAv955rbZLi13apmW3kM/ FmRq2nBOrzRgkeJLUGjxx7RWcl0BVOmYR2bA6IRrQGLWAN49T2W6CBmeoyAOkX7/ lG+P5c0gx95Wl9tNu3RUgeY//9YyCYoivCkap20FyO+VSRH0Js8CyONsBd2KYOn6 yCbAxRbC15aE265cjF04FdRENxsGis0YGtAlRv+20hHxp+zSrt/G6aWzX3zeyNHC 6xD5/UvYtfzDOpD9pW2HWB1o1HxAJSvcB0Y9KGn/8gvwrfnHu988Q8c/Kf5sTRhx QpgYxmFeDFYUL6LsO6uzPUMotSL3KEHiXh9Rn7Y3WPhJHG6l7dtJqk+ftFc7413L TZHXCVEyAkThV5Irso4piZUgg/a5x007okl/CdIOrkCZNOJChPQIsvhC88v3QC/r vHJ7JEOJ4gjigvfr6bqwfhVclCDEnxb13trxuXOygkdrmb8cZZuvCX/B/Xdtc2qb WIpUuLdhfSiVURnxXEfL =PWqp -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140828173840.GA7912>