Basic Unix installation help


 
Thread Tools Search this Thread
Operating Systems Solaris Basic Unix installation help
# 1  
Old 06-20-2007
Basic Unix installation help

Hi,

I am a novice in Unix installation.

Was experimenting with it.

During installation, i created 2 partitions ( what i am calling ).


One for the OS which was named SOLARIS & other was named PRI_DOS.

Now on completion of installation, where has my PRI_DOS portion gone.

How do i access it.

Thanks
# 2  
Old 06-20-2007
Presumably you created 2 partitions using fdisk, the result of which is that you have divided the disk into two areas, one for unix and one for DOS/Windows.
In order to see anything in the DOS partition from Unix you will have to mount the partition.
And before you can mount the partition you will also have to format it (Boot from a DOS Diskette, or CD and format drive CSmilie

If on the other hand you created two filesystems using divvy, then maybe the installation process does not automatically complete the setup of non root filesystems. Run 'mkfs' and 'mount'.
# 3  
Old 06-20-2007
It was created during installation via the GUI.

So what did it use.
How come now boot from a dos diskette?

My running one is c0d0s1 (for /) & c0d0s1 (for swap).

To mount that partition, it should know its device file.

How will i know that?

Thanks
# 4  
Old 06-21-2007
Even after formatting how will i see it to mount it.
# 5  
Old 06-21-2007
With Solaris you can mount a FAT partition using the msdos file system.

Try "man mount_msdos"

However that does not mean it was formatted as a FAT partition.

You will need to find the device name for that partition.
# 6  
Old 06-21-2007
And how will i find the device name Smilie
# 7  
Old 06-21-2007
This may help...

http://multiboot.solaris-x86.org/iii/1.html

Running either format or fdisk should be able to give you enough information to work it out.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Basic doubt in UNIX

Hi, I'm new to this and very much interested to learn unix. Can any one explain me the symbols y we use this is scripting(~ and $). It would be great if some one explain with the eg. Thanks Naveen A (2 Replies)
Discussion started by: Pranaveen
2 Replies

2. Shell Programming and Scripting

Basic Unix cp command help

I am new to unix so this is probably a pretty basic question. I am trying to write several commands on one line that creates a directory called bf in the current directory, then copy all files within that directory and any subdirectories, that do not start with the letter c to the new bf folder.... (5 Replies)
Discussion started by: scotty85
5 Replies

3. Shell Programming and Scripting

Unix beginner. Need some very basic help.

Hey all I'm working on a script that will scour a directory of 6000+ files for a line that at the end has a number. Something like 'The number of outputs is: 39200' I'm trying to devise a script to add all of these numbers up, so far I have the grep statement that pulls out each individual... (7 Replies)
Discussion started by: TiznaraN
7 Replies

4. UNIX for Dummies Questions & Answers

Some Basic terms in UNIX

Hello Gurus, I have some very beginner level questions here, which are as follows: 1) I know what is a process, but what is a thread? and how a CPU devides a process into more than one threads and on what basis? Does a programmer designs a program in this way that it devides it into more than... (3 Replies)
Discussion started by: nervous
3 Replies

5. UNIX for Dummies Questions & Answers

Unix basic help

What command would I use to list the first lines of all text files within my Unix directory or within any directory inside there? I was using "find" , "head" and "-exec" commands like this: find ~/Unix -name "*.txt" -exec head {} \; But its not perfectly working, please help me.... (2 Replies)
Discussion started by: carrera911
2 Replies

6. IP Networking

basic question about UNIX?

With not knowing absolute nothing about Unix can anyone let me in on how it is setup and how easy is it to learn?I'm using MML Commands and know that it is completely different but if I start learning commands in UNIX is that a good way to get started? (1 Reply)
Discussion started by: RoliOCon
1 Replies

7. UNIX for Dummies Questions & Answers

Basic unix

okay, im having some trouble. Go ahead, call me a retard, but i keep getting stuck. Suppose i want to open a Picture of Jesus(for the sake of simplicity) using unix. I type: open Desktop/Pictures/Jesus.jpg It opens, and its all well and good. But, suppose i want to open a picture called Joe... (4 Replies)
Discussion started by: HipCracka
4 Replies

8. Tips and Tutorials

Unix Basic Command

A at : execute commands at a specified time/date. awk: a scripting language, especially useful for manipulating text and automation. B bash : invokes the Bourne Again Shell (standard on most boxes). batch: execute comands when load permits. bc : interactive C-like calcultor (integers... (6 Replies)
Discussion started by: binhnx2000
6 Replies

9. UNIX for Dummies Questions & Answers

Basic Unix tools

I like to know the bare minimum development/ testing tools which can be used with Unix environment wherein the applications are written in different combination - C++ COBOL.. I like to know list of development, performance, testing tools that can be used in Unix . Thanks in advance ls1429 (1 Reply)
Discussion started by: ls1429
1 Replies

10. UNIX for Dummies Questions & Answers

Unix basic commands

I need a sheet with the basic unix commands , and commands for VI editor. Does anyone know where i can get them. (3 Replies)
Discussion started by: Peter Spellman
3 Replies
Login or Register to Ask a Question