[Bug 201358] Re: [hardy] ext3 filesytem dont take care of a big size file > of total partition size

2009-01-14 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!.

** Changed in: virtualbox-ose (Ubuntu)
   Status: Incomplete => Invalid

-- 
[hardy] ext3 filesytem dont take care of a big size file > of total partition 
size
https://bugs.launchpad.net/bugs/201358
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 201358] Re: [hardy] ext3 filesytem dont take care of a big size file > of total partition size

2008-12-01 Thread Daniel T Chen
Is this reproducible in the latest upstream version from Sun?

** Changed in: virtualbox-ose (Ubuntu)
   Status: New => Incomplete

-- 
[hardy] ext3 filesytem dont take care of a big size file > of total partition 
size
https://bugs.launchpad.net/bugs/201358
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 201358] Re: [hardy] ext3 filesytem dont take care of a big size file > of total partition size

2008-10-02 Thread Jonathan Carter
** Changed in: virtualbox-ose (Ubuntu)
Sourcepackagename: None => virtualbox-ose

-- 
[hardy] ext3 filesytem dont take care of a big size file > of total partition 
size
https://bugs.launchpad.net/bugs/201358
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 201358] Re: [hardy] ext3 filesytem dont take care of a big size file > of total partition size

2008-04-29 Thread Russell Sears
Oops; looks like I spoke too soon.  It's not taking advantage of sparse
files when it converts from DD formats:

$ vditool DD VistaQemu.vdi VistaQemu.bin 
vditoolCopyright (c) 2004-2008 innotek GmbH.

Converting VDI: from DD image file="VistaQemu.bin" to file="VistaQemu.vdi"...
Creating fixed image with size 0 Bytes...
The operation completed successfully!
Writing data...
The operation completed successfully!
[EMAIL PROTECTED]:~$ du -h VistaQemu.vdi 
17G VistaQemu.vdi
[EMAIL PROTECTED]:~$ du -h VistaQemu.bin
13G VistaQemu.bin
[EMAIL PROTECTED]:~$ ls -lh VistaQemu.bin 
-rw-r--r-- 1 sears sears 16G 2008-04-29 18:39 VistaQemu.bin

(vditool SHRINK shrinks the file back down to 13G, as expected)

-- 
[hardy] ext3 filesytem dont take care of a big size file > of total partition 
size
https://bugs.launchpad.net/bugs/201358
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 201358] Re: [hardy] ext3 filesytem dont take care of a big size file > of total partition size

2008-04-29 Thread Russell Sears
There are three issues here.  I think the bug is in virtualbox's
vditool.

First, ext3 supports sparse files, which means that runs of zeros aren't
actually stored anywhere on disk.  The .img file is probably sparse, so
the reported filesize is to be expected.  You can check the actual size
of a file with "du -h filename".

The next issue is that qemu-img created a very large file for some
reason.  If the image size was set to be 78GB in vmware, then qemu-img
is behaving correctly as well.

Finally, (on my hardy system) vditool's converter from RAW files doesn't
seem to consider sparse files when it decides whether or not it has
enough space to convert a raw disk image to vdi format.

Marcoba's computer has 29GB free, and the vmware file is 9GB, so there
should be enough space.

vditool should probably determine the true size of sparse dd image files
(like du does) before refusing to convert the image, or at least provide
a --force option.

-- 
[hardy] ext3 filesytem dont take care of a big size file > of total partition 
size
https://bugs.launchpad.net/bugs/201358
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 201358] Re: [hardy] ext3 filesytem dont take care of a big size file > of total partition size

2008-03-12 Thread marcobra
** Description changed:

- On updated an ugrade Ubuntu 8.04 Hardy with a clean checked ext3 filesystem
+ On updated an ugraded Ubuntu 8.04 Hardy with a just checked ext3 filesystem
  i'm trying to convert a vmware image to virtualbox image...
  
- The vmdk vmware image is this: 
+ The vmdk vmware image is a 9 GB image file: 
  -rwxrwxrwx 1 ubuntu ubuntu  9778102272 2007-07-03 15:50 xpanna.vmdk   ( 
9.778.102.272 )
  
- My hard disk is /dev/sda2 total ext3 size 72Gb
+ My hard disk is a ext3  /dev/sda2 72Gb total size
  
  When i run this command:
  qemu-img convert -f vmdk xpanna.vmdk -O raw xpanna.img
  
- it run and i get this img file:
+ it run and i get this img file on disk:
  -rw-r--r-- 1 ubuntu ubuntu 78652716032 2008-03-12 10:15 xpanna.img
  
- The result file is with a 78.652.716.032 > hard_disk /dev/sda2 total
- size > hard_disk /dev/sda2 free space available
+ This file have size of 78.652.716.032 > hard_disk /dev/sda2 total size >
+ hard_disk /dev/sda2 free available space
  
- but the system don't take care of this and write the file on itself.
+ but the system seems don't take care of this and write the file on
+ itself.
  
- When i 
- df -h
- File systemDimens. Usati Disp. Uso% Montato su
- /dev/sda2  72G   63G  5,5G  92% /
- varrun502M  108K  502M   1% /var/run
- varlock   502M 0  502M   0% /var/lock
- udev  502M   56K  502M   1% /dev
- devshm502M   12K  502M   1% /dev/shm
- /dev/sda1  74G   19G   55G  26% /media/winxp
+ When i run df -h i get... (please open the attached screenshot image)
  
- 
- Only when i try to convert the .img image to virtual box image with thiss 
command: 
+ Only when i try to convert the .img image to virtual box image with this 
command: 
  vboxmanage convertdd xpanna.img xpanna.vdi 
  
- i get the:
+ i get the expected error:
  
  
  Converting VDI: from DD image file="xpanna.img" to file="xpanna.vdi"...
  Creating fixed image with size 78652716032 bytes (75010MB)...
  Failed (VERR_DISK_FULL)!
  ...
  
- error
  
  Thank you

-- 
[hardy] ext3 filesytem dont take care of a big size file > of total partition 
size
https://bugs.launchpad.net/bugs/201358
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 201358] Re: [hardy] ext3 filesytem dont take care of a big size file > of total partition size

2008-03-12 Thread marcobra
Additional check,  if i force a filesystem check with

sudo touch /forcefsck

Ubuntu check the ext3 filesystem and don't show any error.

Hope this helps, thank you.

-- 
[hardy] ext3 filesytem dont take care of a big size file > of total partition 
size
https://bugs.launchpad.net/bugs/201358
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 201358] Re: [hardy] ext3 filesytem dont take care of a big size file > of total partition size

2008-03-12 Thread marcobra

** Attachment added: "ls -la and  df -h  result"
   
http://launchpadlibrarian.net/12604292/Schermata-ubuntu%40ubu-anna%3A%20%7E-vmware-xpanna.png

-- 
[hardy] ext3 filesytem dont take care of a big size file > of total partition 
size
https://bugs.launchpad.net/bugs/201358
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 201358] Re: [hardy] ext3 filesytem dont take care of a big size file > of total partition size

2008-03-12 Thread marcobra

** Attachment added: "Better viualization of size and df -h"
   
http://launchpadlibrarian.net/12604291/Schermata-ubuntu%40ubu-anna%3A%20%7E-vmware-xpanna.png

-- 
[hardy] ext3 filesytem dont take care of a big size file > of total partition 
size
https://bugs.launchpad.net/bugs/201358
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs