How can I get the total size of my disk and each partition's information?

I am new to Solairs9. I use the format utility to list my partitions, but there are many unassigned partitions. I pasted the format response below:
# format
AVAILABLE DISK SELECTIONS:
0. c1t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w21000011c6413e10,0
Specify disk (enter its number): 0
format> partition
partition> print
Current partition table (original):
Total disk cylinders available: 14087 + 2 (reserved cylinders)
Part Tag Flag Cylinders Size Blocks
0 root wm 302 - 13482 63.96GB (13181/0/0) 134129856
1 swap wu 0 - 301 1.47GB (302/0/0) 3073152
2 backup wm 0 - 14086 68.35GB (14087/0/0) 143349312
3 unassigned wm 0 0 (0/0/0) 0
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 home wm 13483 - 14086 2.93GB (604/0/0) 6146304
The part number from 3 to 6 are unassigned. What does this mean? How much space of these unassigned partitions? How can I mount these unassigned partitions to my local directories?
Thanks.

The important detail is the cylinders not the partition numbers. The partitions are simply slots where cylinder space can be assigned if its available.
The backup partition (2) represents the whole disk and shows you have 14086 cylinders available.
But you'll notice that all of those cylinders are already assigned to various partitions. So there is no free space available.

Similar Messages

  • In iPhoto most of my photos appear to have been replaced by much smaller versions. What has happened and how can I get the full size photos back?

    In iPhoto most of my photos appear to have been replaced by much smaller versions. What has happened and how can I get the full size photos back?

    That is either a bug in Firefox 5 or the script has a problem with Firefox 5.<br />
    It works in all other Firefox versions like Firefox 3 and 4 and 6 (Aurora) and 7 (Nightly).

  • Got a new iPhone that I've been using for about a month now, so the question is how can I get the pictures from my old iPhone and keep the pictures I have on the new iPhone?

    Got a new iPhone that I've been using for about a month now, so the question is how can I get the pictures from my old iPhone and keep the pictures I have on the new iPhone?

    Connect old iPhone to computer and save the pictures on computer.
    Connect new iPhone and sync the pictures to your new iPhone.

  • My Safari Icon ( Button) is missing in my iMac after I downloaded a update. How can I get the icon back on my desktop and connecting again to the Internet ?...

    My Safari Icon ( Button) is missing on my iMac after I downloaded a update. How can I get the icon  (Button Safari) back on my desktop and connecting again to the Internet ?...
    Thanks for the help    

    Often when people think they've deleted an application, what's really happened is that they deleted its icon from the Dock. In the Finder, select
    Go ▹ Applications
    from the menu bar, or press the key combination shift-command-A to open the Applications folder. If the application is in that folder, drag it to the Dock (not to the Desktop or anywhere else.) The other Dock icons will move out of the way to make a place for it.

  • How can I get the total "values" in a hashtable ?

    i know that i can get the total values in a hashtable by hash.elements() method. It returns an
    enumeration with all the values present in this hashtable. this is fine upto here.
    Now the preoblem is:
    According to what rule this enumeration will be returned. I mean..
    If i added in key A with value a,
    then key B with value b;
    then key C with value c;
    then key D with value d;
    (They all are objects of type String)
    now i call ... hash.elements(); Suppose it returns Enumeration enum;.
    Now in what order they all are present in this hashtable.
    Meaning is that if i move arond this enum in what sequence they all will be returned.
    option A ) In the same order as they were inserted in hashtable.
    option B ) According to LIFO;
    option C) There is no fix rules , simply it return all the elements and u cannot judge that the first element in enum was really the first element inserted in the hashtable and the second element of enum was really the second element inserted in the hashtable.
    What do u think..which option is correct ?
    Ny idea will highly appreciated.
    Thanks in advance.
    Sanjeev Dhiman

    hi, i am again..
    boss ! this is not true..u just change the order and or change the keys and something like ...
    "Sanjeev", "hello"
    "Dhiman", "hi"
    "Technosys" ,"Services"
    u will find that its not LIFO..really i was thinking before coding my project that option A is correct and with knowledge i wrote 3 - 4 classes but when i run the programm its starts throwing errors.
    so, i posted this question. I think "apppu" is right.
    I think , firstly hash is calculated for each value and that value is returned which can be received in a fastest way and hence not necessarily in LIFO and FIFO..
    Thanks to u also as u gave ur precious time for me.
    Once again.
    Thank you very much.
    Sanjeev Dhiman

  • How can i see the total size of files which i have been selected?

    I want move my files including movies and photo to the tumpdrive.
    But, my tumpdrive told me which was only 500MB space.
    Therefore, i decided that choose some movies and photo to there.
    When i chose the files i don't know how much of the total size which i've been selected.
    if above 500MB, i could move.

    With them selected, press the Option, Command, and I keys.
    (75125)

  • Made a drop down menu. How can I get the drop down to fade in and out? !

    Hi guys!
    I've created a drop down menu (with the help of you legends on here! )...Now I just need it to animate so when the user hovers over the main menu item, the drop down fades in.
    Here's the HTML I have...
        <ul id="nav">
            <li><a href="#">Nav 1</a></li>
            <li><a href="#">Nav 2</a></li>
            <li><a href="#">Nav 3</a>
                <ul>
                    <li><a href="#">&raquo; Sub Menu 1</a></li>
                    <li><a href="#">&raquo; Sub Menu 2</a></li>
                    <li><a href="#">&raquo; Sub Menu 3</a></li>
                    <li><a href="#">&raquo; Sub Menu 4</a></li>
                </ul>
            </li>
            <li><a href="#">Nav 5</a></li>
            <li><a href="#">Nav 6</a></li>
        </ul>
    ...and here's my CSS...
    ul#nav {width:920px; height:35px; list-style:none; padding:0; margin:0; background:url(navBg.jpg) repeat-x; z-index:999;}
    ul#nav li a:hover, #nav li a:active {background:url(navOn.jpg) repeat-x; text-decoration:none;}
    ul#nav li a {color:#E0E2E7; display:inline-block; float:left; margin:0; padding:10px 19px; width:auto; text-decoration:none;}
    * html #nav li {display:inline; float:left; }  /* for IE 6 */
    * + html #nav li {display:inline; float:left; }  /* for IE 7 */
    #nav ul {width:208px; left:-9999em; list-style:none; margin:35px 0; padding:0; position:absolute; z-index:999;}
    #nav li:hover ul {left:auto;}
    #nav li {float:left;}
    #nav li li a {width:190px; background-color:#efefef; color:#2e2e2e; padding:8px; margin:0; }
    #nav li li a:hover {background-color:#000; background-image:none; color:#FFF;}
    #nav li:hover {background:url(assets/images/frame/navOn.jpg);}
    From what I can make out, I assume I need either Javascript or JQuery...
    Does anyone know how I can get the drop down to fade in and out?
    Thank you very much and I hope to hear from you.
    SM

    Yes, you'll need a client-side script to do fade-in/fade-out fx.  Look at jQuery Superfish.
    http://users.tpg.com.au/j_birch/plugins/superfish/#examples
    Nancy O.

  • How can I calculate the total size of my email messages?

    I have an iMac and MacBook Pro. I use Apple's Mail application on each computer and have three email accounts that are feeding into it. I currently synchronize everything through MobileMe. I want to know how to calculate how many MB (probably several GB!) of space my email messages are now using, as I want to upgrade to Lion on the two computers and will soon be getting a 32BG iPad on which I would like to use the Mail application as well. I'd like to know in advance if I need to pay for more than the 5GB of free storage that iCloud will give me before making these changes, as I don't want to lose my email messages. For various reasons, I'd prefer not to go the route of archiving the messages. I can't figure out how to calculate how much space the messages are currently using.

    The important detail is the cylinders not the partition numbers. The partitions are simply slots where cylinder space can be assigned if its available.
    The backup partition (2) represents the whole disk and shows you have 14086 cylinders available.
    But you'll notice that all of those cylinders are already assigned to various partitions. So there is no free space available.

  • How can I get the touching size from TouchPoint class

    I built a WPF project
    MainWindow.xaml:
    <Window x:Class="TouchSize.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="MainWindow" Height="350" Width="525" TouchMove="Window_TouchMove" WindowState="Maximized" TouchDown="Window_TouchMove">
    <Grid>
    <TextBox x:Name="TextBoxOutput" TextWrapping="Wrap" Text="TextBox" Padding="5" Margin="5" IsReadOnly="True" VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Auto"/>
    </Grid>
    </Window>
    MainWindow.xaml.cs:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows;
    using System.Windows.Controls;
    using System.Windows.Data;
    using System.Windows.Documents;
    using System.Windows.Input;
    using System.Windows.Media;
    using System.Windows.Media.Imaging;
    using System.Windows.Navigation;
    using System.Windows.Shapes;
    namespace TouchSize
    /// <summary>
    /// Interaction logic for MainWindow.xaml
    /// </summary>
    public partial class MainWindow : Window
    public MainWindow()
    InitializeComponent();
    private void Window_TouchMove(object sender, TouchEventArgs e)
    TouchPoint tp = e.TouchDevice.GetTouchPoint(this);
    I got the TouchPoint while i touching the touch screen, and i want to get the size of the Touching point.
    I tried tp.Size but is zero.
    Thank you.

    If the Size is always 0 in a TouchUp event handler, your touch screen hardware may be the issue. Appearantly some touch screens report sizes in a non-standard way and then you cannot really get the size of the TouchPoint. Please refer to the following
    link for more information:
    http://nuigroup.com/forums/viewthread/10979/#59933.
    Please also remember to close your threads by marking all helpful posts as answer and then start a new thread if you have a new question.

  • How can I know the total size of a playlist ?

    I can't find anymore the size of a playlist in mb or gb. There are only the number of elements and the days but no more the actual size...
    I tried to switched the presentation mode but I still cannot find it.

    Thanks. That answers my question. It's jut not obvious that clicking at the header of the first column will restore the established sequence. Even if the listing is re-sorted by artist name or album title, the left column still lists as 1, 2, 3....25 instead of 18, 12, 5, 3... or whatever the different sorting has done to your desired track sequence. The behavior of the numbers in the column makes it look more like a simple track count. It would be nice if there was a "track count" column and a "play order" column whereby if you click on Copy To Play Order off the right click, the "play order" is renumbered to match the "track count" column according to however you currently have the tracks listed. Anyhow, question answered. Many thanks!

  • How can I get the computer to recognize my email and password? I have an exchange on my printer.

    HP D110 series.  Windows 7 -64-bit.  My printer was exchanged for the same model and I can not get connectivity to the computer.
    My email and password are not accepted.  What do I do to connect?
    {Personal Information Removed}

    hi Darryn
    Hope you are doing well and sorry to learn that you are having this issue.
    Taking into consideration the security of your data and your own, every time that email is reset is locked for 6 months.
    I see how that can an inconvinience in your situation but remember the purpose of that in my modest opinion is to protect data that is send to you and you to that email to print, A good example.
    You changed the email a week ago told your relatives and they forgot and they sent  information confidetial or private information met to you but I choose the email you had last week and I get a hold of this information.
    This is why I think HP make the decision of Automaticly locking the old email as soon is changed.
    What you can do to keep it as close as you can you from the one that you had previously is to add a number or another lettter to the old one and communicate the changes to your allowed senders.
    Hope this gives you a good explanation and an alternative;
    RobertoR
    ▼ 
    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

  • HT2731 The appleID on my phone is not the same as on my itunes account. How can I get the same on both my iphone and itunes?

    How can I match my apple ID for itunes and my apple ID on my cellphone?

    Do you have multiple accounts or have you updated your account on your computer's iTunes and the update hasn't copied over to your iPhone ? If you've updated your account then tap on your id in Settings > iTunes & App Stores on your phone and log out of it and then log back in with the updated version.
    If you have multiple accounts then you can log out of your account on your phone as above, or your computer's iTunes via the Store > Sign Out menu option, and you can then log in with the other account. But all content is tied to the account that downloaded it.

  • HT3275 the light on my time capsule keeps flashing orange and green. I know it is supposed to be green how can I get the green light to stay on

    the light on my time capsule keeps flashing orange and green. I know it is supposed to be green how can I get the green light to stay on

    Orange and green flashing is unfortunately a failure indication.
    How old is the Time Capsule?

  • I have a question about the new version of itunes. in the old version at the bottom of the sceen it display the total number of media and the size of the files. how can i get the new version to diplay this?

    in the old version at the bottom of the sceen it displayed the total number of media and the size of the files. how can i get the new version to diplay this?

    You're welcome. It was frustrating for me as well until I stumbled across "the fix"

  • How can I get the edited pictures from the thumbnails to full size?

    I upgraded to iPhoto 11, the thumbnail photos show my previous edits, but when I click on the photo to make it bigger, it reverts back to the unedited, original picture.  How can I get the edited pictures from the thumbnails to full size?

    Verify you are using iPhoto11 ver 9.5
    if not run the >Software update or check your apps folder and make sure the correct iPhoto is launched,  not an older ver.

Maybe you are looking for

  • ORA-03113 while importing a file

    Hi all. I know this is a very general error but, I need some help trying to figure out the workaround or the cause of this error. I am importing a big export file (like half a gig) created in a 10.2 environment, into a brand new 11.1.0.7 environment.

  • Personal LaserWriter 300, printer sharing

    I have a Personal Laserwriter 300 connected with a serial cord to the printer port of a Power Macintosh G3 desktop, running OS 8.0. I am trying to share this printer over a network with my Power Macintosh G4 (AGP Graphics), running OS 9.2.2. Appletal

  • Problem in pivot table view

    Hello gurus, I need a help in pivot table view. In pivot table, I have to show measure in accordance to month. For example show sales as per region by month name. Region               Sales                                    Jan     Feb     Mar     A

  • External table and data load order

    I'm unsing Oracle 10g exterbal table feature to load a text file to the database 1- What is the default order of loading the text file into the Oracle table 2- How to ensure or to change the this default behavior

  • Users receive "does not accept meetings longer than 1440 minutes" with MaximumDurationInMinutes set to 0

    Hi everyone, We are running on Exchange 2007.  I have a user who is attempting to book a meeting on a calendar and is receiving the error, "Your meeting request was declined. This resource does not accept meetings longer than 1440 minutes."  I know t