- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Copying raw files to cooked filesystem files: ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 11:23 AM
05-22-2002 11:23 AM
Thanks,
Ron Levy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 11:32 AM
05-22-2002 11:32 AM
Re: Copying raw files to cooked filesystem files: size of OS header in HP-UX
The raw filesystem will be always accessed by
/dev/vg01/rlvol1 and the normal filesytem will be accessed by /dev/vg01/lvol1
What exactly do you want to do ??
You cannot copy the contents of the raw filesystem into a cooked filesystem.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 11:50 AM
05-22-2002 11:50 AM
Re: Copying raw files to cooked filesystem files: size of OS header in HP-UX
Probably the most general answer is to use dd to dtermine this; e.g.
dd if=/dev/rdsk/c1t5d0 of=/dev/null bs=64k
You will get a count of blocks when dd finished. (You would also use dd to do the actual copy.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 12:12 PM
05-22-2002 12:12 PM
Re: Copying raw files to cooked filesystem files: size of OS header in HP-UX
Thanks,
-Ron Levy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 12:43 PM
05-22-2002 12:43 PM
SolutionThe partition for a datafile must be two Oracle blocks larger than the datafile placed there - Add a spare megabyte for safety.
The partition for a redo log must be 512 bytes larger than the redo log placed there - Add a spare megabyte for safety.
You therefore should have absolutely no problem going the other way.