![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SCO Santa Cruz Operation (SCO) was a software company based in Santa Cruz, California which was best known for selling three UNIX variants for Intel x86. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Make non-bootable scsi drive, bootable | bfisk | Filesystems, Disks and Memory | 1 | 02-17-2007 02:54 AM |
| recovering files removed with rm | jack1981 | UNIX for Dummies Questions & Answers | 4 | 09-15-2006 07:06 AM |
| HELP! Recovering system from New Orleans!! | ggraham | SCO | 1 | 09-01-2005 12:14 PM |
| What is the command in Openservr 5.0.4 in recovering from bad sector | kayode | UNIX for Advanced & Expert Users | 1 | 02-21-2003 10:26 AM |
| Recovering lost files | LivinFree | UNIX for Dummies Questions & Answers | 1 | 08-16-2001 10:15 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
There should be a /mnt directory that is empty. If not make one.
Then: #cd / #mount /dev/stand /mnt #cd mnt #restore stand.bak #cd / #umount /dev/stand #mount /dev/root /mnt #cd mnt #restore root.bak #cd / #umount /dev/root |
|
|||||
|
Quote:
I just didn't want to "destroy" anything... Again, thanks for the help... - T'Hog |
|
|||||
|
Well, I tried to mount the stand and root systems.
I get two different errors when I do... When I type: mount /dev/stand /mnt I get the error " no such file or directory " The /mnt directory is there... and nothing is mounted. If I do an ls in the /dev directory, there is no stand in there. If I try mount /dev/root /mnt I get the error... cannot stat '/dev/root' Here's the steps I took.. I ran fdisk and used UNIX for the entire drive. I activated the partition. I then ran divvy and created the filesystems . If I look at the filesystems configured I get the following: +-------------------+------------+--------+---+-------------+------------+ | Name | Type | New FS | # | First Block | Last Block | +-------------------+------------+--------+---+-------------+------------+ | boot | EAFS | no | 0 | 0| 29999| | swap | NON FS | no | 1 | 30000| 1602219| | root | HTFS | no | 2 | 1602220| 5602221| | u | HTFS | no | 3 | 5602222| 71665954| | | NOT USED | no | 4 | -| -| | | NOT USED | no | 5 | -| -| | recover | NON FS | no | 6 | 71665955| 71665964| | hd0a | WHOLE DISK | no | 7 | 0| 711673965| +-------------------+------------+--------+---+-------------+------------+ 71665965 1K blocks for divisions, 8032 1K blocks reserved for the system As expected, df -v shows no mounted filesystems... What's my next step? - T'Hog |
|
||||
|
|
|
|||||
|
Okay fellas, it's been about 2 years now and for the life of me I can't recall how I restored the files...
I've got another computer that has a toasted hard drive and now I've got to rebuild it. I've got this same system, with the same bootable CD. I created the filesystems and are now trying to mount them so that I can restore the rootsys.bak and standsys.bak files. I've got the /mnt directory and I've mounted the hard the root to it using the command: mount /dev/hd0root /mnt I tried cpio and that didn't work. I don't have a restore file on the CD so I don't recall if I used restore to put the files on there. Any ideas on what to do next? There's data on some tapes that I need to restore for the client to get his 1st Quarter '09 reports out. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| cpio |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|