Results 1 to 2 of 2
i have made partitions using fdisk , in fedora as
/ , /boot , /home
but when i used fdisk -l
it doesn't display the names of partitions , how ...
- 10-21-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 20
finding partition names
i have made partitions using fdisk , in fedora as
/ , /boot , /home
but when i used fdisk -l
it doesn't display the names of partitions , how can i made it work
so that it displays
/dev/sda1 /
/dev/sda2 /boot
/dev/sda3 /home
- 10-21-2010 #2
fdisk is the wrong tool
You can get the label (if there is one) of the partition with
e2label /dev/sda1
And/or the mountpoint from /etc/fstab or mountYou must always face the curtain with a bow.


Reply With Quote