Link to home
Start Free TrialLog in
Avatar of ostraaten
ostraaten

asked on

Can I use a new disk to add space to a logical disk under Linux? How?

See related questions.

This is I think more Linux than VMWare related. If have a logical disk mounted in Linux and it runs out of space. Can I add extra space with a new physical disk.
Avatar of larstr
larstr
Flag of Norway image

This might be possible, but it depends on your setup.
- Are you using LVM?
- What file system type?


Lars
Avatar of ostraaten
ostraaten

ASKER

I really don't know, I am using a VMWare image downloaded: debian-4.0r1-netinst.7z

http://www.vmware.com/appliances/directory/1070
Open a console (xterm for example). And execute and show output of:
$ df

After this I'll be able to tell you the most optimal solution.
ASKER CERTIFIED SOLUTION
Avatar of WizRd-Linux
WizRd-Linux
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
There also may be RAID. So he we'll need to use mdadm, that's why I was asking him to show df. anyway - seems like he abadoned his question :((
IMHO for LVM there is the only one best tutorial and it calls "LVM HOWTO" :)) which will help in almost 100% cases:
http://tldp.org/HOWTO/LVM-HOWTO/

For administrating soft-RAID arrays under Linux there's also great "RAID HOWTO":
http://tldp.org/HOWTO/Software-RAID-HOWTO.html