Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi I have to create raw parti 1

Status
Not open for further replies.

anupd

IS-IT--Management
May 15, 2003
10
0
0
NL

Hi
I have to create raw partitions in HU-UX 11.11.
Can anyone help me.
Anup
 
You can either do this in SAM or command line with the lvcreate command. It is the same procedure to create a normal logical volume, but you don't create a filesystem on it.
lvcreate -L 100 -n raw_volume /dev/vg_name

 
How about removing a raw volume?
I tried doing it on 10.20, but was unable to.
 
lvremove /dev/vg_name/raw_volume - should do the job.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top