Ask a Question related to SCO, Design and Development.
-
Bela Lubkin #1
Re: filesystem help
Yousuf wrote:
The block number it's complaining about is in 1/2K blocks. In 1K units,> sco cannot mount one of my (critical) filesystems.
> running fsck -ofull yields the following:
>
> Phase 1 - Check Blocks and Sizes
> DANGER: Filesystem being checked is larger than the device in which
> it is stored (/dev/ru2). The filesystem is 18311029K while the
> device is 18303814K. Backup filesystem and recreate as soon as ossible.
> ** Phase 2 - Check Pathnames
> ** Phase 3 - Check Connectivity
> ** Phase 4 - Check Reference Counts
> ** Phase 5 - Check Synchronous Write Log
> ** Phase 6 - Check Free List Bitmap
>
> CANNOT READ: BLK 36615806
> CONTINUE? [yn] n
it's at 18307903K into the division. Since the size of the division is
18303814K, naturally `fsck` cannot read data at offset 18307903K.
Do what it says: back up the filesystem, recreate it, and restore. To> any tips on how i can recover it?
back it up you will need to mount it read-only:
mount -r /dev/u2 /u2
Once you've made a verified backup, recreate the filesystem. First make
sure it is unmounted. Then run:
divvy /dev/u2
Use the "c[reate]" command to remake the filesystem. Then mount it and
restore the backup.
You may have lost up to about 7MB of files (the difference between the
size of the division and the filesystem structure within it). Likely
much less, because the filesystem will have started behaving weirdly as
soon as you hit the edge of reality.
The only way I know of for a filesystem to get misshapen like this is if
someone manually ran:
mkfs /dev/u2 36622058 # don't do this!
This would complain about the size mismatch, unless you also used the
"-y" flag to force it. Forcing `mkfs -y` with a miscalculated size is a
self-inflicted injury...
>Bela<Bela Lubkin Guest
-
dealing with the filesystem?
In Flash, How it is possible to create directorys and files etc? Can someone post some links or examples please? -
FileSystem Object
I am wondering if anyone could help me with the following problem I need to write some asp code that accepts a path to some directory on the Web... -
SCO Filesystem
Help plz using sco 3.2v4.2 ... powerfailer ochh!... not able to mount /dev/u try fsck on /dev/root .. it's ok try fsck on /dev/u get error "fsck:... -
SCSI ID <--> filesystem
.... a particular (5.0.6) server has a SCSI backplane with four hard disks hanging off of it. All I know is the SCSI ID (it is the position in the... -
Read only filesystem??
On Wed, 25 Jun 2003 at 19:58 GMT, Mike L eloquently wrote: Does the output of mount say your filesystems are mounted rw or r? Example: /dev/hdb3...



Reply With Quote

