Hello, I created a server with one share and added a 5gb disk to the server, my question now is how I manage the disk space? I want to install Plesk on the server, Plesk will install the majority of the files in /var and the user files will also reside in that directory, but my space is in /srv/d_mydisc so technically I will only have the 2.4Gb mounted on / for the operating system to be used by plesk. So how do I map the space of my disk, and future disks that I might add in the future, to the root(/) directory ? This is very urgent, hope some one can help me. Cheers
Hosting Beta Phase: Disk management
You should be logged in to post new messages. Create an account.
- By:
Hugo Vieira - Date: on 2008 Feb. 27 01:38
- Subject: Disk management
- By:
Dag Viggo Lokøen - Date: on 2008 Avr. 29 23:37
- Subject: Re: Disk management
You can either create symlinks under /var pointing into your /src/d_mydisc, or you can use mount --bind to mount directories of that disk into the /var hierarchy.
- By:
Hugo Vieira - Date: on 2008 May. 7 13:32
- Subject: Re: Disk management
On Avr, 29 2008 23:37 CEST, Dag Viggo Lokøen wrote:
You can either create symlinks under /var pointing into your /src/d_mydisc, or you can use mount --bind to mount directories of that disk into the /var hierarchy.
Thank you for your reply, can you explain me how to use mount --bind command to use all the space in /src/d_mydisc into /var. if you can post here the complete command it will be a big help thanks!