<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:MiscFixed">
<p></p>
<p>Can anyone explain this output what is ID ee and EFI GPT and how is ext2 or ext3 functioning under such a partitioning scheme and more how do i create new partitions on this hard-disk , this is RHEL3 on  Itanium .</p>
<p></p>
<p>==============================================================================</p>
<p><span style="color:#008000">> [root@advaitha /]# fdisk -l</span></p>
<p><span style="color:#008000">></span></p>
<p><span style="color:#008000">> Disk /dev/sda: 146.8 GB, 146815737856 bytes</span></p>
<p><span style="color:#008000">> 255 heads, 63 sectors/track, 17849 cylinders</span></p>
<p><span style="color:#008000">> Units = cylinders of 16065 * 512 = 8225280 bytes</span></p>
<p><span style="color:#008000">></span></p>
<p><span style="color:#008000">>    Device Boot    Start       End    Blocks   Id  System</span></p>
<p><span style="color:#008000">> /dev/sda1             1     17850 143374743+  ee  EFI GPT</span></p>
<p><span style="color:#008000">></span></p>
<p><span style="color:#008000">> Disk /dev/sdb: 36.4 GB, 36420075520 bytes</span></p>
<p><span style="color:#008000">> 255 heads, 63 sectors/track, 4427 cylinders</span></p>
<p><span style="color:#008000">> Units = cylinders of 16065 * 512 = 8225280 bytes</span></p>
<p><span style="color:#008000">></span></p>
<p><span style="color:#008000">>    Device Boot    Start       End    Blocks   Id  System</span></p>
<p><span style="color:#008000">> /dev/sdb1             1      4428  35566479+  ee  EFI GPT</span></p>
<p><span style="color:#008000">></span></p>
<p><span style="color:#008000">> Disk /dev/sdc: 36.4 GB, 36420075520 bytes</span></p>
<p><span style="color:#008000">> 255 heads, 63 sectors/track, 4427 cylinders</span></p>
<p><span style="color:#008000">> Units = cylinders of 16065 * 512 = 8225280 bytes</span></p>
<p><span style="color:#008000">></span></p>
<p><span style="color:#008000">>    Device Boot    Start       End    Blocks   Id  System</span></p>
<p><span style="color:#008000">> /dev/sdc1             1      4428  35566479+  ee  EFI GPT</span></p>
<p>=========================================================================================</p>
<p><span style="color:#008000">> [root@advaitha /]# df -h</span></p>
<p><span style="color:#008000">> Filesystem            Size  Used Avail Use% Mounted on</span></p>
<p><span style="color:#008000">> /dev/sda5             9.9G  4.8G  4.6G  52% /</span></p>
<p><span style="color:#008000">> /dev/sda3             100M  4.5M   96M   5% /boot/efi</span></p>
<p><span style="color:#008000">> /dev/sda10            4.9G  214M  4.4G   5% /home</span></p>
<p><span style="color:#008000">> /dev/sda4              20G   34M   19G   1% /opt</span></p>
<p><span style="color:#008000">> none                  997M     0  997M   0% /dev/shm</span></p>
<p><span style="color:#008000">> /dev/sda9             4.9G   33M  4.6G   1% /tmp</span></p>
<p><span style="color:#008000">> /dev/sda6              15G  2.0G   12G  15% /usr</span></p>
<p><span style="color:#008000">> /dev/sda8             9.7G  242M  8.9G   3% /usr/local</span></p>
<p><span style="color:#008000">> /dev/sda7              15G  8.1G  5.7G  59% /var</span></p>
<p><span style="color:#008000">> /dev/cdrom            2.6G  2.6G     0 100% /mnt</span></p>
<p>=========================================================================================</p>
<p><span style="color:#008000">> [root@advaitha /]# cat /etc/fstab</span></p>
<p><span style="color:#008000">> LABEL=/                 /                       ext3    defaults        1 1</span></p>
<p><span style="color:#008000">> /dev/sda3               /boot/efi               vfat    defaults        0 0</span></p>
<p><span style="color:#008000">> none                    /dev/pts                devpts  gid=5,mode=620  0 0</span></p>
<p><span style="color:#008000">> LABEL=/home             /home                   ext3    defaults        1 2</span></p>
<p><span style="color:#008000">> LABEL=/opt              /opt                    ext3    defaults        1 2</span></p>
<p><span style="color:#008000">> none                    /proc                   proc    defaults        0 0</span></p>
<p><span style="color:#008000">> none                    /dev/shm                tmpfs   defaults        0 0</span></p>
<p><span style="color:#008000">> LABEL=/tmp              /tmp                    ext3    defaults        1 2</span></p>
<p><span style="color:#008000">> LABEL=/usr              /usr                    ext3    defaults        1 2</span></p>
<p><span style="color:#008000">> LABEL=/usr/local        /usr/local              ext3    defaults        1 2</span></p>
<p><span style="color:#008000">> LABEL=/var              /var                    ext3    defaults        1 2</span></p>
<p><span style="color:#008000">> /dev/sda11              swap                    swap    defaults        0 0</span></p>
<p><span style="color:#008000">> /dev/cdrom              /mnt/cdrom              udf,iso9660</span></p>
<p><span style="color:#008000">> noauto,owner,kudzu,ro 0 0</span></p>
<p>=============================================================================================</p>
<p>[root@advaitha /]# cat /proc/mounts</p>
<p>rootfs / rootfs rw 0 0</p>
<p>/dev/root / ext3 rw 0 0</p>
<p>/proc /proc proc rw 0 0</p>
<p>none /dev/pts devpts rw 0 0</p>
<p>usbdevfs /proc/bus/usb usbdevfs rw 0 0</p>
<p>/dev/sda3 /boot/efi vfat rw 0 0</p>
<p>/dev/sda10 /home ext3 rw 0 0</p>
<p>/dev/sda4 /opt ext3 rw 0 0</p>
<p>none /dev/shm tmpfs rw 0 0</p>
<p>/dev/sda9 /tmp ext3 rw 0 0</p>
<p>/dev/sda6 /usr ext3 rw 0 0</p>
<p>/dev/sda8 /usr/local ext3 rw 0 0</p>
<p>/dev/sda7 /var ext3 rw 0 0</p>
<p>/dev/cdrom /mnt iso9660 ro 0 0</p>
<p></p>
<p>Thanks and Regards</p>
<p>Digz</p>
<p></p>
</body></html>
<table><tr><td bgcolor=#ffffff><font color=#000000>**************** CAUTION - Disclaimer *****************<br>
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.<br>
***INFOSYS******** End of Disclaimer ********INFOSYS***<br>
</font></td></tr></table>