This is the question which pops in my mind that why not more than that 4 partations
here is the info how many partations we can create
actually in basic hard disk, we can create 4 partition(either primary or extended)
we can create maximum 4 primary
or 3 primary + 1 extended
or 2 primary + 1 extended
or 1 primary + 1 extended
not more then that? why and what is the reason?
The reason is because of a limitation of the MBR(Master Boot Record- the first sector of the harddisk.)
The MBR is only 512bytes of size, it is needed to store the primary boot loader, and the partition table. Typically, the area reserved for partition table is only 64 bytes. And the partition table entry for one partition is 16 bytes. So, 16x4=64. The space is over. so we cant create more than this
here are the sources for your reference
http://kbase.redhat.com/faq/docs/DOC-1653
http://en.wikipedia.org/wiki/Master_boot_record
Why we can create only up to 4 primary partations?
0 comments 5/13/2009 07:44:00 PM Posted by Surendra Kumar AnneLabels: Disk-Mgmt
lsof Command
3 comments 5/12/2009 08:47:00 PM Posted by Surendra Kumar AnneLabels: Administration, General, Network Monitoring, tr
#lsof
#lsof -i TCP:ftp
[root@v-test Script]# lsof -f passwd
#watch lsof -i
#lsof -i UDP: 69
A good link for learning more about lsof command link1 some sister commands for this command are pstree, ps and netstat
Crontab issues
0 comments 5/10/2009 12:38:00 AM Posted by Surendra Kumar AnneLabels: Disk Troubleshooting
baafh-99.03# crontab -e
1063
?
?
?
?
?
export EDITOR


