The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
HP-Unix Hardware benchmarking dgatkal HP-UX 0 12-10-2006 09:50 PM
Hardware for UNIX/Free BSD kargooliw UNIX for Dummies Questions & Answers 9 12-30-2004 10:53 AM
AIX and SUN unix commands for hardware monitoring VeroL AIX 4 01-29-2004 01:24 AM
Unix user ID's case-sensitive? dmilleville UNIX for Dummies Questions & Answers 3 12-14-2003 04:38 PM
UNIX Hardware Recommendations pls Cyron5 UNIX for Dummies Questions & Answers 2 05-06-2002 10:05 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-24-2005
Registered User
 

Join Date: Oct 2005
Posts: 1
Stumble this Post!
Is UNIX hardware sensitive?

Our server at work is a UNIX SCO system. The motherboard in the server went bad, and since the machine (IBM 300GL) is outdated, the PC repair place can't get a part to fix it. They told us that we can have our hard drive (we need to save the data) moved to a new machine, but they are unsure if moving the hard drive will cause it to crash, like Windows XP does.

Does anyone know if the hard drive will crash if it is moved, or will it be safe?

Thanks
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 10-25-2005
Registered User
 

Join Date: Nov 2003
Location: Minnesota
Posts: 387
Stumble this Post!
It is highly unlikely putting that hard drive in a new system will allow it to boot properly. The drivers and devices would be all messed up.

Your best bet is to install the same version of Unix on a different system, then attach your hard drive from the dead machine as a 2nd hard drive. That will allow you to copy the data off of it.

I've never used SCO Unix before so I don't know the exact steps. I'm sure your PC repair place won't know it either. You are probably in a situation where you need to hire a consultant with SCO experience for a day or two to set up the new server and copy your data over.

One other possibility is if you have a recent backup tape of that hard drive you could just build a new SCO server and restore your data from the backup. But from the info in your post it sounds like you probably don't have a backup tape to do that.
Reply With Quote
  #3 (permalink)  
Old 10-25-2005
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 4,292
Stumble this Post!
You can build a Linux kernel, I'm pretty sure, that will support the SCO file system.

Also, see this web discussion.

Quote:
For now you can do the following:
simply create a SCO filesystem on a raw partition manually, Linux will be
able to mount that filesystem, and so will SCO.

"mdev hd" is a script that runs fdisk, then divvy, then mkfs (among other
things)

The easiest way to go would be to run mkdev hd to add a new hard drive,
(this creates the /dev/hdxxx device files for you) then determine the
device name for your new raw partition (or whole drive for that metter,
you actually do not need any partitions at all, not even one that takes up
the whole drive)

then dd if=/dev/zero of=/dev/hd10 (for whole 2nd ide drive for instance)
then mkfs -f HTFS /dev/hd10
then mkdir /d2
then mount -f HTFS /dev/hd10 /d2
then to copy your "u" filesystem,
cd /u; tar cf - . | (cd /d2 ;tar xf -)
then in Linux:
mkdir /d2
modprobe sysv
mount -t sysv /dev/hdb /d2

Note: if Linux can't read the HTFS filesystem, you may need to try
substituting one of the following until it works. I know for a fact Linux
reads Xenix just fine, but Xenix fs has yucky limitations like 14
character name length

AFS Acer Fast Filesystem
DTFS Desktop Filesystem
EAFS Extended Acer Fast Filesystem
HTFS High Throughput Filesystem
S51KB AT&T UNIX(R) System V 1KB Filesystem
XENIX XENIX(R) filesystem
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 08:42 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0