Need Hard Disk Details

Hi freinds,
What is the command to find out the hard disk details (logical name, FS type etc,). Because i connected one ntfs partition and i don't know the hard disk logical and physical name to mount it.Kindly do the needful.

Thanks | P.Bharathiraja. :mad:

Can you please tell us the operating system version ?

# uname -a

To see the hard disks you have (if it's Solaris ), execute:

# format

Then execute this command to know the hard disk type, for example if the disk partition name is "c0t1d0s0"

# fstype /dev/dsk/c0t1d0s0

If you took a Windows disk and put it in Solaris, then try the "fdisk" utilitiy:

# fdisk -l

how about: dmesg