<snippage>
:: David Vasek <[email protected]> said ::
> You do not have any MBR partitions on your drive, you used whole raw drive
> sd0c.
Actually, I didn't. The "install" process did. I didn't see any other
options presented and from the install log :
.
.
.
Available disks are: sd0 sd1.
Which disk is the root disk? ('?' for details) [sd0]
Use DUIDs rather than device names in fstab? [yes] no
The auto-allocated layout for sd0 is:
# size offset fstype [fsize bsize cpg]
a: 586.7M 0 4.2BSD 2048 16384 1 # /
b: 586.7M 1201560 swap
c: 17274.7M 0 unused
d: 929.5M 2403120 4.2BSD 2048 16384 1 # /tmp
e: 1394.3M 4306768 4.2BSD 2048 16384 1 # /var
f: 1405.8M 7162240 4.2BSD 2048 16384 1 # /usr
g: 816.8M 10041272 4.2BSD 2048 16384 1 # /usr/X11R6
h: 3060.0M 11714032 4.2BSD 2048 16384 1 # /usr/local
i: 1226.3M 17980992 4.2BSD 2048 16384 1 # /usr/src
j: 1704.9M 20492488 4.2BSD 2048 16384 1 # /usr/obj
k: 5563.3M 23984080 4.2BSD 2048 16384 1 # /home
Use (A)uto layout, (E)dit auto layout, or create (C)ustom layout? [a]
newfs: reduced number of fragments per cylinder group from 75096 to 74792 to
enlarge last cylinder group
/dev/rsd0a: 586.7MB in 1201560 sectors of 512 bytes
5 cylinder groups of 146.08MB, 9349 blocks, 18816 inodes each
/dev/rsd0k: 5563.3MB in 11393616 sectors of 512 bytes
28 cylinder groups of 202.47MB, 12958 blocks, 25984 inodes each
/dev/rsd0d: 929.5MB in 1903648 sectors of 512 bytes
5 cylinder groups of 202.47MB, 12958 blocks, 25984 inodes each
/dev/rsd0f: 1405.8MB in 2879032 sectors of 512 bytes
7 cylinder groups of 202.47MB, 12958 blocks, 25984 inodes each
/dev/rsd0g: 816.8MB in 1672760 sectors of 512 bytes
5 cylinder groups of 202.47MB, 12958 blocks, 25984 inodes each
/dev/rsd0h: 3060.0MB in 6266960 sectors of 512 bytes
16 cylinder groups of 202.47MB, 12958 blocks, 25984 inodes each
/dev/rsd0j: 1704.9MB in 3491592 sectors of 512 bytes
9 cylinder groups of 202.47MB, 12958 blocks, 25984 inodes each
/dev/rsd0i: 1226.3MB in 2511496 sectors of 512 bytes
7 cylinder groups of 202.47MB, 12958 blocks, 25984 inodes each
/dev/rsd0e: 1394.3MB in 2855472 sectors of 512 bytes
7 cylinder groups of 202.47MB, 12958 blocks, 25984 inodes each
Available disks are: sd1.
Which one do you wish to initialize? (or 'done') [done]
/dev/sd0a on /mnt type ffs (rw, asynchronous, local)
/dev/sd0k on /mnt/home type ffs (rw, asynchronous, local, nodev, nosuid)
/dev/sd0d on /mnt/tmp type ffs (rw, asynchronous, local, nodev, nosuid)
/dev/sd0f on /mnt/usr type ffs (rw, asynchronous, local, nodev)
/dev/sd0g on /mnt/usr/X11R6 type ffs (rw, asynchronous, local, nodev)
/dev/sd0h on /mnt/usr/local type ffs (rw, asynchronous, local, nodev)
/dev/sd0j on /mnt/usr/obj type ffs (rw, asynchronous, local, nodev, nosuid)
/dev/sd0i on /mnt/usr/src type ffs (rw, asynchronous, local, nodev, nosuid)
/dev/sd0e on /mnt/var type ffs (rw, asynchronous, local, nodev, nosuid)
Let's install the sets!
Location of sets? (disk ftp http or 'done') [http] ftp
.
.
.
So I guess I needed to pick "custom layout" or ?
> This is considered wrong on platforms that use MBR. Such a disk
> layout still works but it is not supported anymore and most likely will
> not work in the future.
funny that is what the "install" process did.
> What you see in the output of fdisk(8) command is a boot sector (boot
> code) displayed as if it were an MBR partition table.
Well that makes more sense because this mess makes none :
# fdisk -e sd0
Enter 'help' for information
fdisk: 1> print
Disk: sd0 geometry: 7508/19/248 [35378533 Sectors]
Offset: 0 Signature: 0xD6BC
Starting Ending LBA Info:
#: id C H S - C H S [ start: size ]
-------------------------------------------------------------------------------
0: 55 64103 7 97 - 64111 12 157 [ 302055168: 38997 ] EZ-Drive
1: D5 103269 3 18 - 103270 17 37 [ 486604289: 8204 ] <Unknown ID>
2: 92 153115 15 134 - 153118 17 75 [ 721481733: 14574 ] <Unknown ID>
3: 86 338260 4 10 - 106301 12 65 [ 1593882121: 3201978528 ] NT FAT VS
fdisk: 1> exit
> Back up all your
> disklabel partitions (sd0a, sd0d to sd0k) using dump(8), repartition your
> disk from scratch (see the FAQ) and restore from your backups to the newly
> created partitions.
I think I will need to net boot the machine and then wipe the disk with
zeros or patterns of 10101010 and 01010101 bits before I try again.
Dennis