- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Bug in mountall?
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-28-2004 09:15 PM
12-28-2004 09:15 PM
Bug in mountall?
When using mountall with a filesystem table (not /etc/fstab) containing ONLY nfs mount entries, mountall does not work. It failes with "mountall: file system table may be corrupt".
When I put a valid local filesystem in the filesystem table, it works, using mountall -F nfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 10:08 PM
12-28-2004 10:08 PM
Re: Bug in mountall?
Normally i use mountall when i am in single user mode to mount all file systesm, whereas in multiuser mode i use mount -a
can u post your fstab file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 10:19 PM
12-28-2004 10:19 PM
Re: Bug in mountall?
mount -a is no option because I only want to mount NFS filesystems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 10:24 PM
12-28-2004 10:24 PM
Re: Bug in mountall?
I understood your argument
can u post your /etc/fstab file with valid filesystem entry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 10:31 PM
12-28-2004 10:31 PM
Re: Bug in mountall?
The second line in nfsmounts.diopter is needed to make mountall work. Without this line it says 'file system table may be corrupt'
I'm using 'mountall -F nfs nfsmounts.diopter' to mount the filesystems in nfsmounts.diopter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 10:32 PM
12-28-2004 10:32 PM
Re: Bug in mountall?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 10:50 PM
12-28-2004 10:50 PM
Re: Bug in mountall?
I looked into your fstab file. there are no nfs entries.
Normally I make entries in /etc/fstab for file systems to be mounted via NFS. I am not facing any problem.
can you make those NFS entries in /etc/fstab and issue mountall command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2004 12:33 AM
12-29-2004 12:33 AM
Re: Bug in mountall?
I'm using a file with only NFS-mounts!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2004 01:58 AM
12-29-2004 01:58 AM
Re: Bug in mountall?
Have you tried,
mountall /path/nfsmounts.diopter -
use a "-" at the end of the command.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2004 01:59 AM
12-29-2004 01:59 AM
Re: Bug in mountall?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2004 02:07 AM
12-29-2004 02:07 AM
Re: Bug in mountall?
Try,
mountall -r /path/nfsmounts.diopter
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2004 02:11 AM
12-29-2004 02:11 AM