- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- /etc/fstab corrupt - cannot boot
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-21-2008 08:39 AM
тАО05-21-2008 08:39 AM
I know what to change to fix the fstab but how can I edit it when the file system is read-only?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2008 10:57 AM
тАО05-21-2008 10:57 AM
Re: /etc/fstab corrupt - cannot boot
single-user mode?
Boot from a CD (escape from the usual OS
installation as soon as possible, create a
mount point where you can ("mkdir /tmp/a"?)
and mount the normal "/" file syatem
manually there)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2008 11:53 AM
тАО05-21-2008 11:53 AM
Re: /etc/fstab corrupt - cannot boot
mount -u -o rw /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2008 01:37 PM
тАО05-21-2008 01:37 PM
Re: /etc/fstab corrupt - cannot boot
But if
> The "/" entry is wrong
then you may need to specify a complete
parameter set in the "mount" command, no?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2008 02:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2008 07:13 PM
тАО05-21-2008 07:13 PM
Re: /etc/fstab corrupt - cannot boot
2) Manual mount the root file-system.
3) Correct the fstab file.
4) Switch to multi-user mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2008 08:29 PM
тАО05-21-2008 08:29 PM
Re: /etc/fstab corrupt - cannot boot
I think as "/" entry is currupted boot in single usermode will not work
>>>bott -fl s
we will have to boot from CD as stevan said.
and then fix fstab.
Gurus,
Please stop me if m wrong.
BR,
Kapil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2008 08:42 PM
тАО05-21-2008 08:42 PM
Re: /etc/fstab corrupt - cannot boot
> single usermode will not work
But he said:
> It goes into single-user mode with /
> mounted read-only.
Apparently something is wrong with something,
but we can't see /etc/fstab, so we don't know
what, if anything, is actually wrong with it.
However, I'm willing (for now) to believe
that the system did boot into single-user
mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2008 09:35 PM
тАО05-21-2008 09:35 PM
Re: /etc/fstab corrupt - cannot boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2008 09:42 PM
тАО05-21-2008 09:42 PM
Re: /etc/fstab corrupt - cannot boot
I missed that line , Its bad :(
Well I think ur solution will work for sure.
And if Ian is using LSM in this system then he will have to boot from CD
start LSM manually
edit fstab
reboot.
BR,
Kapil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2008 12:31 AM
тАО05-22-2008 12:31 AM
Re: /etc/fstab corrupt - cannot boot
That did the job. I was then able to edit the fstab and boot into multi-user mode.
Thanks for all the help.