11.04.2013 00:27, Warren Block пишет: > On Wed, 10 Apr 2013, Eugene Grosbein wrote: > >> 09.04.2013 21:58, Mark Saad ?????: >> >>>> While not the same you can always do this >>>> >>>> mdconfig -a -t vnode -f yourfreebsd-version.iso >>>> >>>> mount -t cd9660 /dev/md0 /cdrom >>>> >>>> Then use pax, cpio , cp, rsync etc to copy the data off the image . >> >> This way breaks hardlinks, so /rescue expands to 690M instead of 5M. > > rsync will support hard links with -H.
Rsync won't be able to _detect_ already broken hardlinks. It won't dig inside ISO image for them and mdconfig/mount break them. So, rsync is not an option. Eugene Grosbein _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"