Hello,
I've installed FreeBSD onto a 4GB USB flash stick, and am quite happy with the OS (I come from a RHEL background of systems). Until I can afford 4 x 2TB drives for a ZFS pool, I planned on utilising a brand new 250GB HDD I have, as a main storage partition. Unfortunately I cannot for the life of me work out how to get this drive working?
My machine is a HP ProLiant N36L, which has recently become popular as it had a AU$200 price tage for a little over a week. In the BIOS I'm able to see both the USB flash drive, and the 250GB HDD. If I egrep through the dmesg.boot file I'm able to see an ad6 device which appears to be the 250GB HDD.
But alas, in fdisk and /dev there is nothing (that I can see) that relates to this drive, so I'm unable to format it, partition it, or label it!
Please help, any assistance would be much appreciated!
I've installed FreeBSD onto a 4GB USB flash stick, and am quite happy with the OS (I come from a RHEL background of systems). Until I can afford 4 x 2TB drives for a ZFS pool, I planned on utilising a brand new 250GB HDD I have, as a main storage partition. Unfortunately I cannot for the life of me work out how to get this drive working?
My machine is a HP ProLiant N36L, which has recently become popular as it had a AU$200 price tage for a little over a week. In the BIOS I'm able to see both the USB flash drive, and the 250GB HDD. If I egrep through the dmesg.boot file I'm able to see an ad6 device which appears to be the 250GB HDD.
Code:
[root@homenas ~]# egrep 'ad[0-9]|cd[0-9]|da[0-9]' /var/run/dmesg.boot
ad6: 238475MB <VB0250EAVER HPG0> at ata3-master UDMA100 SATA 3Gb/s
da0 at umass-sim0 bus 0 scbus0 target 0 lun 0SMP: AP CPU #1 Launched!
da0:
da0: 40.000MB/s transfers
da0: 3736MB (7653312 512 byte sectors: 255H 63S/T 476C)
Trying to mount root from ufs:/dev/da0s1a
But alas, in fdisk and /dev there is nothing (that I can see) that relates to this drive, so I'm unable to format it, partition it, or label it!
Code:
[root@homenas ~]# fdisk
******* Working on device /dev/da0 *******
parameters extracted from in-core disklabel are:
cylinders=476 heads=255 sectors/track=63 (16065 blks/cyl)
parameters to be used for BIOS calculations are:
cylinders=476 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 7646877 (3733 Meg), flag 80 (active)
beg: cyl 0/ head 1/ sector 1;
end: cyl 475/ 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>
Code:
[root@homenas ~]# ls /dev
acpi consolectl devstat kbd1 mem random ttyv1 ttyv8 ttyvf ugen3.2 xpt0
ata ctty dgdb kbd2 nfslock snp ttyv2 ttyv9 ufsid ugen4.1 zero
atkbd0 da0 fd kbdmux0 null stderr ttyv3 ttyva ugen0.1 ugen5.1 zfs
audit da0s1 fido klog pass0 stdin ttyv4 ttyvb ugen0.2 ukbd0
bpf da0s1a geom.ctl kmem pci stdout ttyv5 ttyvc ugen1.1 urandom
bpf0 dcons io log ptmx sysmouse ttyv6 ttyvd ugen2.1 usb
console devctl kbd0 mdctl pts ttyv0 ttyv7 ttyve ugen3.1 usbctl
[root@homenas ~]#
Code:
[root@homenas ~]# mount
/dev/da0s1a on / (ufs, local)
devfs on /dev (devfs, local, multilabel)
[root@homenas ~]#
Please help, any assistance would be much appreciated!