[EMAIL PROTECTED] wrote:
> Is there a better way to approach this?

Probably:

mount -t iso9660 /dev/hdb /mnt/cdrom
mkdir /home/cdcontents
cd /mnt/cdrom
tar cf - . | ( cd /home/cdcontents; tar xfp - )

----+------------------------+--------------------------
Del | mailto:[EMAIL PROTECTED] | Christchurch, New Zealand
----+------------------------+--------------------------
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to