- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Modifying /etc/fstab after LV creation
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
12-02-2005 07:26 AM
12-02-2005 07:26 AM
Modifying /etc/fstab after LV creation
I created a LV, manually mounted it, all is well. But when I modified /etc/fstab, unmounted the LV then tried to do "mount -a", it said:
umount: cannot find /audbu in /etc/mnttab
cannot unmount /audbu
vxfs mount: mount option(s) incompatible with file system /dev/vg10/lvol
Is it because the /etc/mnttab file is not updated with latest /etc/fstab?
manually mounting the LV works....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 07:29 AM
12-02-2005 07:29 AM
Re: Modifying /etc/fstab after LV creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 07:30 AM
12-02-2005 07:30 AM
Re: Modifying /etc/fstab after LV creation
It sounds as if you have added VxFS (Journaled File System (JFS)) options that are *not* supported unless you have Online JFS.
The options that require Online JFS include '-o mincache=direct' and '-o convosync=direct'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 07:30 AM
12-02-2005 07:30 AM
Re: Modifying /etc/fstab after LV creation
Could you please show /etc/fstan with the change ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 07:31 AM
12-02-2005 07:31 AM
Re: Modifying /etc/fstab after LV creation
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 07:31 AM
12-02-2005 07:31 AM
Re: Modifying /etc/fstab after LV creation
vxfs mount: mount option(s) incompatible with file system /dev/vg10/lvol
What is the line you added to the /etc/fstab?
Did you specify "largefiles" there? If so, is the filesystem set up for largefiles? Remount the filesystem manually and then verify with "fsadm /mountpoint" (where /mountpoint is the path you mounted to).
If the filesystem is not set for largefiles and you specify largefiles in /etc/fstab then you will run into this issue.
The /etc/fstab options and file system creation options must be consistent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 07:44 AM
12-02-2005 07:44 AM
Re: Modifying /etc/fstab after LV creation
mount -p |tail -1 >> /etc/fstab
Assuming the manually mounted file system is the last to show up when doing a mount -p
Then manually umount it, then try mount -a