- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- formatting magneto optical for hp-ux & linux, pos...
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
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
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
тАО06-18-2002 07:44 AM
тАО06-18-2002 07:44 AM
Non LVM format was not readable by linux.
Thanks,
Masaki
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2002 08:17 AM
тАО06-18-2002 08:17 AM
Re: formatting magneto optical for hp-ux & linux, possible?
1) Run mediainit if needed.
2) Run newfs on the disk:
# newfs -F hfs /dev/rdsk/cxtydz
3) Mount:
# mount /dev/dsk/cxtydz /mount_dir
You can have either hfs of jfs file systems on these disks. I am not sure whether this will be mountable on linux.
This will be useful for you:
http://www.hp.com/cposupport/information_storage/support_doc/lpg70302.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2002 08:14 AM
тАО06-19-2002 08:14 AM
SolutionThat said, you *could* use the M-O drive as a sequential medium. Tar, dd, cpio, etc., all could be used to write files to an M-O disk which is then readable under *any* other computer system having those same programs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2002 08:29 AM
тАО06-19-2002 08:29 AM
Re: formatting magneto optical for hp-ux & linux, possible?
Check this link and see if this is of any help,
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=400000000202084
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2002 08:34 AM
тАО06-19-2002 08:34 AM
Re: formatting magneto optical for hp-ux & linux, possible?
Yes, I have resorted to the fact that I will have to use it like a sequential medium (tar, cpio, ...) if I want to use it with both HP-UX & Linux.
Thanks for your help.
Masaki