Using / Formating a Logical Partition as I cant see it


 
Thread Tools Search this Thread
Operating Systems Solaris Using / Formating a Logical Partition as I cant see it
# 8  
Old 12-22-2008
yes you will never see a disk 2 as long as you only have one physical disk


the 30 Gb partition should be within with disk 0, check to which slice you allocated it


type format

then select disk 0


then partition

then print

it will show you what you have available
# 9  
Old 12-22-2008
I would expect the 30Gb not to be mapped under any kind of root, swap etc, below is the option that comes up after pressing disk 0. how can i get the format command to display the other logical disks, eg disk 0, 1 etc..

bash-3.00# format
Searching for disks...done


AVAILABLE DISK SELECTIONS:
0. c1d0 <DEFAULT cyl 2882 alt 2 hd 255 sec 63>
/pci@0,0/pci-ide@1f,2/ide@0/cmdk@0,0
Specify disk (enter its number): 0
selecting c1d0
Controller working list found
[disk formatted, defect list found]
Warning: Current Disk has mounted partitions.
/dev/dsk/c1d0s0 is currently mounted on /. Please see umount(1M).
/dev/dsk/c1d0s1 is currently used by swap. Please see swap(1M).
/dev/dsk/c1d0s7 is currently mounted on /export/home. Please see umount(1M).
# 10  
Old 12-22-2008
how many physical disks do you have? 1 or 2? what do you mean by logical disks?
# 11  
Old 12-22-2008
Quote:
Originally Posted by pupp
how many physical disks do you have? 1 or 2? what do you mean by logical disks?

there is one physical disk split into 3 partitions, one running windows xp, other is solaris and the last one is just a 30GB which i reserve for Oracle which i want to install now.
# 12  
Old 12-22-2008
You need to create a Solaris fdisk partition in order to be able to use it.
# 13  
Old 12-22-2008
how can I do this, can you point me in the right direction please.
# 14  
Old 12-22-2008
dude I understand, root and swap are mounted, that's normal

now check the other slices, and see the available space !!

you have 2882 cylinders , see what's available.


i told you, from the format menu, choose the "partition", then choose "print". Slice 2 is the total space available, see how much is left ! you should know how to use the format menu. Google some examples
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Shrink LVM partition & create new Linux Primary partition

Hello All, I have a Red Hat Linux 5.9 Server installed with one hard disk & 2 Partitions created on it as follows, /boot - Linux Partition & another is LVM - One VG & under that 5-6 Logical volumes(var,opt,home etc). Here my requirement is to take out 1GB of space from LVM ( Any logical... (5 Replies)
Discussion started by: gr8_usk
5 Replies

2. Filesystems, Disks and Memory

Ask concept soft partition vs hard partition

Hi Experts I would like to know different between soft partition concept and hard partition concept on solaris. Here is little explanation between soft partition concept and hard partition concept on solaris. Soft Partition: 1TB total space available in storage in all mapped to the OS to... (2 Replies)
Discussion started by: edydsuranta
2 Replies

3. Solaris

Partition overlaps another partition while creating new parition in solaris

hi all while formatting hard disk i am getting following error. Partition 1 ends at 266338338 It must be between 34 and 143374704. label error: EFI Labels do not support overlapping partitions Partition 8 overlaps partition 1. Warning: error writing EFI. Label failed. I have formatted the... (2 Replies)
Discussion started by: nikhil kasar
2 Replies

4. UNIX for Dummies Questions & Answers

Confusion Regarding Physical Volume,Volume Group,Logical Volume,Physical partition

Hi, I am new to unix. I am working on Red Hat Linux and side by side on AIX also. After reading the concepts of Storage, I am now really confused regarding the terminologies 1)Physical Volume 2)Volume Group 3)Logical Volume 4)Physical Partition Please help me to understand these concepts. (6 Replies)
Discussion started by: kashifsd17
6 Replies

5. Shell Programming and Scripting

How to do logical AND and logical OR with grep

Hi can someone please help me on this. I need to perform this code: Grep any lines that meets the following criteria (A AND B) OR (A AND C) I tried this code, but it didn't work Grep-I "A &&B" | "A&&C" *.* $ thanks in advance (12 Replies)
Discussion started by: Needhelp2
12 Replies

6. AIX

How to match a logical partition to a file

I would like to know how to identify which file a logical partition relates too. Operating System = AIX oslevel -s = 5300-04-CSP I've identified a logical volume that continually runs at 100% tm_acct from iostat. I've run lvmstat -l and identified the logical partition 590, being the... (1 Reply)
Discussion started by: garry
1 Replies

7. UNIX for Dummies Questions & Answers

I've created a partition with GNU Parted, how do I mount the partition?

I've created a partition with GNU Parted, how do I mount the partition? The manual information at http://www.gnu.org/software/parted/manual/parted.html is good, but I am sure about how I mount the partition afterwards. Thanks, --Todd (1 Reply)
Discussion started by: jtp51
1 Replies

8. UNIX for Dummies Questions & Answers

Error in creating logical partition

Dear Members, I am using SCO-Unix 5.0.5. I have created 2 logical drives but some of the blocks are overlapped and are now giving warning during startup. I have used fsck to settle the problems but to no avail. Kindly help me to sort out the problem. Thanks (3 Replies)
Discussion started by: nagendrajaiswal
3 Replies

9. AIX

Increase a logical partition

hello I have a volume group of 737 Go (EMC) To add 250 Go, i split the 250 Go to 2*125 No problem to add in the volum group, but when i want to increase the size of the logical volume, i have the message : 0516-787 extendlv: Maximum allocation for logical volume simdatabaselv is... (3 Replies)
Discussion started by: pascalbout
3 Replies

10. UNIX for Dummies Questions & Answers

understanding logical partition, physical partition

hi, 1) is logical partition the same as physical partition except that one is physical and the other is logical? 2) then it must a one to one ratio? (3 Replies)
Discussion started by: yls177
3 Replies
Login or Register to Ask a Question