Operating System - HP-UX
1830899 Members
1832 Online
110017 Solutions
New Discussion

Re: vxfs file system is not created

 
SOLVED
Go to solution
Mousa55
Super Advisor

vxfs file system is not created

Hi
i am create new logical volume and after that i want to create the new file system, but here the problem
i am using this command to create new file system
newfs -F vxfs /dev/vg00/lvol9 "i need this file type "vxfs""
but the file system is not created and this message appeared
"vxfs newfs: /dev/vg00/lvol9 is not a character device"
how to solve this problem?
thanks and best regards
3 REPLIES 3
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: vxfs file system is not created

Hi Nejad,

The the character device file (r)

# newfs -F vxfs /dev/vg00/rlvol9

Regards,
Robert-Jan
Mousa55
Super Advisor

Re: vxfs file system is not created

thanks
Hasan  Atasoy
Honored Contributor

Re: vxfs file system is not created

hi ;

use.

newfs -F vxfs /dev/vg00/rlvol9

Hasan.