search for: 1028096

Displaying 3 results from an estimated 3 matches for "1028096".

Did you mean: 1028,96
2013 Apr 05
1
[BUG?] Btrfs quota: overwritten space is counted twice
...#39;./s'' # btrfs qgroup limit 4m s # btrfs qgroup show ./ | grep 260 0/260 4096 4096 # dd if=/dev/zero of=s/file bs=1024 count=1000; sync # ls -lah s/file -rw-r--r--. 1 root root 1000K Apr 6 00:13 s/file # btrfs qgroup show ./ | grep 260 0/260 1028096 1028096 Then I overwrite the last 900 KB of the file, and add 100 KB of data, resulting in a 1.1 MB file. The space usage numbers shows 2 MB however: # dd if=/dev/zero of=s/file bs=1024 count=1000 seek=100; sync # ls -lah s/file -rw-r--r--. 1 root root 1.1M Apr 6 00:13 s/file...
2006 May 09
0
setting up lotus notes 7
...es and notes.exe. Remember, when >building >wine on your own, to install cups-devel and cups for printing before >you compile it!! Sorry for the late reply, I haven't had much time to try this. I now have the follwoing libs copied from my Windows XP partition: -rw-rw-r-- 1 bame bame 1028096 2006-03-29 08:57 .wine/fake_windows/Windows/System/mfc42.dll -rw-rw-r-- 1 bame bame 413696 2006-03-29 08:57 .wine/fake_windows/Windows/System/msvcp60.dll -rw-rw-r-- 1 bame bame 1024000 2006-05-09 14:47 .wine/fake_windows/Windows/System/mfc42u.dll -rw-rw-r-- 1 bame bame 406528 2006-05-09 14:47 .w...
2013 Jan 15
2
[LLVMdev] RFC: Codifying (but not formalizing) the optimization levels in LLVM and Clang
On Mon, Jan 14, 2013 at 10:48 PM, Evan Cheng <evan.cheng at apple.com> wrote: > > > Sent from my iPad > > On Jan 14, 2013, at 1:09 AM, Chandler Carruth <chandlerc at gmail.com> wrote: > > > This has been an idea floating around in my head for a while and after > several discussions with others it continues to hold up so I thought I > would mail it out.