61
Partitioning hard disk

Partitioning hdd

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Partitioning hdd

Partitioning hard disk

Page 2: Partitioning hdd

Storage basics

Tracks are concentric circlesSectors are pie-shaped wedges on a track A typical track is shown in yellow A typical sector is shown in blue

Page 3: Partitioning hdd

Storing the Data Data is stored on the surface of a platter in sectors and

tracks. A sector contains a fixed number of bytes -- for example, 256

or 512. Either at the drive or the operating system level, sectors are

often grouped together into clusters. The process of low-level formatting a drive establishes the

tracks and sectors on the platter. The starting and ending points of each sector are written onto

the platter. This process prepares the drive to hold blocks of bytes. High-level formatting then writes the file-storage structures,

like the file-allocation table, into the sectors. This process prepares the drive to hold files.

Page 4: Partitioning hdd

Separation of the operating system files from user files Having an area for operating system virtual memory swapping/paging Keeping frequently used programs and data near each other. Having cache and log files separate from other files. These can change

size dynamically and rapidly, potentially making a file system full. Use of multi-booting setups, which allow users to have more than one

operating system on a single computer. For example, one could install Linux, Mac OS X, Microsoft Windows or

others on different partitions of the same hard disk and have a choice of booting into any operating system (supported by the hardware) at power-up.

Protecting or isolating files, to make it easier to recover a corrupted file system or operating system installation. If one partition is corrupted, none of the other file systems are affected, and the drive's data may still be salvageable.

Having a separate partition for read-only data also reduces the chances of the file system on this partition becoming corrupted.

Purpose of partitioning

Page 5: Partitioning hdd

A PC hard disk can contain either as many as four primary partitions, or 1-3 primaries and a single extended partition. Each of these partitions are described by a 16-byte entry in the Partition Table which is located in the Master Boot Record.

The "type" of a partition is identified by a 1-byte code found in its partition table entry. Some of these codes (such as 0x05 and 0x0F) may be used to indicate the presence of an extended partition, but most are used by operating systems that examine partition tables to decide if a partition contains a file system they can mount/access for reading or writing data.

Once a specific partition's type has been identified, additional information about its purpose and probable contents may be found.

For example, some type codes are used to hide a partition's contents from various operating systems.

However, if an OS or some partitioning tool has been programmed to also examine the boot sectors of any partition, then its file system may no longer remain hidden. (Note: There are no officially assigned partition types; thus, more than one kind of file system may lay claim to the same code value.)

Page 6: Partitioning hdd

CHS◦ Cylinder-Head-Sector, CHS is the access mode used by computers to assign addresses to

data on computer hard disk drives. This access mode was used with early hard disk drives (hard disk drives below 550MB before 1990). Today, this mode has been replaced with ECHS and LBA.

Large mode, ECHS ◦ Extended CHS and is an access mode used by computers to assign addresses to data on

computer hard disk drives that are larger than 504MB. Although this mode does allow for computers to have larger hard disk drives, today this mode has been replaced with other modes such as LBA.

LBA◦ Large Block Addressing, LBA allows a PC computer to access hard disk drives larger than

528MB.

◦ ZBR Zone Bit Recording (ZBR), zoned recording is a method hard disk drive manufacturers use to

increase the available hard disk drive space by increasing the amount of sectors per track. This enables outer tracks to have more sectors than inner tracks. In the past, a hard disk drive had the same amount of sectors on each of its tracks.

Access to hard disks

Page 7: Partitioning hdd

Master Boot Record, MBR is also sometimes referred to as the master boot block and is the first sector of the computer hard disk drive used to determine what partition a computer will boot.

The MBR tells the computer where to find and how to load the operating system.

It also tells the computer how the hard drive is organized and provides information about the drive's partitions. 

The master boot record is located on the first sector of the hard drive;

It's the first program the computer runs after performing a memory check and looking for a bootable disk (if set in CMOS).

The MBR is also susceptible to boot sector viruses that can corrupt or delete the MBR, which can leave the hard drive unusable and prevent the computer from booting up.

A well-known MBR virus is the Stone Empire Monkey Virus.

MBR

Page 8: Partitioning hdd

Virtual structure of partition

Page 9: Partitioning hdd

One may have an arbitrary number of partitions on a disk. However, the Master Boot Record (MBR, sector 0 of the disk) only holds descriptors for 4 partitions,

called the primary partitions. Usually the BIOS can boot only from a primary partition. (Of course it can boot a boot loader that itself

is able to access nonprimary partitions or other disks.) The descriptors for the remaining partitions, called logical partitions, are scattered along the disk in a

linked list of partition table sectors, starting with the MBR. Each partition table sector contains 4 partition descriptors. A partition descriptor may be of type 05 (DOS extended partition), 0f (W95 extended partition), 85 (Linux extended partition), or c5 (DRDOS/secured extended partition), in which case it points to

another partition table sector. In this way, we obtain a quaternary tree of partitions. Linux accepts 85 as a synonym for 05 - this is useful if one wants to have extended partitions past the

1024 cylinder limit (to prevent DOS fdisk from crashing or hanging). Windows 95 uses 0f for LBA mapped extended partitions. Thus, an extended partition is not a partition containing data, but is a box containing other partitions. Nevertheless, the partition table sector that starts an extended partition has enough room left to

contain a boot loader like LILO, so that it is possible to boot an extended partition. Most operating systems severely restrict the accepted trees. Usually branching is not allowed, and one gets a linear chain of partition table sectors. Linux will accept several extended primary partitions.

Partition Table

Page 10: Partitioning hdd

Also known as boot up, booting is the process of powering on a computer causing it to load the Operating System or other platform.

During the boot process the computer will perform a self diagnostics also known as a POST as well as load important data or programs to help in the operation of the computer.

Booting

Page 11: Partitioning hdd

Also known as bootstrapping or boot loader, a bootstrap loader is a program that resides in the computers EPROM, ROM, or other non-volatile memory  that automatically executed by the processor when the computer is turned on.

The bootstrap loader reads the hard disk drives boot sector to continue the process of loading the computers Operating System.

The boot loader has been replaced in computers that have an Extensible Firmware Interface (EFI). The boot loader is now part of the EFI BIOS.

Bootstrap loader

Page 12: Partitioning hdd

While creating a partition,1. Primary partition2. Extended partition3. Logical partition

While deleting a partition,1. Logical partition 2. Extended partition 3. Primary partition

Order of process

Page 13: Partitioning hdd

A: - B:◦ Floppy disk drives

C:◦ Windows

D: - Z:◦ Logical disk drives

Naming convention

Page 14: Partitioning hdd

Drive Letters

Page 15: Partitioning hdd

Log on as Administrator or as a member of the Administrators group. Click Start, click Control Panel, and then click Performance and

Maintenance. Click Administrative Tools, double-click Computer Management, and then

click Disk Management in the left pane. Right-click the drive, the partition, the logical drive, or the volume that you want

to assign a drive letter to, and then click Change Drive Letter and Paths. Click Add. Click Assign the following drive letter if it is not already selected, and then

either accept the default drive letter or click the drive letter that you want to use.

Click OK.

Assigning a drive Letter

Page 16: Partitioning hdd

Log on as Administrator or as a member of the Administrators group. Click Start, click Control Panel, and then click Performance and

Maintenance. Click Administrative Tools, double-click Computer Management, and

then click Disk Management in the left pane. Right-click the drive, the partition, the logical drive, or the volume that you

want to assign a drive letter to, and then click Change Drive Letter and Paths.

Click Change. Click Assign the following drive letter if it is not already selected, click

the drive letter that you want to use, and then click OK. Click Yes when you are prompted to confirm the drive letter change.

Changing a drive Letter

Page 17: Partitioning hdd

Log on as Administrator or as a member of the Administrators group. Click Start, click Control Panel, and then click Performance and

Maintenance. Click Administrative Tools, double-click Computer Management, and

then click Disk Management in the left pane. Right-click the drive, the partition, the logical drive, or the volume that you

want to assign a drive letter to, and then click Change Drive Letter and Paths.

Click Remove. Click Yes when you are prompted to confirm the removal

Removing a drive Letter

Page 18: Partitioning hdd

Boot.ini

Page 19: Partitioning hdd

1. Right-click My Computer, and then click Properties. or

Click Start, click Run, type sysdm.cpl, and then click OK. 2. On the Advanced tab, click Settings under Startup and Recovery. 3. Under System Startup, click Edit. This opens the file in Notepad ready

for editing. 4. In Notepad, click File on the Menu bar, and then click Save As. 5. Right click in an empty area of the Save As dialog box, point to New in

the context menu, and then click Folder. 6. Type a name for the new folder, for example temp, and then press the

ENTER key to create the folder named temp. 7. Double-click the new folder named temp, and then click the Save

button to save a backup copy of the Boot.ini file.

Backing up a boot.ini

Page 20: Partitioning hdd

To view and edit the Boot.ini file: 1. Right-click My Computer, and then click Properties.

or Click Start, click Run, type sysdm.cpl, and then click OK.

2. On the Advanced tab, click Settings under Startup and Recovery. 3. Under System Startup, click Edit.

Editing the Boot.ini File

Page 21: Partitioning hdd

This is a sample of a default Boot.ini file from a Windows XP Professional computer. ◦ [boot loader]

timeout=30default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS[operating systems]multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect

This is a sample of the above Boot.ini file with a previous installation of Windows 2000 on a separate partition. ◦ [boot loader]

timeout=30default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS[operating systems]multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Professional" /fastdetectmulti(0)disk(0)rdisk(0)partition(2)\WINNT="Windows 2000 Professional" /fastdetect

Sample Boot.ini File

Page 22: Partitioning hdd

1. Click Start, and then click Run. 2. In the Open text box, type cmd. 3. At the command prompt, type bootcfg /?. 4. The help and parameters for BOOTCFG.exe will display.

Modifying the Boot.ini

Page 23: Partitioning hdd

Adding an Operating System At the command prompt,

◦ type: bootcfg /copy /d Operating System Description /ID# Where Operating System Description is a text description (e.g. Windows XP Home Edition), and where #

specifies the boot entry ID in the operating systems section of the BOOT.INI file from which the copy has to be made.

Removing an Operating System At the command prompt,

◦ type: bootcfg /delete /ID# Where # specifies the boot entry ID that you want to be deleted from the operating systems section of the

BOOT.INI file (e.g. 2 for the second Operating system that is listed.

Setting the Default Operating System At the command prompt,

◦ type: bootcfg /default /ID# Where # specifies the boot entry id in the operating systems section of the BOOT.INI file to be made the

default operating system.

Setting the Time Out At the command prompt,

◦ type: bootcfg /timeout# Where # specifies the time in seconds after which default operating system will be loaded.

Configuring a OS to boot manually

Page 24: Partitioning hdd

Installation

Attended installation Unattended installation

Page 25: Partitioning hdd

Things needed◦ At least one computer - One that has a Windows XP Operating

System already in place. ◦ You’re Windows XP CD - To retrieve the tools you are going to

need.◦  One formatted floppy disk - This is where we will put the finished

answer file.

Unattended installation

Page 26: Partitioning hdd

Put in your Windows XP CD Open “My Computer” Explore Windows XP CD Open the “Support” folder and then the “Tools” folder The file we are looking for is a compressed file called “DEPLOY.CAB”. Before

you go any further make a new folder on your desktop and extract the contents of this CAB file to that folder.

Now open the folder that you just created. You should see a few different files here. The one we want is “setupmgr.exe”. For now just disregard all the other files except for the Windows XP Preinstallation Reference.(ref.chm) This is a help file that goes more into creating an answer file and explains more about the other files that are included in the folder that we just made. If you run into problems it might come in handy.

Step 1

Page 27: Partitioning hdd
Page 28: Partitioning hdd
Page 29: Partitioning hdd
Page 30: Partitioning hdd

Welcome to the Windows Setup Manager - This Wizard is going to take us through the options of creating the answer file. Just click next here.

Step 2

Page 31: Partitioning hdd

Create or Modify the Answer File - Since this is going to be your first answer file, select “Create a new answer file” and click next. Once you have created an answer file successfully, you can edit it with the Setup Manager by selecting “Modify an existing answer file” and providing a path to it.

Page 32: Partitioning hdd

Type of answer file to be used:   Windows Unattended Installation - Unattended installations use setup scripts to answer installation

questions and to automate the Setup process. This simplifies the installation of the operating system.

  Sysprep Install (System Preparation Tool) - Disk imaging, which is also known as cloning. This is a

timesaving way to install Windows XP on multiple computers that use identical or similar hardware configurations.

  Remote Installation Services (RIS) - Enables you to perform a clean installation of Windows XP

Professional on multiple computers throughout a network. You can simultaneously deploy the operating system on multiple clients from one or more remote locations.

  For now, we are going to choose the “Windows Unattended Installation” option.

Page 33: Partitioning hdd
Page 34: Partitioning hdd

Windows Platform - Which Version of Windows XP are you going to install? For me that would be “Windows XP Professional”.

Page 35: Partitioning hdd

User Interaction during Windows Setup:   Fully automated - This option will not prompt you for any information.   Provide defaults - This option will fill in the info you supply but you will be

able to change it if you choose to.   Hide pages - This option does pretty much the same thing as the fully

automated with the exception of letting you see the Setup Wizard.   Read only - This option does pretty much the same thing as the “Provide

defaults” option with the exception that you would not be able to change any of the settings.

  GUI attended - This option only allows the text portion of the Setup to be

automated.  

Page 36: Partitioning hdd

“Fully automated” option.

Page 37: Partitioning hdd

Distribution Folder - Select “No” because we will be installing from a CD. Once again, after you have got this down you can play with the other options. If you wanted to install from a network share, you would choose to create a distribution folder. The distribution folder option gives you the flexibility to add other files as well, such as drivers not found on the Windows XP CD.

Page 38: Partitioning hdd

License Agreement - We obviously can not forget about the License Agreement. We have to check this now because we will not be seeing it during the install.

Page 39: Partitioning hdd

Customize Software - Now it’s time to input your personal information. I’m sure most of you recognize this from all the previous Windows installs that you have done before.

Page 40: Partitioning hdd

Display Settings - Everyone is different when choosing display settings. Put in what you most commonly use here. If you’re not sure what your video card and monitor supports, just choose Windows default. If you try to over do it you may run into problems later.  Remember that running a monitor at a refresh frequency that it does not support can damage the monitor. Once again, if you’re not sure just set it to Default.

Page 41: Partitioning hdd

Time Zone - This one is simple enough. What time zone do you live in?

Page 42: Partitioning hdd

 Product Key - This is a handy one. Put your Product Key here. Have you ever lost your Product Key? You can't install without one. Saving it to the answer file will automatically put it in for you. Just don’t lose the floppy that you are putting it on. I’m not showing mine here for obvious reasons.

Page 43: Partitioning hdd

Computer Names - If you plan to use your name as a user on this computer it can’t be the same as the name here. You can also have the setup automatically generate the name by ticking the box at the bottom. If you plan to use the exact same setup on multiple computers then you would add their names here as well.

If you’re willing to accept computer names that follow no pattern, you can allow Setup to create each computer’s name on the fly by appending seemingly random letters and numbers to the first few letters of your organization’s name. 

When you enter multiple names during the setup process, Setup Manager automatically generates the Uniqueness Database File (UDF) that is required to add those unique names to each computer during setup. If the administrator imports names from a text file, Setup Manager converts each name to a Uniqueness Database File. The administrator can also set an option to generate unique computer names.

Step 3

Page 44: Partitioning hdd
Page 45: Partitioning hdd

Administrator Password - If you don’t want someone to look at your answer file to figure out what it is tic the Encrypt password box. You can also specify the number of times it allows the computer to auto logon as the Administrator. I choose “1” because there are certain settings I change that can only be done by being logged on as “Administrator”. Let me stress that a user with administrative rights is not the same.

Page 46: Partitioning hdd

Networking Components - By default the Setup Manager includes the Microsoft Networks Client, File and Printer Sharing, and TCP/IP. If you rather set this up later, leave it at the typical settings.

I like to have my network up and going when it boots the first time, so I made some changes here. For one, I added the QoS Packet Scheduler. This way I can control the Bandwidth that the other computers on my network tie up.

Also notice that I have TCP/IP highlighted. Now click on the “Properties” button.

Page 47: Partitioning hdd

TCP/IP Settings - This is not necessary but like I said before, I like my network to be ready to go when the computer boots for the first time. Since I am on Dial-up and have to use ICS (Internet Connection Sharing), this is an example of the TCP/IP settings I could use on a computer that has to connect to the internet through another computer.

  *Note - If you choose to configure TCP/IP properties in your answer file, you must create a unique

answer file for each computer you are setting up on your network.

Page 48: Partitioning hdd

Workgroups and Domains - Here you just need to add the name of the workgroup or server domain your computer is going to be on if any.

Page 49: Partitioning hdd

Dial-Up Settings - I don’t feel I need to explain this to much. If you need to set up dialing options, do so here. Since I am going to be connecting over a LAN, I will not need to set this option up.

Page 50: Partitioning hdd

Regional Settings - By default this is set to English (United States). Well at least my version of XP is this way. Again, I don’t think this is too painful of a decision. So make a choice and let’s move on.

Page 51: Partitioning hdd

Language Support - If you need Language support, do so here and click next.

Page 52: Partitioning hdd

Browser and Shell Settings - Here we have three choices. For the method we are using now, we really only have one choice. Default Internet Explorer settings is the only one we can use because the other two require a distribution folder to be made. We chose to install from the CD instead. Even though you can set the others up here, it will not work without creating a distribution folder.  

Page 53: Partitioning hdd

Installation Folder - I usually like to stick with the Windows folder but you can do what ever you like.

Page 54: Partitioning hdd

Install Printers - Here’s an example of how you would install a network printer if it was not hooked directly to the machine you are going to install the OS on. If the computer that my printer was on was named “Jeramie”, I would use \\Jeramie\Printer as my “Network printer name”. In order for it work you would have to make sure that Printer sharing is enabled on that computer. To do this, go to that computer and go to Start/Control Panel. Then open Printers and Faxes. Right Click on Printer and select sharing from the menu. In the Sharing Tab make sure you have Share this Printer ticked and make sure the “Share Name” is the same as in the answer file. For example I used “Printer” which is what Windows uses by default. Name it what ever you want but make sure the names match. You could do the same for a fax machine. In the answer file it would look like this \\Jeramie\Fax.

Page 55: Partitioning hdd

Run Once - As you can see in the Run Once section it has all ready set up the command to add the printer. There are other commands you could use here also. In the answer file I am creating here I would be setting up the disk partitions manually. If you wanted to have the answer file do it for you, you would add the command for it here also. This would require you to create a new batch file. Once again, you can make this as simple or advanced as you like.

Page 56: Partitioning hdd

Additional Commands - This is somewhat more of an advanced feature. It allows you to have setup install things that you would normally want to install right after Windows XP. If you desire to venture into it and what it can do for you, Creating a Combination Installation is an example of one way to use this. This would require you to choose different options in the setup manager than we did here. For this article we are going to leave it blank. Now click Finish.

Page 57: Partitioning hdd

Save the Answer File - Now put in your formatted floppy disk into your A drive. Where it says “Location and file name”, type in A:\winnt.sif. It should look just like the image below. Since we are using the CD Boot method, we must name the answer file winnt.sif. Click OK.

  If you do not have a Floppy drive or just want to put it on your Windows XP CD - You will

need to save the answer file to your hard drive as winnt.sif. You will be required to make a backup of your Windows XP CD. First of all, you will need to extract the contents of your Windows XP CD to your hard drive. Then you must add winnt.sif to the I386 folder. You will not need to use the batch file (winnt.bat).  Don’t forget to add winnt.sif first. After extracting Windows XP from the hard drive you can not just burn it to a CD (it won't be bootable). Follow the instructions at Binks site on How to make your XP bootable. I would also recommend using a CD-RW the first time you try doing this. If you mess something up you will not be wasting your CD-Rs.

Page 58: Partitioning hdd

Setup Manager Complete - Congratulations! You have now created your first answer file. Here it is telling you that it has created two files for you.

winnt.sif - This is the answer file winnt.bat - You will also need this batch file on the floppy. It tells the answer file where to find the

files needed for Windows Setup.

Page 59: Partitioning hdd

Now Right click on your winnt.bat file and in the menu click edit. This is a batch file. A batch file is a file containing instructions that are executed one after the other. Notice that in the batch file it tells you that it may need to be modified. You may need to edit the path for setup to find the files it needs. The batch file here says:

  1.The answer file is winnt.sif 2. Setup files are located on E:\  (My CD-ROM Drive) in the I386 folder. 3. Tells Setup to begin using winnt32 with a script to tell it to use the unattended method.   If you’re going to be using this on another computer you may have to change the drive

letter to whatever the CD-ROM is set at.   @rem SetupMgrTag @echo off rem rem This is a SAMPLE batch script generated by the Setup Manager Wizard. rem If this script is moved from the location where it was generated, it may have to be

modified. rem

set AnswerFile=.\winnt.sif set SetupFiles=E:\i386   E:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile%

Page 60: Partitioning hdd

Now it’s time to start the installation.

First, you're going to need to change your boot order in the BIOS to boot from CD-ROM. Once you do this you'll then be able to boot your computer from the Installation CD and perform the installation of Windows XP.

After changing the boot order in BIOS, save your changes and reboot the computer. Make sure your Installation CD is in your CD-ROM. If it is you'll be prompted to press any key to boot from CD-ROM. Press any key on your keyboard as soon as you see this message. Wait a few minutes while the installation begins to copy the preliminary setup files to your computer.

If you decided to make create your own partitions, you need to decide which partition of your hard drive you will install Windows XP on. Once you have figured out which partition XP will be installed on it's time to format it.

Choose to format the partition to either FAT32 or NTFS. After you have select one of the options hit enter and Setup will begin to format the partition. You will have to format the other partitions after you are finished with your installation of XP. You can do this with Administrative Tools in the Control Panel.

Now just sit back and wait or go do something else. The next things you will be asked to do are register or activate Windows XP and setup user accounts. Everything else is done for you.

Page 61: Partitioning hdd

“Gopee the universal hacker”