On a new FreeBSD 8 (i386) installation I am having problems creating a new partition. If I run sysinstall I am able to add the partition using FDISK and I am also able to see that partition in disklabel but I receive an error message while saving my changes. I see the following message:
/dev/da0s2d on /usr/nfshome : No such file or directory
When I exit sysinstall I see that /usr/nfshome exists but /dev/da0s2d does not.
If I run fdisk from the command prompt I see the partition:
Any thoughts as to why this is not working.
/dev/da0s2d on /usr/nfshome : No such file or directory
When I exit sysinstall I see that /usr/nfshome exists but /dev/da0s2d does not.
If I run fdisk from the command prompt I see the partition:
Code:
******* Working on device /dev/da0 *******
parameters extracted from in-core disklabel are:
cylinders=77806 heads=255 sectors/track=63 (16065 blks/cyl)
Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=77806 heads=255 sectors/track=63 (16065 blks/cyl)
Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 63, size 14667282 (7161 Meg), flag 80 (active)
beg: cyl 0/ head 1/ sector 1;
end: cyl 912/ head 254/ sector 63
The data for partition 2 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 14667345, size 1235286045 (603167 Meg), flag 80 (active)
beg: cyl 913/ head 0/ sector 1;
end: cyl 1023/ head 254/ sector 63
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>
Any thoughts as to why this is not working.