Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How HDD under Solaris on Intel platform Post 1598 by softarch on Monday 19th of March 2001 12:28:29 AM
Old 03-19-2001
You're very correct. It is the MBR problem. I'll do as you suggested and that is to reinstall the old BIOS.
Thank you very much.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Creating Domains on Intel platform

I'm trying to ling three solaris 8 machines on to one domain. I have DNS up and running. Do not know how to get them all on the same domain. Any Suggestions are appreciated. (1 Reply)
Discussion started by: Deuce
1 Replies

2. UNIX for Dummies Questions & Answers

Solaris Installation (Intel)

Pls help i've used the boot assistance disk to boot my computer (P3 300) after checking the drivers , i select the CD to install , however, the computer said it can't mount the CD CD is download from sun.com (solaris 8) my CD rom is Misabushi and Ricoh (7060) , both cannot do so, what is... (4 Replies)
Discussion started by: kazamih
4 Replies

3. IP Networking

Solaris 8 on Intel TCP/IP

I have just installed solaris 8 for Intel on one of my machines at home and I have a cable modem connection with a static IP and I am using a linksys cable/dsl router to assign IP's to my machines. I was wondering if any of you guys know the specific files and examples of the files I have to... (2 Replies)
Discussion started by: reggie316
2 Replies

4. UNIX for Advanced & Expert Users

kde on solaris 8 intel

hi. Have anyone use kde for solaris, if so can you help me download and configure it. i don't know which files i should download for solaris because there lots of files. Could you point me to the right path.thanks in advance. (9 Replies)
Discussion started by: souldier
9 Replies

5. Programming

C Compiler for Solaris 8 (Intel)

hi I'm looking for a C Compiler that will run on a Solaris 8 (Intel) platform and that doesn't need to be complied. I've tried gcc binaries but they don't seem to work. Thanx. (5 Replies)
Discussion started by: ianf
5 Replies

6. UNIX for Dummies Questions & Answers

Solaris 8 Intel

Do you now have to pay to download the Solaris 8 OE? If so when did they change it? (3 Replies)
Discussion started by: tycobb
3 Replies

7. UNIX for Advanced & Expert Users

Solaris on Intel

I was wondering what features are not available on Solaris installed on Intel architecture as compared to the SPARC archietecture?? :-) (3 Replies)
Discussion started by: encrypted
3 Replies

8. SCO

Black Screen SCO Real. 5 (intel platform)

Hi everyone, I am new in here. I have to work on a system where nothing is showing up on the screen. I am suspecting an hardware issue, can anyone help me with this? Thanks for your input BB (4 Replies)
Discussion started by: labcc
4 Replies

9. Solaris

OBP on Solaris 10-intel

Hi All, How can I go to OBP on Solaris 10-intel? I tried doing ctrl+c or ctrl+break, it won't go to the "ok" prompt. Thanks in advance, itik (6 Replies)
Discussion started by: itik
6 Replies

10. Solaris

solaris 10 cd install(intel)

just need help with loading solaris 10 from cds that i bought from sun. i have a dell box that had solaris 8 on it, wiped it and stuck in the cd1 for solaris 10. selected "solaris" for install. went through a few minutes then comes up with"sunOS Release 5.10 version generic_137138-09 32-bit,... (3 Replies)
Discussion started by: flir11
3 Replies
MBRLABEL(8)						    BSD System Manager's Manual 					       MBRLABEL(8)

NAME
mbrlabel -- update disk label from MBR label(s) SYNOPSIS
mbrlabel [-fqrw] [-s sector] device DESCRIPTION
mbrlabel is used to update a NetBSD disk label from the Master Boot Record (MBR) label(s) found on disks that were previously used on DOS/Windows systems (or other MBR using systems). mbrlabel scans the MBR contained in the very first block of the disk (or the block specified through the -s flag), then walks through every extended partition found and generates additional partition entries for the disk from the MBRs found in those extended partitions. Each MBR partition which does not have an equivalent partition in the disk label (equivalent in having the same size and offset) is added to the first free partition slot in the disk label. A free partition slot is defined as one with an fstype of 'unused' and a size of zero ('0'). If there are not enough free slots in the disk label, a warning will be issued. The raw partition (typically partition c, but d on i386 and some other platforms) is left alone during this process. By default, the proposed changed disk label will be displayed and no disk label update will occur. Available options: -f Force an update, even if there has been no change. -q Performs operations in a quiet fashion. -r In conjunction with -w, also update the on-disk label. -s sector Specifies the logical sector number that has to be read from the disk in order to find the MBR. Useful if the disk has remapping drivers on it and the MBR is located in a non-standard place. Defaults to 0. -w Update the in-core label if it has been changed. See also -r. SEE ALSO
disklabel(8), dkctl(8), fdisk(8), mbr(8) HISTORY
The mbrlabel command appeared in NetBSD 1.4. BSD
April 5, 2010 BSD
All times are GMT -4. The time now is 11:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy