Forum archive
OVA Image Torrent Server HDD memory too small
Hi all,
The internal HDD of the Torrent Server OVA image is just 20 GB, is there a way how to increase it ? I tried to add an extra HD (in virtual box -> Settings -> Storage -> Add Hard disk) but it does not see it (not even with the command fdisk -l) when the machine is started.
Thank you in advance for your support!
Regards,
fr2632
So I resolved this by creating a second HD (512 GB) but vdi and not vmdk. Then I formatted it with
mkfs -t ext3 /dev/sdc
Mounted :
mount /dev/sdc /mnt
and changed permissions:
chmod -R 755 /mnt
In the settings I changed the download folder to /mnt and now it has 512 GB of space.