Report this

What is the reason for this report?

Linux ISO Image ( files copy after mounting)

Posted on December 20, 2019

copied partially on to destination from the(ISO image of RHEL 7) mount point. The command is terminated properly. But less number of files on the destination. Space is available at the destination. I have chosen /var directory under the root file system. The disks are not LVM type, auto partitioned disks only. ( RHEL 7.7 and 7.6 both I have the issue).



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

I’ve seen a similar problem when using scp or cp, what I could suggest is using rsync instead.

To do that you could use the following:

rsync -avz /path/to/your/mount/folder/ /path/to/your/destination/folder/

Hope that this helps! Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.