We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Created a 100K file using dd if=/dev/zero of=zeros bs=100K count=1. The file created is:
dd if=/dev/zero of=zeros bs=100K count=1
100K -rw-r--r-- 1 root root 100K Feb 5 12:10 zeros
After copying the file using copyfile_sparse:
python2 (v2.7.5): 0 -rwxr-xr-x 1 root root 100K Feb 5 12:11 new
0 -rwxr-xr-x 1 root root 100K Feb 5 12:11 new
python3 (v3.6.8): 100K -rwxr-xr-x. 1 root root 100K Feb 5 13:49 new
100K -rwxr-xr-x. 1 root root 100K Feb 5 13:49 new
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Created a 100K file using
dd if=/dev/zero of=zeros bs=100K count=1
. The file created is:100K -rw-r--r-- 1 root root 100K Feb 5 12:10 zeros
After copying the file using copyfile_sparse:
python2 (v2.7.5):
0 -rwxr-xr-x 1 root root 100K Feb 5 12:11 new
python3 (v3.6.8):
100K -rwxr-xr-x. 1 root root 100K Feb 5 13:49 new
The text was updated successfully, but these errors were encountered: