how to increase data directory size

Hi , I am storing my document in file system. So i have question . Once initial allocated space gets full, how we will add additional storage to the same partition? Can I make new partition ? if yes then how to configure both old and new partition.

0 votes

1 answers

1656 views

ANSWER



A similar question has already been asked: http://answers.nuxeo.com/questions/6405/joining-multiple-disk-partions

You should use some kind of extensible storage technology (logical volume manager) if you plan on extending the storage size.

An low-tech alternative is simply to use symbolic links. Basically, the standard binaries storage is under nxserver/data/binaries/data, there are 256 subdirectories with names 00, 01, …, fe, ff. You can symlink a portion of them (creating the missing ones if needed) to another partition as needed.

0 votes