How do I know which partition Mint is installed on?

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
SkinnySeal

How do I know which partition Mint is installed on?

Post by SkinnySeal »

I have an old version of Ubuntu on one partition and MInt12 on the other - both partitions being exactly 12.1 GIB in size. How do I tell which is which? I want to overwrite the Ubuntu partition with a new Mint 15 installation - if I only knew which one that is. I don't want to lose my current Mint 12 setup/partition that I have been using for the last 18 months.

My desktop is 3 years old so it uses MBR, and I have the Windows 7 O/S installed alongside the two linux O/S flavours.

Any ideas?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
WharfRat

Re: How do I know which partition Mint is installed on?

Post by WharfRat »

SkinnySeal,
Open the terminal application and and enter

Code: Select all

mount|grep -w '/'
that will give you a result something like

rootfs on / type rootfs (rw)
/dev/sdb12 on / type ext3 (rw,noatime,errors=continue,barrier=1,data=writeback)

Which tells me that the linux OS I'm using now resides on /dev/sdb12 :wink:
SkinnySeal

Re: How do I know which partition Mint is installed on?

Post by SkinnySeal »

Thanks, Wharfrat. Now I know!
Locked

Return to “Installation & Boot”