Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tika Wiki" for change notification.
The "VirtualMachine" page has been changed by TimothyAllison: https://wiki.apache.org/tika/VirtualMachine?action=diff&rev1=2&rev2=3 7. groovy rmBugged.groovy + == add more disc == + From Rackspace website, add block storage volume. + + 1. mkfs.ext3 /dev/xvdb + + 2. mkdir /data1 + + 3. mount /dev/svdb /data1 + + 4. nano /etc/fstab + add this line: + LABEL=/data1 /data1 ext3 defaults 0 2 +
