- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- largefiles
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
10-10-2005 02:04 AM
10-10-2005 02:04 AM
"fsadm -F vxfs -o largefiles /dev/vg02/lvol5" and received the following error :
"vxfs fsadm: /dev/vg02/lvol5 is not the root inode of a vxfs file sytem". What does this mean and how do i get around it??
Solved! Go to Solution.
- Tags:
- largefiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 02:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 02:07 AM
10-10-2005 02:07 AM
Re: largefiles
fsadm -F vxfs -o largefiles /dev/vg02/rlvol5
I think you need the r...
You could:
back up the data and run newfs -F vxfs -o largefiles /dev/vg02/lvol5.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 02:07 AM
10-10-2005 02:07 AM
Re: largefiles
Check out this thread it is very useful
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=406306
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 02:10 AM
10-10-2005 02:10 AM
Re: largefiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 02:10 AM
10-10-2005 02:10 AM
Re: largefiles
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=964124
You need to use either the mount point or the raw device.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 02:10 AM
10-10-2005 02:10 AM
Re: largefiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 06:31 PM
10-10-2005 06:31 PM
Re: largefiles
# fsdadm -F vxfs -o largefiles /dev/vgxx/rlvyyyy
# mount -o largefiles /dev/vgxx/lvyyyy /mount_point
s2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 07:16 PM
10-10-2005 07:16 PM
Re: largefiles
The synax what you are using is wrong, may change to
#fsadm -F vxfs -o largefiles /
fsadm will accept mountpoint name and not lv name.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 07:59 PM
10-10-2005 07:59 PM
Re: largefiles
Also remember the largefiles in the mount command or fstab.
Regards,
Trond