View Single Post
  #1   (View Single Post)  
Old 10th May 2008
topche's Avatar
topche topche is offline
Real Name: Tosho
New User
 
Join Date: May 2008
Location: Sofia,Bulgaria
Posts: 4
Question mount on boot problem

I have two disks on FreeBSD 7.0:
Code:
fdisk /dev/ad0
******* Working on device /dev/ad0 *******
parameters extracted from in-core disklabel are:
cylinders=155061 heads=16 sectors/track=63 (1008 blks/cyl)

Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=155061 heads=16 sectors/track=63 (1008 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 20964762 (10236 Meg), flag 80 (active)
        beg: cyl 0/ head 1/ sector 1;
        end: cyl 1023/ head 254/ sector 63
The data for partition 2 is:
sysid 130 (0x82),(Linux swap or Solaris x86)
    start 20964825, size 2088450 (1019 Meg), flag 0
        beg: cyl 1023/ head 255/ sector 63;
        end: cyl 1023/ head 254/ sector 63
The data for partition 3 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
    start 23053275, size 133243110 (65060 Meg), flag 0
        beg: cyl 1023/ head 255/ sector 63;
        end: cyl 1023/ head 254/ sector 63
The data for partition 4 is:
<UNUSED>
and:
Code:
 fdisk /dev/ad1
******* Working on device /dev/ad1 *******
parameters extracted from in-core disklabel are:
cylinders=627651 heads=16 sectors/track=63 (1008 blks/cyl)

Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=627651 heads=16 sectors/track=63 (1008 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 131 (0x83),(Linux native)
    start 63, size 632671767 (308921 Meg), flag 0
        beg: cyl 0/ head 1/ sector 1;
        end: cyl 1023/ head 254/ sector 63
The data for partition 2 is:
<UNUSED>
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>
in fstab i have this:
Code:
 cat /etc/fstab
# Device                Mountpoint      FStype  Options         Dump    Pass#
/dev/ad0s2              none            swap    rw              0       0
/dev/ad0s1a             /                       ufs             rw                      1       1
/dev/ad0s3c            /second         ufs     rw                      2       2
/dev/ad1s1              /maxtor         ufs     rw                      2       2
/dev/cd0                /cdrom          cd9660  ro,noauto       0       0
Now the problem is that on boot is mounted only ad0s1a. I can mount without any problems other slices manual. What i miss ?
__________________
TANSTAAFL : "There Ain't No Such Thing As A Free Lunch"
Reply With Quote