virtual: 0.863 performance: 0.649 semantic: 0.468 user-level: 0.461 device: 0.459 mistranslation: 0.442 hypervisor: 0.407 PID: 0.389 architecture: 0.386 graphic: 0.364 ppc: 0.348 assembly: 0.329 kernel: 0.291 register: 0.280 socket: 0.275 risc-v: 0.269 permissions: 0.269 i386: 0.265 files: 0.263 VMM: 0.256 boot: 0.246 x86: 0.242 KVM: 0.231 TCG: 0.218 vnc: 0.218 arm: 0.216 network: 0.197 debug: 0.196 peripherals: 0.181 Virtual Disk with over 16TB Hi, is there a option to create a disk for a vm with a size over 16TB. the problem that after the diskfile reach 16TB, the disk get a state of read-only at this limit. I know, that 16TB file size is max, is there a option to create the disk in mutliple files? we want to use 22 TB. in the VM To attach a partition directly to the vm, is not what we want to do. best regards Chris On Mon, Dec 16, 2013 at 09:37:34AM -0000, Chris Weltzien wrote: > is there a option to create a disk for a vm with a size over 16TB. > > the problem that after the diskfile reach 16TB, the disk get a state of read-only at this limit. > I know, that 16TB file size is max, is there a option to create the disk in mutliple files? > we want to use 22 TB. in the VM Basically no, not in a clean way for a production VM. Can you attach multiple disks to the guest and then use software RAID0 or LVM to get a 22 TB device inside the guest? If not, here are some options: 1. Switch to a different file system (XFS is your best bet) 2. Use LVM (and get a slight performance boost for free!) 3. Tweak file system settings (e.g. bigger block size may allow larger files) Stefan Hi Stefan, thank you for your response. We're decided to only use 16Tb as vhd for the system. best regards Chris