linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Delayed alloc bug
@ 2007-10-03  7:16 Aneesh Kumar K.V
  0 siblings, 0 replies; only message in thread
From: Aneesh Kumar K.V @ 2007-10-03  7:16 UTC (permalink / raw)
  To: Alex Tomas, linux-ext4

We should actually get this error 

dd: writing to `myfile5': No space left on device



root@x300-qemu-image:~# mount /dev/hdc -t ext4dev -o delalloc,data=writeback /ext4
root@x300-qemu-image:/ext4# df -h . 
Filesystem            Size  Used Avail Use% Mounted on
/dev/hdc               49M   46M   94K 100% /ext4
root@x300-qemu-image:/ext4# 
root@x300-qemu-image:/ext4# 
root@x300-qemu-image:/ext4# 
root@x300-qemu-image:/ext4# dd if=/dev/zero of=myfile 
34188+0 records in
34187+0 records out
17503744 bytes (18 MB) copied, 11.2724 seconds, 1.6 MB/s

root@x300-qemu-image:/ext4# df -h . 
Filesystem            Size  Used Avail Use% Mounted on
/dev/hdc               49M   49M     0 100% /ext4
root@x300-qemu-image:/ext4# dd if=/dev/zero of=myfile5
49777+0 records in
49777+0 records out
25485824 bytes (25 MB) copied, 19.7667 seconds, 1.3 MB/s

root@x300-qemu-image:/ext4# df -h . 
Filesystem            Size  Used Avail Use% Mounted on
/dev/hdc               49M   49M     0 100% /ext4
root@x300-qemu-image:/ext4# 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-03  7:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-03  7:16 Delayed alloc bug Aneesh Kumar K.V

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).