Which partition am I running 10.04 on?

Asked by Bill Campbell

After a power failure (or maybe a Win7 update), I've had to re-install a disk image of Win 7 and (I thought) re-install Ubuntu. It appears I now have two instances of Ubuntu on my hard drives (I have two.) The two instances of Ubuntu, both -38, show up in the grub. I want to keep the original and erase the new one. How do I tell which partition each is running from?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu ubiquity Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

if you run:

sudo blkid; mount

you can see what is mounted where and what the partition is

Revision history for this message
Bill Campbell (wv-campbell7899) said :
#2

Thanks actionparsnip, that solved my question.