Problems with partitions


 
Thread Tools Search this Thread
Operating Systems Solaris Problems with partitions
# 1  
Old 06-25-2010
Problems with partitions

Hi. I newbie in solaris.

I have server T2000 with 2 disk on raid.

I have partitions:

Code:
Part      Tag    Flag     Cylinders         Size            Blocks
  0       root    wm     825 -  3916       15.00GB    (3092/0/0)   31464192
  1       swap    wu       0 -   824        4.00GB    (825/0/0)     8395200
  2     backup    wm       0 - 14086       68.35GB    (14087/0/0) 143349312
  3 unassigned    wm    3917 -  7008       15.00GB    (3092/0/0)   31464192
  4 unassigned    wm       0                0         (0/0/0)             0
  5 unassigned    wm       0                0         (0/0/0)             0
  6 unassigned    wm       0                0         (0/0/0)             0
  7 unassigned    wm       0                0         (0/0/0)             0


I must have partition more then 20gb. I try to increase partition#3:

Code:
partition> 3
Part      Tag    Flag     Cylinders         Size            Blocks
  3 unassigned    wm    3917 -  7008       15.00GB    (3092/0/0)   31464192

Enter partition id tag[unassigned]:
Enter partition permission flags[wm]:
Enter new starting cyl[3917]:
Enter partition size[31464192b, 3092c, 7008e, 15363.38mb, 15.00gb]: 22.00gb

then i name this partition table as test1 and save
Code:
partition> name
Enter table name (remember quotes): test1

partition> q


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
        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
        inquiry    - show vendor, product and revision
        volname    - set 8-character volume name
        !<cmd>     - execute <cmd>, then return
        quit
format> save
Saving new partition definition
Enter file name["./format.dat"]:


But then a reboot (or not reboot server) partiotion3 have old value?

How I can increase partition value for new fs?

Last edited by pludi; 06-25-2010 at 04:01 AM.. Reason: code tags, please...
# 2  
Old 06-25-2010
Use the growfs command.
# 3  
Old 06-25-2010
I want to increase partition, but not filesystem!
I have only root filesystem (/). I want create new fs with space more then 20 gb! I have only 15(partition 3). About you say :"Use the growfs command."?
# 4  
Old 06-25-2010
I overlook you didn't write the new label. Use the "label" command instead of "name".
# 5  
Old 06-25-2010
I didn't understand, why label? how it would see it?
# 6  
Old 06-25-2010
To label means to write the partition (a.k.a. slice) table. This is what you are failing to do.
This User Gave Thanks to jlliagre For This Post:
# 7  
Old 06-28-2010
Thank you,jlliagre
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

GPT Partitions

(Don't you hate being on holiday and being the only IT person in the family?) Got a wonderful thanksgiving surprise .. dead windows-8 laptop with "important" unbacked-up data. No worries, I have my my fedora labtop and a magical SATA to USB converter. Plugged in the drive, and ... can't mount... (4 Replies)
Discussion started by: derekludwig
4 Replies

2. AIX

Creating Partitions

Hello, I'm trying to create two lpars on a machine which has 2disks. I dont want to create a vio, I just want to create two partitions and build aix on both through DVD. Can I do this? If 'yes' how can I do it and how to create the partitions on separate disks? Please let me know further.... (3 Replies)
Discussion started by: pjeedu2247
3 Replies

3. Red Hat

Please tell me how to resize the partitions

It is not allowing me to create a new partition...... I know that there are no free sectors available.... I want to RESIZE the partitions which are already created. Please tell me how to resize the partitions.....Don't tell me that we can resize through parted command.... please tell me all... (2 Replies)
Discussion started by: vamshigvk475
2 Replies

4. Red Hat

Partitions necessary in RHEL 6

I had a query as to what are the partitions that should be necessary in RHEL 6. My knowledge says that 1) / 2) /home 3) Swap 4) /boot should be sufficient. But, I am seeing in my production environment which is RHEL 5 that there are partitions also for 1) /var 2) /tmp... (8 Replies)
Discussion started by: RHCE
8 Replies

5. UNIX for Dummies Questions & Answers

Partitions.

Hi All, My colleague says . On some boxes we have /var/,/opt are inside root and on some they are not on root they are separately. So please any one explain me what actually the difference is. Thanks is Advance. (3 Replies)
Discussion started by: rama krishna
3 Replies

6. UNIX for Advanced & Expert Users

Partitions

Hello masters, Actually, i am user of Ubuntu, but I want to use Debian too. I have a computer with a product key for w7 so i will use too, only for games... The structure I have thought is the next with 1TiB of capacity. Primary: 50 GB NTFS for W7 Extended: Logical: 20 GB FAT32... (3 Replies)
Discussion started by: albertogarcia
3 Replies

7. AIX

Logical Partitions?

I'm trying to find out how many logical partitions our AIX box has. I'm running the command: topas -C and nothing is showing up. Is it safe to say that there is only one LPAR, which is what AIX is installed on? Move to AIX - jim mc (2 Replies)
Discussion started by: NycUnxer
2 Replies

8. Filesystems, Disks and Memory

Help with resizing partitions

Hi First post :o I have recently used Acronis (Backup software for data backup and disaster recovery in Windows and Linux - Acronis) to create identical systems that I need to build. Everything works OK, but one of the machine has a bigger harddisk (250G) than the one I used to create the... (2 Replies)
Discussion started by: forte712
2 Replies

9. UNIX for Advanced & Expert Users

partitions

HI. i installed solaris on a x86 machine and i only partition for 4 gig when it suppose to be 8. i only using 4 gig right now how can i start using the other four. please help, thanks in advance Meeh (2 Replies)
Discussion started by: souldier
2 Replies

10. Filesystems, Disks and Memory

raw partitions

i want to know, how do i to create a rwa partttions in unixware 7 wit raid 5 best regards felix arteaga (1 Reply)
Discussion started by: farteaga
1 Replies
Login or Register to Ask a Question