Displaying 1 result from an estimated 1 matches for "10gtest".
Did you mean:
1.0test
2012 Jun 11
3
centos 6.2 xfs + nfs space allocation
Centos 6.2 system with xfs filesystem.
I'm sharing this filesystem using nfs.
When I create a 10 gigabyte test file from a nfs client system :
dd if=/dev/zero of=10Gtest bs=1M count=10000
10000+0 records in
10000+0 records out
10485760000 bytes (10 GB) copied, 74.827 s, 140 MB/s
Output from 'ls -al ; du' during this test :
-rw-r--r-- 1 root root 429170688 Jun 8 10:13 10Gtest
654456 10Gtest
-rw-r--r-- 1 root root 1756831744 Jun 8 10:13 10Gtest
2230720...