- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vxfs mount: mount option(s) incompatible with file...
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
08-06-2002 04:53 AM
08-06-2002 04:53 AM
mount /dev/vg06/lv_u17 /home
Here is the error from /etc/rc.log:
mountall: cannot mount /dev/vg06/lv_u17
mountall: diagnostics from mount
vxfs mount: mount option(s) incompatible with file system /dev/vg06/lv_u17
checking quotas
Any comments are appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 04:56 AM
08-06-2002 04:56 AM
Re: vxfs mount: mount option(s) incompatible with file system
/dev/vg06/lv_u17 /home vxfs delaylog 0 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 04:59 AM
08-06-2002 04:59 AM
Re: vxfs mount: mount option(s) incompatible with file system
/etc/fstab:
/dev/vg06/lv_u17 /home vxfs rw,suid,largefiles,delaylog,datainlog 0 2
looks like any other entry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 05:02 AM
08-06-2002 05:02 AM
Re: vxfs mount: mount option(s) incompatible with file system
Once the system booted, check this command:
# mount -a
This will read the entries in the /etc/fstab file and then you will know that if there is some problem with the entries. It should be normally like this:
/dev/vg00/lvol4 /home vxfs delaylog 0 2
hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 05:13 AM
08-06-2002 05:13 AM
Re: vxfs mount: mount option(s) incompatible with file system
Did you get some error from this command ?
# mount -a
Once the filesystem is mounted manually, you can also compare the entries of fstab with /etc/mnttab. You can replace the fstab entry with mnttab entry if there is some error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 05:16 AM
08-06-2002 05:16 AM
Re: vxfs mount: mount option(s) incompatible with file system
mount -a
mount: /dev/vg06/lv_u17 is already mounted on /home
plus the rest of the already mounted FS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 05:18 AM
08-06-2002 05:18 AM
Re: vxfs mount: mount option(s) incompatible with file system
Actually I meant, to run that command when the filesystem was not mounted. In your case just after system started without the /home. By doing this you will identify if any error in /etc/fstab file. Now just umount the /home manually and try running again:
# cd
# umount /home
# mount -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 05:24 AM
08-06-2002 05:24 AM
SolutionCheck out this doc:
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000058669496
I think this will help you.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 05:24 AM
08-06-2002 05:24 AM
Re: vxfs mount: mount option(s) incompatible with file system
Thank you for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 05:25 AM
08-06-2002 05:25 AM
Re: vxfs mount: mount option(s) incompatible with file system
Suggest you unmount the home filesystem and run fsadm aginst this filesystem raw lv. you may find the filesystem may have been created with nolargefiles option, while it is trying to mount the filesystem with largefiles option. If it is so, Again use fsadm to change the nolargefiles to larefiles.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 05:43 AM
08-06-2002 05:43 AM
Re: vxfs mount: mount option(s) incompatible with file system
If you cant have /home in vg00 because of size restrictions then I think you should create /home in vg00 but a very small size, and then create a subdir under it called something like users which is a mountpoint for /dev/vg05/lv_u17 (where all your large user accounts can live). This should work fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 05:52 AM
08-06-2002 05:52 AM
Re: vxfs mount: mount option(s) incompatible with file system
I don't think that the problem is with /dev/vg00 expectation. The normal practise is to keep the /home under vg00 as Stefan said, but even if you create /home under any other VG it should not bother the system. I do have some systems which was configured like this (/home in /dev/vg03) and I never had any issues like this.
The problem should be with the largefile settings, you can confirm it on the next reboot (mount -a).
gl,