Operating System - HP-UX
1833780 Members
2846 Online
110063 Solutions
New Discussion

Re: How to link a normal file system to raw file system

 
M.sureshkumar
Regular Advisor

How to link a normal file system to raw file system

Hi All,

How to link a normal file sytem to raw file system.
For examble: I need to mount /opt/test/tt file to /dev/vg00/raw2.How to mount normal File system to raw file system.
3 REPLIES 3
Bill Hassell
Honored Contributor

Re: How to link a normal file system to raw file system

Impossible. There is no such thing as a RAW filesystem. There are no files in the raw partition. Only your application (ie, database) knows what is in that raw area. When you mount a real filesystem, you create a directory in the parent. The mount command must connect the new filesystem into the parent. You can't mount a raw partition nor can you create a directory in the raw area--there simply is nothing there but random bits known only to the application.


Bill Hassell, sysadmin
M.sureshkumar
Regular Advisor

Re: How to link a normal file system to raw file system

HI

How to bind a raw file system to normal file system.

Eg: /opt/test/tt ---> /dev/vg00/raw2


Regards,
Suresh
Peter Godron
Honored Contributor

Re: How to link a normal file system to raw file system

Hi,
have a look at my answer in your other open thread.
Regards