Other Help Topics :: UCI mysteries



Quote (roberts @ Oct. 16 2007,00:35)
Quote
Partition table entries are not in disk order


Could this be your issue? What about the other puters with similar issue do they have this same condition?


I think that just referred to hda3 being out of numerical order.


Other computer:

*****************************************
dsl@box:~$ sudo fdisk -l /dev/hda1

Disk /dev/hda1: 501 MB, 501709824 bytes
255 heads, 63 sectors/track, 60 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/hda1 doesn't contain a valid partition table

***************************************
dsl@box:~$ sudo fdisk -l /dev/hda3

Disk /dev/hda3: 14.5 GB, 14558745600 bytes
255 heads, 63 sectors/track, 1770 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/hda3 doesn't contain a valid partition table
***************************************
dsl@box:~$ sudo fdisk -l

Disk /dev/hda: 20.0 GB, 20003880960 bytes
255 heads, 63 sectors/track, 2432 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot    Start       End    Blocks   Id  System
/dev/hda1               1          61      489951   83  Linux
/dev/hda2              62         662     4827532+  82  Linux swap
/dev/hda3             663        2432    14217525   83  Linux

Quote (jpeters @ Oct. 11 2007,20:32)
I created the package in root, both directly from the /opt directory and also from $HOME/work/opt.  I set the /opt dir permissions to 'drwxrwxr-r' before creating the image, but it changes when loading from hda3.

aren't uci's supposed to be read-only ?

(just my 2 cents)


original here.