Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I'm trying to add/modify a swap partition on my LVM-formatted hard disk by using GParted from a LiveCD. I only see one big partition taking up the whole disk.

Is there a hidden swap?

Does an LVM-formatted system even need a swap?

I'm using Ubuntu 12.10.

share|improve this question
Question is unclear, what is it that you are asking? And gparted does not understand LVM. – psusi Dec 7 '12 at 15:34

1 Answer

Whether you use LVM or not has nothing to do with whether you need swap or not.

To view LVM logical volumes, run lvs on the command line, or use the GNOME Disks utility.

The version of GParted that ships with Ubuntu 12.10 does not support LVM. It only sees physical volumes, and cannot resize or move them.

However, the latest version of GParted does support LVM. I would download the GParted Live CD and use that.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.