# fsck -F ufs /dev/rdsk/c0t0d0s2
** /dev/rdsk/c0t0d0s2
BAD SUPER BLOCK: MAGIC NUMBER WRONG
USE AN ALTERNATE SUPER-BLOCK TO SUPPLY NEEDED INFORMATION;
eg. fsck [-F ufs] -o b=# [special ...]
where # is the alternate super block. SEE fsck_ufs(1M).
and I can't run the format command in the format program because it says
I must use "Manufacturer supplied Format utility" which I don't have and
don't know how to get. But I have tried the following ...
1. I have tried to use format to create a new label and and still
"corrupt label : wrong magic number" error.
AVAILABLE DISK SELECTIONS:
0. c0t0d0 <ST39120A cyl 17660 alt 2 hd 16 sec 63>
/pci@1f,0/pci@1,1/ide@3/dad@0,0
Specify disk (enter its number): 0
selecting c0t0d0
No defect list found
[disk formatted, no defect list found]
Warning: Current Disk has mounted partitions.
FORMAT MENU:
disk - select a disk
type - select (define) a disk type
partition - select (define) a partition table
current - describe the current disk
format - format and analyze the disk
repair - repair a defective sector
show - translate a disk address
label - write label to the disk
analyze - surface analysis
defect - defect list management
backup - search for backup labels
verify - read and display labels
save - save new disk/partition definitions
volname - set 8-character volume name
!<cmd> - execute <cmd>, then return
quit
format> label
Ready to label disk, continue? y
format> save
Saving new disk and partition definitions
Enter file name["./format.dat"]:
format>
2. I have tried restore a backup label and still "corrupt label : wrong
magic number" error.
3. I have also tried "fsck -o b=32" and and still "corrupt label :
wrong magic number" error.
Try creating a partition.
Lance
"Vicky Tanya Seno" <da...@ecs.csun.edu> wrote in message
news:3CA26D28...@ecs.csun.edu...
So I am very confused at this point.
Thank You for all your help.
--
Vicky "Tanya" Seno
UNIX Administrator
Information Systems Group
College of Engineering and Computer Science
California State University, Northridge
18111 Nordhoff Street
Northridge, CA 91330-8295
Work: 818.677.3919
Fax: 818.677.4192
Pager: 818.372.4688
> Hi,
> My problem is that I have a 9.1G seagate drive on a Ultra 10 is and
> it keeps saying ...
> # fsck -F ufs /dev/rdsk/c0t0d0s2
> ** /dev/rdsk/c0t0d0s2
Why are you running fsck on that device? Slice 2 is usually the "entire
disk". In this case that means it'll look for a filesystem at the start
of the disk. You may not have one there.
Why that line?
At least show us the output from partition/print in format, or a prtvtoc
output.
--
Darren Dunham ddu...@taos.com
Unix System Administrator Taos - The SysAdmin Company
Got some Dr Pepper? San Francisco, CA bay area
< How are you gentlemen!! Take off every '.SIG'!! >
Have you tried a different release of Solaris 8?
Lance
"Vicky Tanya Seno" <da...@ecs.csun.edu> wrote in message
news:3CA39A79...@ecs.csun.edu...
Tanya
Lance wrote:
> This is interesting. Two suggestions, one would be to install this drive
> into a PC and sun the Seagate tools. You can them at Seagate.com You could
> run this:
> http://www.seagate.com/support/seatools/
> which is an online web based utility that only runs under Windows.
>
> Have you tried a different release of Solaris 8?
>
> Lance
>
>
--
Here are the binaries at SUN:
http://www.sun.com/software/solaris/binaries/keys.cgi?sparc
Lance
"Vicky Tanya Seno" <da...@ecs.csun.edu> wrote in message
news:3CA3C0AE...@ecs.csun.edu...
If I do dd /dev/rdsk/c0t0d0s2 /dev/rdsk/c0t1d0s2 bs=64k Do you think it would
copy the disk label ?
The reason I ask is because we have labs full of ultra 10s and I use jumpstart
to dd over the network. And if dd does copy the disk label, I am all set.
Tanya
Lance wrote:
--