unused disk space


 
Thread Tools Search this Thread
Operating Systems Solaris unused disk space
# 15  
Old 09-15-2009
You could have create the extra slice with these 4 GB at installation time.
Anyway, if you want a step by step detailed procedure, please post the output from the following command:
Code:
prtvtoc /dev/rdsk/c0d0s2

# 16  
Old 09-19-2009
# prtvtoc /dev/rdsk/c0d0s2
* /dev/rdsk/c0d0s2 partition map
*
* Dimensions:
* 512 bytes/sector
* 63 sectors/track
* 255 tracks/cylinder
* 16065 sectors/cylinder
* 3262 cylinders
* 3260 accessible cylinders
*
* Flags:
* 1: unmountable
* 10: read-only
*
* Unallocated space:
* First Sector Last
* Sector Count Sector
* 2104515 9671130 11775644
*
* First Sector Last
* Partition Tag Flags Sector Count Sector Mount Directory
0 2 00 11775645 9863910 21639554 /
1 3 01 48195 2056320 2104514
2 5 00 0 52371900 52371899
3 0 00 31889025 20482875 52371899 /u01
7 8 00 21639555 10249470 31889024 /export/home
8 1 01 0 16065 16064
9 9 01 16065 32130 48194
#
# 17  
Old 09-20-2009
You might want to try this:
Code:
fmthard -s - /dev/rdsk/c0d0s2 <<%
0 2 00 11775645 9863910 21639554 /
1 3 01 48195 2056320 2104514
2 5 00 0 52371900 52371899
3 0 00 31889025 20482875 52371899 /u01
6 0 00 2104515 9671130 11775644
7 8 00 21639555 10249470 31889024 /export/home
8 1 01 0 16065 16064
9 9 01 16065 32130 48194
%
zpool create TEST c0d0s6

Beware that any mistake (including one that I might have made answering) can destroy part or all of your data so backup anything you want to preserve before running these commands.
# 18  
Old 09-21-2009
sorry, bt i think since i left the 4G upon the installation, i did not maximize the whole 25G since i just 21G to my /,/export/home,swap etc..

i can not use it anymore Smilie anyway thanks for the great help//
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

disk space

Hi, I am new to shell scripting, and want to monitor disk space using shell script continously on server, which will shoot mail after crossing threshold limit Please suggest. Regards Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

2. Red Hat

disk space

when i check /export directory of my machine gets filled up (85%) i removed some old logs. but after cleaning df -k command still shows that /export is still 85% full. Is there a way to force df to reflect actual free space without rebooting? My machine is a production one and can't... (8 Replies)
Discussion started by: aboorkuma
8 Replies

3. HP-UX

HP-UX using unused HDD space

Hello, I have a system with HP-UX 11.23 installed on it. There are ~36GB of unused space on the HDD. I did a very basic installation, and it created the usual volume group /dev/vg00. When I look at the output of ioscan -funC disk, I see this (and more, but irrelevant to this post): disk ... (1 Reply)
Discussion started by: goon12
1 Replies

4. UNIX for Dummies Questions & Answers

How do I get the unused space?

One of my Solaris 8 machines hd was about to die. So I used g4u to create an image of the 9gb drive and I put it in a 36gb drive. That solved my dieing hd problem. But.... How do I get my machine to see the unused 27gb of space? Any help would be greatly appreciated. (1 Reply)
Discussion started by: Spyzic
1 Replies

5. HP-UX

Disk Space

Hi Experts. I had 100% disk full , even though i have removed 2 GB space still dbf command shows 100%. How to rectify that. Appreciate your prompt help. Thanks (1 Reply)
Discussion started by: test10002
1 Replies

6. Solaris

Disk space?

I'm a Unix newbie running Solaris 9. After installing a fresh copy on a 40GB drive I noticed the available disk space is 2% free or approximately 200MB available. Is that possible? Did I do something wrong? (4 Replies)
Discussion started by: jbarbuto
4 Replies

7. UNIX for Dummies Questions & Answers

available disk space on disk device???

Hello, Can someone please tell me which command to use to determine the available disk space on a given disk device? I have to write a shell script that compresses files and stores them in a specific location but I am not sure how "conservative" I should be? Thanks in advance! Al. (4 Replies)
Discussion started by: alan
4 Replies

8. Filesystems, Disks and Memory

Disk Space -

I know I have posted this question before, but I still just don't understand how to determine disk space. This server is an IBM RS6000 running on AIX version 4.2.1. I in essence need to know the following if anyone can assist me. 1) I need to know how many drives are configured in the... (2 Replies)
Discussion started by: Docboyeee
2 Replies

9. Filesystems, Disks and Memory

Disk space

Can someone tell me how to determine how much disk space has been allocated to me and how much of it I am using? Thanks in advance. (1 Reply)
Discussion started by: jxh461
1 Replies

10. UNIX for Dummies Questions & Answers

Out of disk space?

Hi I'm trying to install gcc and the installation program tells me that I'm out of disk space! I have just installed the os (using the default settings for partitions and sizes) and have only installed apache on the machine. Can it really be out of disk space already? How do I check how much... (4 Replies)
Discussion started by: alfabetman
4 Replies
Login or Register to Ask a Question