GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mount problem
Operating System - HP-UX
1850721
Members
4042
Online
104055
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
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
02-26-2003 11:06 PM
02-26-2003 11:06 PM
the /dev/vg00/lvol12 is 1000M :--- Logical volumes ---
LV Name /dev/vg00/lvol12
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 1000
Current LE 250
Allocated PE 500
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
but i use the mount cmd mount it on /oradata ,
mount -F vxfs /dev/vg00/lvol12 /oradata
i use bdf found that the /oradata only has 500M :
/dev/vg00/lvol12 512000 1229 478855 0% /oradata
whats the matter ?
LV Name /dev/vg00/lvol12
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 1000
Current LE 250
Allocated PE 500
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
but i use the mount cmd mount it on /oradata ,
mount -F vxfs /dev/vg00/lvol12 /oradata
i use bdf found that the /oradata only has 500M :
/dev/vg00/lvol12 512000 1229 478855 0% /oradata
whats the matter ?
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 11:18 PM
02-26-2003 11:18 PM
Solution
Hi,
I don't know how you created your logical volume, but it seems that you created the LV, extended the LV, and didn't extend the FS.
If such is the case, the solution is the following one: as root,
# umount /oradata
# extendfs /dev/vg00/rlvol12
# mount -F vxfs /dev/vg00/lvol12 /oradata
man lvextend gives you more information.
Cheers,
FiX
I don't know how you created your logical volume, but it seems that you created the LV, extended the LV, and didn't extend the FS.
If such is the case, the solution is the following one: as root,
# umount /oradata
# extendfs /dev/vg00/rlvol12
# mount -F vxfs /dev/vg00/lvol12 /oradata
man lvextend gives you more information.
Cheers,
FiX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 11:34 PM
02-26-2003 11:34 PM
Re: mount problem
thank u for so quick response ,u r so helpful
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 2026 Hewlett Packard Enterprise Development LP