ramonlopesb / opendedup

Automatically exported from code.google.com/p/opendedup
0 stars 0 forks source link

mkfs troubles #59

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create a volume with: mkfs.sdfs --volume-name=my_sdfs --volume-capacity=100M 
--base-path=/data

What is the expected output? What do you see instead?

output is:
   # ERROR: Unable to creat volume because java.io.IOException: unable to determine capacity of volume 100M

What version of the product are you using? On what operating system?

linux 2.6  centos6.4
Please provide any additional information below.

Original issue reported on code.google.com by jinzhanb...@126.com on 22 Apr 2013 at 6:34

GoogleCodeExporter commented 8 years ago
The "volume-capacity" option expects the size to be specified as MB, GB or TB.  
Use --volume-capacity=100MB to create a 100MB volume.

Original comment by beardy....@googlemail.com on 21 May 2013 at 1:37