[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DIGITAL UNIX (FORMERLY KNOWN AS DEC OSF/1) |
Notice: | Welcome to the Digital UNIX Conference |
Moderator: | SMURF::DENHAM |
|
Created: | Thu Mar 16 1995 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 10068 |
Total number of notes: | 35879 |
9594.0. "device not found: failure to mount fs" by HANDVC::STEVELIU () Wed Apr 23 1997 06:41
I have a unix v3.2 system, it was running normally, due to power
shutdown, the system has to be shutdown as well. Then problem
happened during startup of the system again. When it tried to mount
a certain file system, it seems that it cannot locate the device.
we try to comment out the faulty file system entry on /etc/fstab
as follows :
# more /etc/fstab
/dev/rz3a / ufs rw 1 1
/proc /proc procfs rw 0 0
usr_domain#usr /usr advfs rw 0 0
/dev/rz3b swap1 ufs sw 0 2
#/dev/rz8d /usr/public ufs rw 1 2
/dev/rz10b /usr/supp ufs rw 1 2
/dev/rz12c /usr/users ufs rw 1 2
The system was then able to boot up. we have tried to fsck the
raw device /dev/rrz8d, but it says no such device and manual
mounting the file system will crash the system.
what can I do then ?
T.R | Title | User | Personal Name | Date | Lines |
---|
9594.1 | | DECWET::MARTIN | | Wed Apr 23 1997 15:22 | 6 |
| Does "show dev" at the console locate the device? It sounds to me like the most
likely problem is that the power shutdown fried the disk, and it's time for a
field service call. It's also time to find your most recent backup of the
disk...
--Ken
|