Sponsored Content
Top Forums UNIX for Beginners Questions & Answers SCO OpenServer 5 Will Not Boot Post 303025965 by hicksd8 on Thursday 15th of November 2018 05:31:55 PM
Old 11-15-2018
The way to fsck a filesystem without anything dangerous happening is to use the -n switch:

Code:
# fsck -n <filesystem#>

with the -n meaning, whatever the question is the answer is no. Therefore, no modifications/corrections to the filesystem but the extent of any damage will be shown.

The opposite is:

Code:
# fsck -y <filesystem>

which means all questions are automatically answered yes meaning correct everything, and yes, in the case of severe damage, can destroy the filesystem completely.

If damage is limited then you can run fsck again with neither -n or -y and answer each question yourself individually to carry out corrections.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help For SCO OpenServer

I've just installed Unix SCO OpenServer System v in an Intel PC and Everithing ok, except just one thing, in the begining of the installation the wizard asked me about the mouse , i have a generic 3 buttons mouse and i took a logitech and did not work i need to change the mouse configuration, ... (2 Replies)
Discussion started by: jimmyvaldes
2 Replies

2. UNIX for Dummies Questions & Answers

sco openserver 5.5

hello! when i try to make my system dual boot with both win98 & sco open server 5.5 it doesn't work at all.neither win98 take start nor sco open server boots.what should i do ? kindly help me thanks (1 Reply)
Discussion started by: buntty
1 Replies

3. UNIX for Advanced & Expert Users

SCO 5.0.2 openserver

I am doing some work for a customer that is running SCO 5.0.2 openserver and they have lost their cd. Is there anyplace I can download it? I have a replacement being shipped but it will not be here for two days and they are down. Any ideals? (3 Replies)
Discussion started by: SCOoT
3 Replies

4. UNIX for Dummies Questions & Answers

boot failure SCO 5.0.6 OpenServer

hello guys. I just installed SCO 5.0.6 OpenServer it went all the way to the end of the installation and the first boot try it gave me this message. not a directory boot not found cannot open stage 1 boot failure: error loading hd (40)/boot (2 Replies)
Discussion started by: josramon
2 Replies

5. SCO

Ethereal for SCO OpenServer 5.0.7???

Which version of Ethereal can I use for SCO OpenServer 5.0.7??? (0 Replies)
Discussion started by: bean2
0 Replies

6. UNIX for Dummies Questions & Answers

SCO Openserver 6.0

Hi there guys. I just got this new SCO version and i'm having some problem printing from shell, This is what i'm typing at the # sign : lp -dHP /etc/hosts and it prints no problem but when i use any other user at the $ sign it gives me this error. /dev/fd/7: /usr/lib/lp/sysv/7: not found. ... (1 Reply)
Discussion started by: josramon
1 Replies

7. UNIX for Dummies Questions & Answers

SCO Openserver 6.0

Hi guys, I just got this new 6.0 version and i'm trying to setup a remote office to telnet to this server running sco 6.0, in previous version all i have to do is add this file under /etc/rc2.d call S99route and put the gate in that file and that was it, for some reason in 6.0 it does not... (1 Reply)
Discussion started by: josramon
1 Replies

8. SCO

sco openserver 5.0.7

Dear members when i installed dual processor patch in openserver 5.0.7 in hp ML370 G4 server it hangs in sco at G_hd_config. i tried MP4, EFS 5.64,5.70A but not solved the problem.. (0 Replies)
Discussion started by: M_farooqui
0 Replies

9. SCO

sco openserver 5.0.0 boot / root disk

Hi, I have an openserver 5.0.0 machine in the office. The sysad of that machine left years ago without leaving the password to anyone. I was wondering if someone has a copy of the boot / root diskettes (rescue) for this version? Or perhaps if anyone knows a download link / location in the... (0 Replies)
Discussion started by: marcpascual
0 Replies

10. SCO

I need SCO Openserver 4.2!!!!

I need SCO Openserver 4.2. Please, give me distributive of that version SCO:eek: (0 Replies)
Discussion started by: caine
0 Replies
NOVA(1) 							   User Commands							   NOVA(1)

NAME
nova - Command-line interface to the OpenStack Compute API. SYNOPSIS
nova [ --username USERNAME ] [ --apikey APIKEY ] [ --url AUTH_URL ] <subcommand> DESCRIPTION
nova is a command line interface to the OpenStack Compute API. COMMAND OVERVIEW
nova actions Retrieve server actions. nova backup-schedule Show or edit the backup schedule for a server. nova backup-schedule-delete Delete the backup schedule for a server. nova boot Boot a new server. nova delete Immediately shut down and delete a server. nova diagnostics Retrieve server diagnostics. nova flavor-list Print a list of available 'flavors' (sizes of servers). nova help Display help about this program or one of its subcommands. nova image-create Create a new image by taking a snapshot of a running server. nova image-delete Delete an image. nova image-list Print a list of available images to boot from. nova ip-share Share an IP address from the given IP group onto a server. nova ip-unshare Stop sharing an given address with a server. nova ipgroup-create Create a new IP group. nova ipgroup-delete Delete an IP group. nova ipgroup-list Show IP groups. nova ipgroup-show Show details about a particular IP group. nova list List active servers. nova pause Pause a server. nova reboot Reboot a server. nova rebuild Shutdown, re-image, and re-boot a server. nova rename Rename a server. nova rescue Rescue a server. nova resize Resize a server. nova resize-confirm Confirm a previous resize. nova resize-revert Revert a previous resize (and return to the previous VM). nova resume Resume a server. nova root-password Change the root password for a server. nova show Show details about the given server. nova suspend Suspend a server. nova unpause Unpause a server. nova unrescue Unrescue a server. nova zone Show or edit a child zone. nova zone-add Add a new child zone. nova zone-delete Delete a zone. nova zone-info Get this zones name and capabilities. nova zone-list List the children of a zone. Optional arguments: --username USERNAME Defaults to env[NOVA_USERNAME]. --apikey APIKEY Defaults to env[NOVA_API_KEY]. --url AUTH_URL Defaults to https://auth.api.rackspacecloud.com/v1.0 or env[NOVA_URL] if defined. See "nova help COMMAND" for help on a specific command. nova February 2011 NOVA(1)
All times are GMT -4. The time now is 08:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy