Re: How to list available all hard disks in OpenBSD

2012-12-21 Thread Alexander Hall
Alexander Hall wrote: >On 12/21/12 04:17, Indunil Jayasooriya wrote: >> HI, >> >> I would like to know How to list available all hard disks in OpenBSD >? >> >> If I run below 2 commands, it will give an output. >> >> dmesg |grep wd0 >> >

Re: How to list available all hard disks in OpenBSD

2012-12-20 Thread Alexander Hall
On 12/21/12 04:17, Indunil Jayasooriya wrote: HI, I would like to know How to list available all hard disks in OpenBSD ? If I run below 2 commands, it will give an output. dmesg |grep wd0 fdisk wd0 If I install a new Hard Disk, How to get to know whether it is wd1 or anything eles? In

Re: How to list available all hard disks in OpenBSD

2012-12-20 Thread Raymond Lillard
hat behaves as you describe. Best, Ray On 12/20/2012 08:46 PM, Indunil Jayasooriya wrote: Hi misc Thanks a lot On Fri, Dec 21, 2012 at 10:07 AM, Wesley wrote: Hi, you can try this : /usr/sbin/sysctl hw.disknames Cheers, Wesley Le 2012-12-21 7:17, Indunil Jayasooriya a écrit : HI

Re: How to list available all hard disks in OpenBSD

2012-12-20 Thread Indunil Jayasooriya
Hi misc Thanks a lot On Fri, Dec 21, 2012 at 10:07 AM, Wesley wrote: > Hi, > > you can try this : > > > /usr/sbin/sysctl hw.disknames > > Cheers, > Wesley > > > Le 2012-12-21 7:17, Indunil Jayasooriya a écrit : > > HI, >> >> I woul

Re: How to list available all hard disks in OpenBSD

2012-12-20 Thread Wesley
Hi, you can try this : /usr/sbin/sysctl hw.disknames Cheers, Wesley Le 2012-12-21 7:17, Indunil Jayasooriya a écrit : HI, I would like to know How to list available all hard disks in OpenBSD ? If I run below 2 commands, it will give an output. dmesg |grep wd0 fdisk wd0 If I install

Re: How to list available all hard disks in OpenBSD

2012-12-20 Thread Nick Holland
On 12/20/12 22:17, Indunil Jayasooriya wrote: > HI, > > I would like to know How to list available all hard disks in OpenBSD ? > > If I run below 2 commands, it will give an output. > > dmesg |grep wd0 > > fdisk wd0 If you want USEFUL, you might use: dmesg |grep

How to list available all hard disks in OpenBSD

2012-12-20 Thread Indunil Jayasooriya
HI, I would like to know How to list available all hard disks in OpenBSD ? If I run below 2 commands, it will give an output. dmesg |grep wd0 fdisk wd0 If I install a new Hard Disk, How to get to know whether it is wd1 or anything eles? In Linux, Fdisk -l show all the available hard disks