Sponsored Content
Operating Systems Solaris Solaris 10 - How to find the total size of my hard disk? Post 302304050 by jlliagre on Saturday 4th of April 2009 04:23:42 PM
Old 04-04-2009
You can run "iostat -E" to get disk information. Otherwise, this shell script might help:
Code:
#!/bin/ksh
pfexec fdisk -G /dev/rdsk/c0d0p0 | tail -1 | nawk '{
ncyl=$2
nhead=$5
nsect=$6
secsz=$7
sectors=ncyl*nhead*nsect;
bytes=sectors/(1024/secsz);
printf("%7d MiB %7d MB\n", bytes/1024, bytes*1024/1000/1000);
}'

 

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

How to find the total size of a dirctory tree in Solaris

Hi, I want to find the total size of some directory trees in my solaris 9 machine. Is there a command or utility I can use to do it. Please let me know if there is any way. Thanks Akheel (1 Reply)
Discussion started by: 0ktalmagik
1 Replies

2. Solaris

command to find out total size of a specific file size (spread over the server)

hi all, in my server there are some specific application files which are spread through out the server... these are spread in folders..sub-folders..chid folders... please help me, how can i find the total size of these specific files in the server... (3 Replies)
Discussion started by: abhinov
3 Replies

3. HP-UX

determine the physical size of the hard disk

Hi is there a cmd in hpux 11 to determine the physical size of the hard disk. not bdf command. i have searched the other threads here but cant find an answer. thank you guys (4 Replies)
Discussion started by: hoffies
4 Replies

4. UNIX for Dummies Questions & Answers

Find total size for some files?

Hi, I'm newbie to Unix. I'd like to count the total size of those files in my directory by date. For example, files on this period 05/01/08 - 05/31/08. If possible can we count by byte instead of kb. if I use $ du - ks , it will add up all files in the dir. thanks, Helen (5 Replies)
Discussion started by: helen008
5 Replies

5. Solaris

swap size, total disk space

Hi experts, In my solaris system when i run the command df -h i got the below response.I have some confusion which i want to share with you guys.1)there are two SWAP file system shows are they same or different?2)if i want to count the total disk space should i take both the swap space or only... (2 Replies)
Discussion started by: rafiassam
2 Replies

6. Linux

C++ Code to Access Linux Hard Disk Sectors (with a LoopBack Virtual Hard Disk)

Hi all, I'm kind of new to programming in Linux & c/c++. I'm currently writing a FileManager using Ubuntu Linux(10.10) for Learning Purposes. I've got started on this project by creating a loopback device to be used as my virtual hard disk. After creating the loop back hard disk and mounting it... (23 Replies)
Discussion started by: shen747
23 Replies

7. Shell Programming and Scripting

Find the total size of all directories that are owned by a particular User

Hi All, I am writing a script in which i need find the total size of all the directories that are present in a directory which are owned by a particular user. I will explain in details i have a dir DIR1 in which i have 5 dir's DIRA DIRB DIRC DIRD DIRE. DIRA DIRC DIRE are owned by "eswar" i... (2 Replies)
Discussion started by: firestar
2 Replies

8. UNIX for Dummies Questions & Answers

Display total hard disk size?

Hi, Using Redhat, how do I display total hard disk size? I know how to do that in Solaris, you can type, format. It will show how big the disks are. This is what I did so for. $ df -t ext3 -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 ... (1 Reply)
Discussion started by: samnyc
1 Replies

9. Solaris

Find the total size of multiple files

If I have a number of files in a directory, for example, test.1 test.2 test.3 abc.1 abc.2 abc.3 and I need to find the total file size of all of the test.* files, I can use du -bc test.* in Linux. However, in Solaris, du does not have the -c option. What can I do in Solaris to get... (11 Replies)
Discussion started by: learnix
11 Replies

10. Solaris

How to count total HDD size of disk?

Hi, I am trying to fetch total HDD size through command line on solaris machine: bash-3.2# iostat -E sd0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0 Vendor: VMware Product: Virtual disk Revision: 1.0 Serial No: Size: 42.95GB <42949672448 bytes> Media Error: 0 Device... (1 Reply)
Discussion started by: omkar.jadhav
1 Replies
format.dat(4)							   File Formats 						     format.dat(4)

NAME
format.dat - disk drive configuration for the format command DESCRIPTION
format.dat enables you to use your specific disk drives with format(1M). On Solaris 2.3 and compatible systems, format will automatically configure and label SCSI drives, so that they need not be defined in format.dat. Three things can be defined in the data file: o search paths o disk types o partition tables. Syntax The following syntax rules apply to the data file: o The pound # sign is the comment character. Any text on a line after a pound sign is not interpreted by format. o Each definition in the format.dat file appears on a single logical line. If the definition is more than one line long, all but the last line of the definition must end with a backslash (). o A definition consists of a series of assignments that have an identifier on the left side and one or more values on the right side. The assignment operator is the equal sign (=). Assignments within a definition must be separated by a colon (:). o White space is ignored by format(1M). If you want an assigned value to contain white space, enclose the entire value in double quotes ("). This will cause the white space within quotes to be preserved as part of the assignment value. o Some assignments can have multiple values on the right hand side. Separate values by a comma (,). Keywords The data file contains disk definitions that are read in by format(1M) when it starts up. Each definition starts with one of the following keywords: search_path, disk_type, and partition. search_path 4.x: Tells format which disks it should search for when it starts up. The list in the default data file contains all the disks in the GENERIC configuration file. If your system has disks that are not in the GENERIC configuration file, add them to the search_path definition in your data file. The data file can contain only one search_path definition. However, this single definition lets you specify all the disks you have in your system. 5.x: By default, format(1M) understands all the logical devices that are of the form /dev/rdsk/cntndnsn; hence search_path is not normally defined on a 5.x system. disk_type Defines the controller and disk model. Each disk_type definition contains information concerning the physical geometry of the disk. The default data file contains definitions for the controllers and disks that the Solaris operating environment supports. You need to add a new disk_type only if you have an unsupported disk. You can add as many disk_type definitions to the data file as you want. The following controller types are supported by format(1M): XY450 Xylogics 450 controller (SMD) XD7053 Xylogics 7053 controller (SMD) SCSI True SCSI (CCS or SCSI-2) ISP-80 IPI panther controller The keyword itself is assigned the name of the disk type. This name appears in the disk's label and is used to identify the disk type whenever format(1M) is run. Enclose the name in double quotes to preserve any white space in the name. Below are lists of identifiers for supported controllers. Note that an asterisk ('*') indicates the identifier is mandatory for that controller -- it is not part of the keyword name. The following identifiers are assigned values in all disk_type definitions: acyl* alternate cylinders asect alternate sectors per track atrks alternate tracks fmt_time formatting time per cylinder ncyl* number of logical cylinders nhead* number of logical heads nsect* number of logical sectors per track pcyl* number of physical cylinders phead number of physical heads psect number of physical sectors per track rpm* drive RPM These identifiers are for SCSI and MD-21 Controllers read_retries page 1 byte 3 (read retries) write_retries page 1 byte 8 (write retries) cyl_skew page 3 bytes 18-19 (cylinder skew) trk_skew page 3 bytes 16-17 (track skew) trks_zone page 3 bytes 2-3 (tracks per zone) cache page 38 byte 2 (cache parameter) prefetch page 38 byte 3 (prefetch parameter) max_prefetch page 38 byte 4 (minimum prefetch) min_prefetch page 38 byte 6 (maximum prefetch) Note: The Page 38 values are device-specific. Refer the user to the particular disk's manual for these values. For SCSI disks, the following geometry specifiers may cause a mode select on the byte(s) indicated: asect page 3 bytes 4-5 (alternate sectors per zone) atrks page 3 bytes 8-9 (alt. tracks per logical unit) phead page 4 byte 5 (number of heads) psect page 3 bytes 10-11 (sectors per track) And these identifiers are for SMD Controllers Only bps* bytes per sector (SMD) bpt* bytes per track (SMD) Note: under SunOS 5.x, bpt is only required for SMD disks. Under SunOS 4.x, bpt was required for all disk types, even though it was only used for SMD disks. And this identifier is for XY450 SMD Controllers Only drive_type* drive type (SMD) (just call this "xy450 drive type") partition Defines a partition table for a specific disk type. The partition table contains the partitioning information, plus a name that lets you refer to it in format(1M). The default data file contains default partition definitions for several kinds of disk drives. Add a partition definition if you repartitioned any of the disks on your system. Add as many partition defini- tions to the data file as you need. Partition naming conventions differ in SunOS 4.x and in SunOS 5.x. 4.x: the partitions are named as a, b, c, d, e, f, g, h. 5.x: the partitions are referred to by numbers 0, 1, 2, 3, 4, 5, 6, 7. EXAMPLES
Example 1: A sample disk_type and partition. Following is a sample disk_type and partition definition in format.dat file for SUN0535 disk device. disk_type = "SUN0535" : ctlr = SCSI : fmt_time = 4 : ncyl = 1866 : acyl = 2 : pcyl = 2500 : nhead = 7 : nsect = 80 : rpm = 5400 partition = "SUN0535" : disk = "SUN0535" : ctlr = SCSI : 0 = 0, 64400 : 1 = 115, 103600 : 2 = 0, 1044960 : 6 = 300, 876960 FILES
/etc/format.dat default data file if format -x is not specified, nor is there a format.dat file in the current directory. SEE ALSO
format(1M) System Administration Guide: Basic Administration SunOS 5.10 19 Apr 2001 format.dat(4)
All times are GMT -4. The time now is 04:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy