Formatting a newly created lun

Hi ,

    I have created one new lun in my SAN storage and make it visible to my HP servers , but the fdisk -l output is somehow confusing. Do not know what to do next \----------
fdisk  -l /dev/sdo1

Disk /dev/sdo1 (Sun disk label): 64 heads, 32 sectors, 10238 cylinders
Units = cylinders of 2048 * 512 bytes

    Device Flag    Start       End    Blocks   Id  System

please help !!!!

Probably you need to use /dev/sdo instead of /dev/sdo1 , which likely points to a partition.

Actually in case of /dev/sdo, i am getting same type of output which is not showing size of that disk

What is your OS and version?

Rhel 5 x86_64

What do you want to do with this LUN? Do you want to make it part of an LVM configuration?

I want to make a mountpoit over it where we can store user data

You need to create a filesystem on it first, so use "mke2fs" or some similar program, depending on which FS type you want to use.

I hope this helps.

bakunin