![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Make non-bootable scsi drive, bootable | bfisk | Filesystems, Disks and Memory | 1 | 02-16-2007 11:54 PM |
| recovering files removed with rm | jack1981 | UNIX for Dummies Questions & Answers | 4 | 09-15-2006 04:06 AM |
| HELP! Recovering system from New Orleans!! | ggraham | SCO | 1 | 09-01-2005 09:14 AM |
| What is the command in Openservr 5.0.4 in recovering from bad sector | kayode | UNIX for Advanced & Expert Users | 1 | 02-21-2003 07:26 AM |
| Recovering lost files | LivinFree | UNIX for Dummies Questions & Answers | 1 | 08-16-2001 07:15 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
||||
|
||||
|
Quote:
How do I mount the filesystems "relative to the CD..."? I know how to mount for instance a cdrom (mnt /dev/cd0 /cdrom). Is it similar to that? I'm just a newbie... - T'Hog |
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
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 |
|
#10
|
||||
|
||||
|
Quote:
I just didn't want to "destroy" anything... Again, thanks for the help... - T'Hog |
|
#11
|
||||
|
||||
|
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 |
|
#12
|
|||
|
|||
| Google The UNIX and Linux Forums |