Quote:
Originally Posted by Jonathan183 You need root access to run fdisk command. Try sudo fdisk -l.
Ed: guess sudo does not work based on devils_casper post  . |
Yup - good call johnathon...
------------------------------------------------------------------------------
Looks like I'm in trouble too, cause the box is gonna' tell on me:
[fedora@localhost ~]$ sudo fdisk -l
fedora is not in the sudoers file.
This incident will be reported.
[fedora@localhost ~]$
--------------------------------------------------------------------
[fedora@localhost ~]$ su -
[root@localhost ~]# /sbin/fdisk -l
Disk /dev/sda: 30.7 GB, 30735581184 bytes
255 heads, 63 sectors/track, 3736 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0006ca0a
Device Boot Start End Blocks Id System
/dev/sda1 * 1 25 200781 83 Linux
/dev/sda2 26 3736 29808607+ 8e Linux LVM
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00022288
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 9636 77401138+ 83 Linux
/dev/sdb2 9637 9729 747022+ 5 Extended
/dev/sdb5 9637 9729 746991 82 Linux swap / Solaris
Disk /dev/sdc: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000ce675
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 9729 78148161 8e Linux LVM
Disk /dev/sdd: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00023cc6
Device Boot Start End Blocks Id System
/dev/sdd1 * 1 9729 78148161 8e Linux LVM
Disk /dev/dm-0: 4294 MB, 4294967296 bytes
255 heads, 63 sectors/track, 522 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1: 4294 MB, 4294967296 bytes
255 heads, 63 sectors/track, 522 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-1 doesn't contain a valid partition table
Disk /dev/dm-2: 188.7 GB, 188777234432 bytes
255 heads, 63 sectors/track, 22950 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-2 doesn't contain a valid partition table
Disk /dev/dm-3: 1610 MB, 1610612736 bytes
255 heads, 63 sectors/track, 195 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x30307800
Disk /dev/dm-3 doesn't contain a valid partition table
[root@localhost ~]#
------------------------------------------------------------
My Ubuntu load is on sdb, I'm pretty sure. Shouldn't Ubuntu + Fedora be loaded on the same disk? Does it matter to the GRUB loader?