How to get a maximum file size of VZFS parition?
Posted
by Nulldevice
on Server Fault
See other posts from Server Fault
or by Nulldevice
Published on 2010-01-29T22:51:11Z
Indexed on
2010/04/07
18:03 UTC
Read the original article
Hit count: 284
I have a VPS hosting with a VZFS file system. How can I determine maximum file size of VZFS partition?
UPD: Free space (or total space) is not what i need. Sometimes file cannot occupy a hole partition volume - fat16 with 2Gb limit is a good example. I need to use a large database file (say, 64Gb) and so I need to know if a file system of VPS hosting will cope with it. It is easy to calculate for an ext3 filesystem using tune2fs, but VPS uses VSFS by Virtuozzo, and it is documented bad. Is it any generic way to calculate maximum file size for some filesystem in linux?
© Server Fault or respective owner