search for: 49gb

Displaying 4 results from an estimated 4 matches for "49gb".

Did you mean: 40gb
2002 May 24
1
"disk full" error message (again, again)
...at the disk is full. Word 97 reports "The save failed due to out of memory or disk space" and then after retrying I get "The disk is full. Free some space yadda blah blah etc ..." Other apps report "Disk Full" The fun bit is that The disk is nowwhere near full. 49GB share with 45GB available I can save a 50MB file into the same directory via NT explorer. I can save the word document in the parent directory. I can save the word document in some of the sibling directories but not all of them. We're using Samba 2.2.4 precompiled binary from samba.org on So...
2006 Aug 06
2
File fragmentation
I've been running some tests on files created by rsync and noticing fragmentation issues. I started the testing because our 5TB array started performing very slowly and it appears fragmentation was the culprit. The test I conducted was straighforward: 1. Copy over a 49GB file. Analyzed with contig (from sysinternals), no fragments. 2. Ran rsync and the file was recreated normally (rsync options were -ruvi --times --no-blocking-io --compress-level=9 --bwlimit=0 --stats --delete --modify-window=2) 3. Resulting file had almost 12000 fragments. It doesn't really...
2006 Nov 21
0
"disk full" error message (again, again)
...at the disk is full. Word 97 reports "The save failed due to out of memory or disk space" and then after retrying I get "The disk is full. Free some space yadda blah blah etc ..." Other apps report "Disk Full" The fun bit is that The disk is nowwhere near full. 49GB share with 45GB available I can save a 50MB file into the same directory via NT explorer. I can save the word document in the parent directory. I can save the word document in some of the sibling directories but not all of them. We're using Samba 2.2.4 precompiled binary from samba.org on So...
2018 Mar 14
2
rsync of a reflink from OCFS2
...0 Mar 14 13:36 sa.raw 47410284 -rwxr-xr-x 1 root root 107374182400 Mar 14 11:37 sa.raw.snap ha-idg-1:/cluster/guests/servers_alive # df -h Filesystem Size Used Avail Use% Mounted on ... /dev/dm-9 115G 49G 67G 42% /cluster/guests/servers_alive You see that just 49GB are allocated, because the source has not grown to the maximum, and the reflink occupies no space in the beginning. Maximum size is 100GB. I would now expect a rsync from the snap would transfer just some megay bytes to the file from the day before. But it doesn't: ha-idg-1:/cluster/guests/s...