- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Creating fstab
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
06-01-2007 03:43 AM
06-01-2007 03:43 AM
Creating fstab
SUMMARY: What is the command to run to rebuild the /etc/fstab file?
DETAILS: I am putting together some documentation and a few scripts for Disaster Recovery (DR) of one of our HP-UX 11.23 systems. The HP-UX system is conneced to an array which is on vg01. The fstab on the original system has entries for the file systems on the array - vg01. When the HP is first restored, the vg01 volume group is not yet created, so I don't want these file systems listed in the fstab. I could just edit /etc/fstab to remove these file system entries. However, I am told that there is an HP-UX command that I can run to rebuild the /etc/fstab. Can anyone tell me the name of this command?
Thanks,
Darrell Tschakert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 03:46 AM
06-01-2007 03:46 AM
Re: Creating fstab
I have always modified /etc/fstab by hand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 03:55 AM
06-01-2007 03:55 AM
Re: Creating fstab
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 03:58 AM
06-01-2007 03:58 AM
Re: Creating fstab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 04:04 AM
06-01-2007 04:04 AM
Re: Creating fstab
It appears that it would be best to simply keep an edited version in /etc. We recently had a company perform a disaster recovery for us using my documentation and scirpts. The fstab was something that they wrote me up on. Someone at the company said that they ran ???$$$### command to build a new fstab, but I forgot what they said. They must have said "mount -p > /etc/fstab" as in one of your suggestions.
Thanks,
Darrell T.