- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- disk going bad
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
02-14-2006 11:27 AM
02-14-2006 11:27 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 05:47 PM
02-14-2006 05:47 PM
Re: disk going bad
if you system is not booting up now how can you change /etc/fstab file ?
so even /boot is on the bad disk, am I right ?
I do not think that will work. In theory, if you can find a working system and you have some kind of low level copy software to do a disk to disk copy like dd and then replace the bad one with the new disk, that may work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 06:17 PM
02-14-2006 06:17 PM
Re: disk going bad
You did first mistake to make /root on one partition and put all other FS on another disk. Its recommended that you have to install OS on one disk and then mirror it with other one. I agree with njia to do low level copy and then replace. Might be it will work.Else you have to reinstall.
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 09:16 PM
02-14-2006 09:16 PM
SolutionNo.
You will need to first use dd to copy all data from disk 2 to disk 3, then you might be able to do this.
There are other methods as well.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 11:26 PM
02-14-2006 11:26 PM
Re: disk going bad
You should create a new similar filesystem (and partition) scheme, mount as a temporary filesystem, copy all data with "star" and install the boot loader. You should label the file systems if the fstab file uses labels.
After that, you can remove the second disk and install this in it's place.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2006 04:05 AM
02-15-2006 04:05 AM
Re: disk going bad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 03:04 AM
02-16-2006 03:04 AM
Re: disk going bad
Anyway, all the stuff you need to boot into either network mode or single user mode is on disk 2. You need to dd that stuff to a new disk right away, if possible. I'd grab a knoppix or ubuntu live CD, mount your disks, and try to do the data move from there using dd, cp, tar, or some other utility.
If that isn't an option, you may want to grab a bootable copy of SpinRite 6 from grc.com and try to fix drive 2 well enough to boot up from reliably -- fortunately, SpinRite 6 is now *nix FS compatible.