Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Using fsdb on damaged filesystems

0 views
Skip to first unread message

wry...@hotmail.com

unread,
Dec 17, 1999, 3:00:00 AM12/17/99
to
Can you tell me something more about fsdb that I can find in "man".
I would like to restore information on jaz disk installed on SCO unix
server. fsck CANNOT READ BLK: 1507324.
With fsdb I can see my files and directories but I can´t do nothing more.
Thanks,
Wojtek

--
Posted via CNET Help.com
http://www.help.com/

Radek Tomis

unread,
Dec 20, 1999, 3:00:00 AM12/20/99
to
> From: <wry...@hotmail.com>
> Sent: Friday, December 17, 1999 2:30 AM

> Can you tell me something more about fsdb that I can find in "man".
> I would like to restore information on jaz disk installed on SCO unix
> server. fsck CANNOT READ BLK: 1507324.

Have you tried mounting the Jaz cartridge with read-only option ?

mount -r /dev/<JazFileSystem> /mnt

Try this, it usually works.

Alternatively, you may want to try `scsibadblk` command to scan the Jaz
cartridge for bad blocks and remap those blocks, then trying to use `fsck`
again.

> With fsdb I can see my files and directories but I can´t do nothing more.

If you won't be able to mount this Jaz cartridge, download
<http://members.xoom.com/rts101/tmp/fsrd> or
<ftp://ftp.mediumsoft.cz/private/rts/tmp/fsrd> and do this:

dev="/dev/<Jaz>"
./fsrd -e ${dev} dir -ir | ./fsrd -e ${dev} inode -v -dc - |
( cd <backup-dir>; cpio -iduvm )

to restore all files/directories.

--
Radek Tomis
r...@mediumsoft.cz


0 new messages