Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with dd command #5

Open
saltylamon opened this issue Aug 21, 2018 · 0 comments
Open

Problems with dd command #5

saltylamon opened this issue Aug 21, 2018 · 0 comments

Comments

@saltylamon
Copy link

Older systems with dd do not support these flags iflag=skip_bytes,count_bytes, causes the script to hang. Also if block size is not set to 1, dd copies in blocks of 512 bytes which breaks the upload
dd if=${file} skip=$(( file_offset + offset )) count=${length}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant