cp -R /mnt/cdrom/* not coping the current CD
I'm staging/coping a large install of about 30 CDs.
At first I was just doing a "cp -R /mnt/cdrom/* /stage/diskX
but even after swapping out the cd to the next cd, the copy would copy the CD that was in the drive.
Looks like it's being buffered and doesn't even know the CD got switched. How can I force it to see the switch? And still use the "cp" command. Any other ksh command is OK too.
It's a Redhat Advance Server 2.1 version.
Thx Mike
|