I inadvertently created a lot of partitions in last install. /home and / were on separate partitions. When I look in gparted I see mount points for /home and others but not /. How do I find out what partition was used for / in Gutsy install.
Announcement
Collapse
No announcement yet.
How to find root partition
Collapse
This topic is closed.
X
X
-
Re: How to find root partition
Open a console and type:
Code:sudo fdisk -l
Code:cat /etc/fstab
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
-
Re: How to find root partition
fdisk didn't work since I dual boot with win2000 which is on sda1 and marked with a * in fdisk. fstab shows sda3 is mounted at / but gparted does not show this mount point for sda3 and shows size as 19g with nothing used. Can you explain how gparted is working?
- Top
- Bottom
Comment
-
Re: How to find root partition
GParted always shows my root partition as "mount point" = /.
Konsole
sudo grub
grub> find /boot/grub/menu.lst
that'll tell where menu.lst is, which is probably your root partition (assuming no separate GRUB/boot partitions).
An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski
- Top
- Bottom
Comment
Comment