- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- While mounting HFS file system
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
07-13-2008 11:06 PM
07-13-2008 11:06 PM
While mounting HFS file system
I have created one HFS large file system with 6GB size & I tried to mount on local dive but it seems gave the error as "invalid argument"
#lvcreate -L 6000 -n lfs1 /dev/vg77/
#mkfs -F hfs -o largefiles /dev/vg77/rlfs1
##mount /dev/vg77/lfs1 /lfstest1/lfs1
mount: /dev/vg77/lfs1 on /lfstest1/lfs1 : Invalid argument
But I crated the same way one more file system like lfs2 that is mounted properly.
##lvcreate -L 6000 -n lfs2 /dev/vg77/
# mkfs -F vxfs -o largefiles /dev/vg77/rlfs2
#mount /dev/vg77/lfs2 /lfstest2/lfs2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 11:11 PM
07-13-2008 11:11 PM
Re: While mounting HFS file system
/lfstest1/lfs1
Try to specify the fs type!
Why using hfs???
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 11:18 PM
07-13-2008 11:18 PM
Re: While mounting HFS file system
That also I tried but it is the same error & the destination dir also already created.
for specifically we have some file system testing on that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 11:51 PM
07-13-2008 11:51 PM
Re: While mounting HFS file system
Why would you ever want to use obsolete technology like HFS?
(If you are testing to see if your product works in it, it may be better to say HFS isn't supported.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 12:02 AM
07-14-2008 12:02 AM
Re: While mounting HFS file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 12:03 AM
07-14-2008 12:03 AM
Re: While mounting HFS file system
Check the permission of mpount point.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 01:33 AM
07-14-2008 01:33 AM
Re: While mounting HFS file system
Delete directory lfs1 and recreate it with
mkdir -p /lfstest1/lfs1
Regards
Sanjeev