HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hfs mount problem
Operating System - HP-UX
1832960
Members
3236
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-14-2004 07:24 PM
04-14-2004 07:24 PM
I created a volume using veritas volume manager
then executed following command
mkfs -F hfs /dev/vx/rdsk/yatindg/yatinvol
o/p:
mkfs (hfs): /dev/vx/rdsk/yatindg/yatinvol - 102400 sectors in 200 cylinders of 16 tracks, 32 sectors
104.9Mb in 13 cyl groups (16 c/g, 8.39Mb/g, 1280 i/g)
How can I mount this volume??
Super block backups (for fsck -b) at:
16, 8240, 16464, 24688, 32912, 41136, 49360, 57584, 65808, 74032,
82256, 90480, 98704
then executed following command:
mount -F hfs -o
rw /dev/vx/rdsk/yatindg/yatinvol /ychaubal/temp/
O/P:
mount: /dev/vx/rdsk/yatindg/yatinvol is an invalid operand
then executed following command
mkfs -F hfs /dev/vx/rdsk/yatindg/yatinvol
o/p:
mkfs (hfs): /dev/vx/rdsk/yatindg/yatinvol - 102400 sectors in 200 cylinders of 16 tracks, 32 sectors
104.9Mb in 13 cyl groups (16 c/g, 8.39Mb/g, 1280 i/g)
How can I mount this volume??
Super block backups (for fsck -b) at:
16, 8240, 16464, 24688, 32912, 41136, 49360, 57584, 65808, 74032,
82256, 90480, 98704
then executed following command:
mount -F hfs -o
rw /dev/vx/rdsk/yatindg/yatinvol /ychaubal/temp/
O/P:
mount: /dev/vx/rdsk/yatindg/yatinvol is an invalid operand
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 07:31 PM
04-14-2004 07:31 PM
Solution
I think you have tried to mount the raw device
/dev/vx/rdsk/
I cannot remember for sure but I believe VxVM creates the block devices in /dev/vx/dsk/
so try changing the line to use
/dev/vx/dsk/yatindg/yatinvol
/dev/vx/rdsk/
I cannot remember for sure but I believe VxVM creates the block devices in /dev/vx/dsk/
so try changing the line to use
/dev/vx/dsk/yatindg/yatinvol
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 07:32 PM
04-14-2004 07:32 PM
Re: hfs mount problem
You have to use Block device to mount:
Can you use this format:
mount -F hfs -o
rw /dev/vx/dsk/yatindg/yatinvol /ychaubal/temp/
Hope this helps
Vijay
Can you use this format:
mount -F hfs -o
rw /dev/vx/dsk/yatindg/yatinvol /ychaubal/temp/
Hope this helps
Vijay
Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 07:33 PM
04-14-2004 07:33 PM
Re: hfs mount problem
Use the block device
mount -F hfs -o
rw /dev/vx/dsk/yatindg/yatinvol /ychaubal/temp/
sks
mount -F hfs -o
rw /dev/vx/dsk/yatindg/yatinvol /ychaubal/temp/
sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP