CS519, Fall 05
Contact info:



 
Some instructions on assignment 2:

            You can create it using fdisk.
            login as root:
            type:
                fdisk /dev/hda
            type:
                p #will list the current partition table                
            type:
                n #create a new partitition
            type:
                l #create logical partition
            type:
                <enter> #use the defaul starting value which should be 3838
            type:
                +1024M #create 1G partition even though you have almost 4G of empty space there
            type:
                w #write the partition table out,
            at this point the kernel still sees the old table so you need to reboot the machine.