On Mon, 18 Aug 2008 06:46:04 GMT
acedip <acedip@no-mx.forums.opensuse.org> wrote:
>
> when i run the dvd of opensuse 11.0
> under the heading Preparation->System Analysis->search for linux
> paritions
> i get the following messeage
>
>
> Code:
> --------------------
> the partitioning on disk /dev/sda is not readable by the partitioning
> tool which is used to change the partition table you can use the partitions
> on disk disk /dev/sda as they are.you can format them and assign mount
> points to them but you cannot add, edit, resize or remove partitions from
> that disk with this tool. --------------------
>
>
Which other operating system is on that drive?
What operating system created those partitions?
Is the data important? Could we wipe it clean and start over?
If you press CTRL-ALT-F2 at that point, you’ll get a text screen with “/ #”
up at the top.
Type:
fdisk -l
And copy down what you see. Really only need certain parts of the output, no
point having you copy everything… I’ll give an example:
=====Example
-neptune- guest:~> fdisk -l
Disk /dev/sda: 40.0 GB, 40060403712 bytes
255 heads, 63 sectors/track, 4870 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0009691c
Device Boot Start End Blocks Id System
/dev/sda1 1 262 2104483+ 82 Linux swap / Solaris
/dev/sda2 * 263 4870 37013760 83 Linux
=====Example
Do you see the columns marked ‘Id’ and ‘System’ ? Those are the important
ones. Well, how about “Device”, “Id”, and “System”. The rest are just
numbers, so they’re not that important at the moment.
/dev/sda1, 82, Linux Swap / Solaris
/dev/sda2, 83, Linux
Something like that would be great.
So copy down columns 1, 6 and 7. (Device, Id, System) and post it here.
Should be able to help you from that point.
Loni
–
L R Nix
lornix@lornix.com