Magic number error


 
Thread Tools Search this Thread
Operating Systems Solaris Magic number error
# 1  
Old 02-26-2015
Magic number error

hi . my " /usr " was full ,so i went into the failsafe mode in solaris 10 and used format utilily to adjust space for it and labeled it. But after that whenever i try to boot solaris normally ,it is giving "magic number error"
I tried
Code:
 fsck -o b=32 /dev/dsk/c0d0s6 (for /usr) 
 newfs -N /dev/dsk/c0d0s6

but backup superblocks are not dispalying ,what to do ...any help pls ?

Last edited by vbe; 02-27-2015 at 11:24 AM..
# 2  
Old 02-26-2015
I'm afraid you overwrote critical system data during your failed resizing attempt.

Unless you know exactly what was your partition table and label like before the change, your best bet is probably to reinstall the OS then restore your data from backup.
# 3  
Old 02-26-2015
ouch. I'd try TestDisk: TestDisk - Partition Recovery and File Undelete
its free, dunno if it supports sparc.
# 4  
Old 02-27-2015
But i had adjusted the cylinders properly , so can u pls tell what wud have went wrong
as im in middle of my solaris learning
# 5  
Old 02-27-2015
Quote:
Originally Posted by tushardul
But i had adjusted the cylinders properly
If you had resized the file system properly, you wouldn't be asking for help here.
Quote:
so can u pls tell what wud have went wrong
It's hard to tell without precisely knowing what you did.
# 6  
Old 02-27-2015
Quote:
Originally Posted by tushardul
But i had adjusted the cylinders properly , so can u pls tell what wud have went wrong
as im in middle of my solaris learning
you should have made a backup of old label.
# 7  
Old 02-27-2015
ok thanks...i will try it outSmilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Bad magic number in disk label.

This is first time post...found this forum when looking for possible solution to fix my sun pc. Just one day can't boot it already showing the following: Boot device: disk File args: Bad magic number in disk label Can't open disk label package Evaluating: boot Can't open boot device... (40 Replies)
Discussion started by: SHuKoSuGi
40 Replies

2. Solaris

Bad magic number error

So we have a new to us v240 server with no OS installed. It has an outdated version of OB and ALOM so before we install the OS we want to update both. We have a DVD with the latest OB patch burned on it. We do the boot cdrom command but receive the Bad Magic Number Error. Does an OS need to... (2 Replies)
Discussion started by: dunkpancakes
2 Replies

3. Solaris

Solaris 8.2 Bad magic number

I'll keep it fairly straight forward. I work with a Solaris server and magically today it decided to take a dump on me. At first it give a long list of files that couldn't be acessed before terminating the boot process and returning to the 'ok' prompt. Booting in single-user mode allowed me to run... (4 Replies)
Discussion started by: Aon
4 Replies

4. AIX

module has an invalid magic number

Hello everybody: I have a trouble running an application which connects to an Oracle server, I got this message: Dependent module /opt/oracle/product/10.2/lib/libclntsh.so could not be loaded. The module has an invalid magic number. Running ldd MyApp doesn't report missing symbols, I've... (1 Reply)
Discussion started by: edgarvm
1 Replies

5. UNIX for Dummies Questions & Answers

Solaris magic number problem

Hello, When I boot up my ancient SUNOS 5 system. it stops at the OK prompt and complains about a bad magic number. I have told that I need run fsck but I cannot seem to do so from the OK prompt. How can I get into a diagnostic mode so I can run fsck? Thanks, (1 Reply)
Discussion started by: mojoman
1 Replies

6. Solaris

wrong magic number

/pci@if,0/pci@1,1/ide@3/dad@0,0 corrupt label wrong magic number can u plz suggustion me (6 Replies)
Discussion started by: tirupathi
6 Replies

7. Filesystems, Disks and Memory

LVM magic number 0x4D48

LVM partition(8e type) begins with a magic number(0x4D48) - HM, At this sector, I get the name of volume group plus two three more structures, which I am unable to decipher. So, if anyone can let me know the details of these structures. In my case, I had made two logical volumes in my LVM... (2 Replies)
Discussion started by: ghimanshu
2 Replies

8. Filesystems, Disks and Memory

Bad Magic Number

Dear All, i have a SCSI hard disk drive i'm installing on it solaris 5 and the workstation is sun sparc, i made an image of this H.D using Norton Ghost 6, so i took off the SCSI H.D from the sun workstation and put it on a Compaq server then i booted the server from the Norton Ghost floppy disk... (0 Replies)
Discussion started by: wesweshahaha
0 Replies

9. Shell Programming and Scripting

shell magic number with a -

In one of our internal scripts (unix.run), I have noticed that the following shebang. #!/bin/sh - for i in test1 test2 test3 ; do . . . Any idea what the - in the magic number stands for ? And what impact does it have on the script ? Continuing on the same script, I have the... (3 Replies)
Discussion started by: vino
3 Replies

10. UNIX for Advanced & Expert Users

bad magic number

Hi, when installing a piece of third part software I get the error "Bad magic number" at one point when it tries to use libraries from the bea tuxedo server. Am I correct that this means that the software is expecting 32bit while I'm on 64bit? Is there a way around it or can it only be solved... (5 Replies)
Discussion started by: rein
5 Replies
Login or Register to Ask a Question