1828343 Members
3167 Online
109976 Solutions
New Discussion

Re: Filesystem

 
SOLVED
Go to solution
Raju_S
Frequent Advisor

Filesystem

Hello,

How to create a raw filesystem using veritas volume manager in Linux.

Thanks & Regards
3 REPLIES 3
Ivan Ferreira
Honored Contributor

Re: Filesystem

>>> a raw filesystem

There is no such thing as "raw filesystem".

Raw devices does not contains filesystems.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Steven E. Protter
Exalted Contributor
Solution

Re: Filesystem

Shalom,

You mean raw disk.

Create the logical volume using veritas, skip the step that creates the filesystem on it. no mkfs.ext3

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Raju_S
Frequent Advisor

Re: Filesystem

Thanks for your response.