Running
fdisk /dev/ada0 shows:
Code:
The data for partition 1 is:
sysid 238 (0xee),(EFI GPT)
start 1, size 1953525167 (953869 Meg), flag 80 (active)
beg: cyl 0/ head 0/ sector 2;
end: cyl 1023/ head 255/ sector 63
The data for partition 2 is:
<UNUSED>
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>
As I understand this, everything is in slice 1? But I cannot see the disklabel for the slice. Running
disklabel /dev/ada0s1 gives:
Code:
disklabel: unable to get correct path for /dev/ada0s1: No such file or directory
This is the fstab file:
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/ada0p2 / ufs rw 1 1
/dev/ada0p3 none swap sw 0 0
which seems to show the partitions directly on the disk, with no slices and
fdisk. I tried to run disklabel /dev/ada0 but that gives:
Code:
disklabel: /dev/ada0: no valid label found
If I go into fdisk via
sysinstall I get this, which is totally different from running fdisk from the command line:
Code:
Disk name: ada0 FDISK Partition Editor
DISK Geometry: 1938021 cyls/16 heads/63 sectors = 1953525168 sectors (953869MB)
Offset Size(ST) End Name PType Desc Subtype Flags
0 40 39 - 12 unused 0
40 128 167 ada0p1 5 unknown 0
168 1944059768 1944059935 ada0p2 5 unknown 0
1944059936 8388608 1952448543 ada0p3 5 unknown 0
1952448544 1076624 1953525167 - 12 unused 0
Can anyone please explain