![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| file systems for unix | androc | UNIX for Dummies Questions & Answers | 2 | 08-22-2005 08:31 PM |
| File systems... | sokratis | UNIX for Dummies Questions & Answers | 4 | 01-28-2005 07:05 AM |
| Resizing File-Systems | TRUEST | UNIX for Dummies Questions & Answers | 4 | 07-08-2003 11:16 AM |
| Backup Linux file systems | aravind_mg | Filesystems, Disks and Memory | 1 | 12-05-2002 04:48 PM |
| How can I update a file on 50 systems at once? | darthur | UNIX for Dummies Questions & Answers | 11 | 12-28-2001 09:14 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I am trying to resurrect an old UNIX server without any joy, I do not have much UNIX experience any I don't understand the messages I am receiving.
The system is telling me that it cannot go multi - user until the following file systems are checked //dev/rroot It gives me the procedure 1) Check other file systems 1st 2) Execute uadmin 4 128'. 3) Check root file system 4) execute uadmin 1 2' to reboot the file system with no superblock update If anyone could explain this procedure, it would be of great help |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
What type of system is this? I am not familiar with those particular messages you are getting, although it sounds like you need to run a file system check. On most systems this is accomplished with the 'fsck' command. Something like:
fsck -y /dev/root will check and automatically repair any problems on /dev/root. |
||||
| Google The UNIX and Linux Forums |