Re: 2.0.32 (and earlier): Problems with mounting SCO OSR5 partitions
Bruno Haible (haible@ilog.fr)
Thu, 4 Dec 1997 19:06:30 +0100 (MET)
Alexander L. Belikoff writes:
>
> Recently I installed the SCO OpenServer 5.0.4 ...
> Here is the divvy output:
>
> ==================================================================
> # divvy
> +-------------------+------------+--------+---+-------------+------------+
> | Name | Type | New FS | # | First Block | Last Block |
> +-------------------+------------+--------+---+-------------+------------+
> | boot | EAFS | no | 0 | 0| 15359|
> | swap | NON FS | no | 1 | 15360| 62463|
> | root | HTFS | no | 2 | 62464| 512053|
> | | NOT USED | no | 3 | -| -|
> | | NOT USED | no | 4 | -| -|
> | | NOT USED | no | 5 | -| -|
> | recover | NON FS | no | 6 | 512054| 512063|
> | hd0a | WHOLE DISK | no | 7 | 0| 515055|
> +-------------------+------------+--------+---+-------------+------------+
> 512064 1K blocks for divisions, 2992 1K blocks reserved for the system
>
> ...
>
> Linux fdisk reports the following partition info on hda:
>
> ==================================================================
> # /sbin/fdisk /dev/hda
>
> Command (m for help): p
>
> Disk /dev/hda: 32 heads, 63 sectors, 512 cylinders
> Units = cylinders of 2016 * 512 bytes
>
> Device Boot Begin Start End Blocks Id System
> /dev/hda4 * 1 1 511 515056+ 63 GNU HURD
>
> Command (m for help): q
> #
> ==================================================================
You'll need the modifications in the sysv_fs and genhd.c made by
Peter Swain <swine@iinet.net.au>. Take a look at
http://www.iinet.net.au/~swine/sco_fs/
Bruno