- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- extendfs on hfs
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
11-09-2001 05:26 AM
11-09-2001 05:26 AM
extendfs on hfs
am having trouble executing extendfs hfs /dev/vg00/lvnn command
situation: have lvextend-ed my lv and am now
trying to extend the filesystem except the following error appears;
hfs extendfs: Character special file required
Any ideas ?
oh and it's on /usr - machine is in single user mode and /usr is currently unmounted.
cheers in advance
j
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 05:33 AM
11-09-2001 05:33 AM
Re: extendfs on hfs
You need to use the *character* device:
# extendfs /dev/vgXX/rlvolY
...note the 'r'aw or character device.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 05:34 AM
11-09-2001 05:34 AM
Re: extendfs on hfs
You have to mention rlvolnn instead of lvolnn.
HTH,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 05:44 AM
11-09-2001 05:44 AM
Re: extendfs on hfs
Well, the error message says it all! you
need to give the character device as the argument.
extendfs /dev/vg00/rlvolx
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 05:50 AM
11-09-2001 05:50 AM
Re: extendfs on hfs
The command should be
#extendfs -F hfs /dev/vgxx/rlvolx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 06:08 AM
11-09-2001 06:08 AM
Re: extendfs on hfs
ta very much everyone, failed to notice the 'r' hiding in amongst the command.
thanks for the prompt replies - system now extended and working :-)
cheers.
j
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 06:35 AM
11-09-2001 06:35 AM
Re: extendfs on hfs
you have to use the raw device for the lv, if you /usr is lvol7, you have to use extendfs as,
extendfs -F vxfs /dev/vg00/rlvol7
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 06:48 AM
11-09-2001 06:48 AM
Re: extendfs on hfs
You need the -F hfs or vxfs for extension.
root:drunk:/>fstyp /dev/vg00/rlvol3
vxfs
root:drunk:/>fstyp /dev/vg00/rlvol1
hfs
root:drunk:/>