Re: Mounting to a second hard disk



Philip Radford wrote:
Hi All,

I have just installed FreeBSD 5.4 on a server with two hard disks.

Cool ... :)

I have access to all my partitions on the first disk :-

/dev/ad0s1a - /
/dev/ad0s1e - /tmp
/dev/ad0s1f - /usr
/dev/ad0s1d - /var

How do I go about mounting to the second drive which I assume would start with /dev/ad1*


$ dmesg | grep ad

might help you turn the assumption into known fact. It will
be "ad1" if (and only if) it's an ATA (not SCSI) hard disk on the
primary IDE controller in the slave position. For example, the
"secondary master" is ad2.

I can find no reference to devices in the /dev directory and there is no MAKEDEV script as I have used on a previous unix OS.


FreeBSD 5 and later uses devfs, therefore no MAKEDEV is necessary.
However, I don't think you'll see any /dev/ad1 entries until you
prepare the disk. Brief overview is "fdisk, bsdlabel, newfs".

See www.freebsd.org/handbook, chapter 17 --- in particular, 17.3
is "Adding Disks".

HTH,

Kevin Kinsey


--
If I had to live my life again, I'd make the same mistakes, only sooner.
-- Tallulah Bankhead

_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Serious SBS 2003 crisis and my wife has left me
    ... The system has two 80Gb hard disks. ... the server until I could backup the data. ... The server configuration was backed up daily onto the D: ... backup, in addition to backing up to tape. ...
    (microsoft.public.windows.server.sbs)
  • Re: Serious SBS 2003 crisis and my wife has left me
    ... Definitely get a quality hardware RAID setup here. ... The system has two 80Gb hard disks. ... the server until I could backup the data. ... The server configuration was backed up daily onto the D: ...
    (microsoft.public.windows.server.sbs)
  • Serious SBS 2003 crisis and my wife has left me
    ... The system has two 80Gb hard disks. ... the server until I could backup the data. ... The server configuration was backed up daily onto the D: ... when the SBS 2003 was preinstalled by Dell. ...
    (microsoft.public.windows.server.sbs)
  • Re: [help] 1 cpu to rule them all
    ... It depends on your definition of cheap... ... the servers hard disks to maintain, ... You also save money on ancillary software costs, ...
    (comp.os.linux.hardware)
  • Re: Mounting to a second hard disk
    ... >Philip Radford wrote: ... >> I have just installed FreeBSD 5.4 on a server with two hard disks. ...
    (freebsd-questions)