Partition Manager™ 14 Special Edition for XP

Total Page:16

File Type:pdf, Size:1020Kb

Partition Manager™ 14 Special Edition for XP PARAGON Software GmbH Heinrich-von-Stephan-Str. 5c 79100 Freiburg, Germany Tel. +49 (0) 761 59018201 Fax +49 (0) 761 59018130 Internet www.paragon-software.com Email [email protected] Partition Manager™ 14 Special Edition for XP User Manual Copyright© 1994-2014 Paragon Software GmbH. All rights reserved. 2 Contents Introduction .......................................................................................................................... 5 What’s New in Partition Manager 14 ........................................................................................................... 5 Product Components ............................................................................................................. 6 Features Overview ................................................................................................................. 6 Features ..................................................................................................................................................... 6 User Friendly Fault Minimizing Interface ................................................................................................................................ 6 Backup Facilities ...................................................................................................................................................................... 6 Restore Facilities ..................................................................................................................................................................... 7 Boot Management Facilities ................................................................................................................................................... 7 Partition/Hard Disk Management Facilities ............................................................................................................................ 7 Auxiliary Facilities ................................................................................................................................................................... 7 Supported Technologies .............................................................................................................................. 8 Supported File Systems ............................................................................................................................... 8 Supported Media ........................................................................................................................................ 9 Getting Started ...................................................................................................................... 9 System Requirements ................................................................................................................................. 9 Installation ................................................................................................................................................ 10 First Start ................................................................................................................................................... 11 Building Recovery Media ............................................................................................................................ 11 Booting from the Linux/DOS Recovery Media ............................................................................................. 11 Startup .................................................................................................................................................................................. 12 Boot menu ............................................................................................................................................................................ 12 Basic Concepts ..................................................................................................................... 14 pVHD Support ............................................................................................................................................ 15 GPT versus MBR ......................................................................................................................................... 15 uEFI Boot Challenges .................................................................................................................................. 15 Apple Boot Camp ....................................................................................................................................... 16 64-bit Support ............................................................................................................................................ 16 Drive Partitioning ....................................................................................................................................... 16 Windows Components ........................................................................................................ 17 Interface Overview .................................................................................................................................... 17 General Layout ...................................................................................................................................................................... 17 Tool Button ........................................................................................................................................................................... 19 Copyright© 1994-2014 Paragon Software GmbH. All rights reserved. 3 Ribbon Panel ......................................................................................................................................................................... 19 Virtual Operations Bar .......................................................................................................................................................... 19 Express Mode Button ........................................................................................................................................................... 20 Disk Map ............................................................................................................................................................................... 20 Disk and Partitions List .......................................................................................................................................................... 20 Context-sensitive Menu ........................................................................................................................................................ 21 Properties Panel .................................................................................................................................................................... 22 Status Bar .............................................................................................................................................................................. 23 Settings Overview ...................................................................................................................................... 23 General Options .................................................................................................................................................................... 23 General Copy and Backup Options ....................................................................................................................................... 24 Hot Processing Options ......................................................................................................................................................... 25 Partitioning Options .............................................................................................................................................................. 26 E-Mail Options ...................................................................................................................................................................... 26 Virtual Mode Options ........................................................................................................................................................... 27 File System Conversion Options ........................................................................................................................................... 27 Log Files Options ................................................................................................................................................................... 28 Viewing Disk Properties ............................................................................................................................. 29 Data Backup and Rescue ............................................................................................................................ 29 Creating Backup Images ........................................................................................................................................................ 29 Restoring System and Data ................................................................................................................................................... 30 Boot Management ..................................................................................................................................... 31 Partition Management ..............................................................................................................................
Recommended publications
  • Partition Wizard About Minitool Partition Wizard Minitool Partition Wizard Is an Easy-To-Use Partitioning Software with High Security and Efficiency
    MiniTool Partition Wizard About MiniTool Partition Wizard MiniTool Partition Wizard is an easy-to-use partitioning software with high security and efficiency. Due of its simple user interface, you can create, delete, format, move, and resize partitions with ease. What’s more, your data will always be protected when using MiniTool Partition Wizard to move and resize partitions. Main Functions of MiniTool Partition Wizard: Resize/ Move partitions Merge Partitions Create partitions Delete partitions Change Partition Label Delete all partitions Format partitions Change Cluster Size Convert file system Convert FAT to NTFS Convert NTFS to FAT Explore Partition Check Partitions Recovery Partition Wipe disk Wipe partition Copy partition Copy disks Initialize to MBR disk Initialize to GPT disk Align All Partitions Align Partition Convert MBR Disk to GPT Disk Convert GPT Disk to MBR Disk Dynamic Disk Create volume Delete Volume Format Volume Move/Resize Volume Wipe Volume Explore Volume Check File System Change Volume Label Change Volume Letter Change Volume Cluster Size Volume Properties MiniTool Partition Wizard Staring MiniTool Partition Wizard You can start MiniTool Partition Wizard from the Start menu in Windows Click Start menu > All Programs > MiniTool Partition Wizard xxx Edition > MiniTool Partition Wizard xxx Edition Xxx is your present edition of MiniTool Partition Wizard, Such as Home, Professional, Server, and Enterprise MiniTool Partition Wizard Hardware Requirements Minimum Hardware requirements: 500 MHz x86 or compatible CPU. 256mb RAM memory. Mouse and Keyboard. Recommended Hardware requirements: 1 GHz x86 or compatible CPU. 512mb RAM memory. Mouse and Keyboard. MiniTool Partition Wizard System Requirements Note: you should have access to administration while using Partition Wizard.
    [Show full text]
  • Computer Hardware
    Chapter Computer Hardware ENCE EXAM TOPICS COVERED IN 1 THIS CHAPTER: ✓ Computer hardware components ✓ The boot process ✓ Partitions ✓ File systems COPYRIGHTED MATERIAL Computer forensics examiners deal most often with the media on which evidentiary data is stored. This includes, but is not lim- ited to, hard drives, CDs, DVDs, fl ash memory devices, smart phones, tablets, and even legacy fl oppies and tapes. Although these devices might be the bane of the examiner’s existence, media devices don’t exist in a void, and knowledge of a computer’s various components and functions is a must for the competent examiner. As an examiner, you may be called upon to explain how a computer functions to a jury. Doing so requires you know a computer’s function from a technical standpoint and that you can translate those technical concepts into real-world, easy-to-understand terms. As an examiner, you may also be subjected to a voir dire examination by opposing coun- sel to challenge your competence to testify. Acronyms are hardly in short supply in the fi eld of computing—some well-known and meaningful, others more obscure. Imagine being asked during such an examination to explain several of the common acronyms used with computers, such as RAM, CMOS, SCSI, BIOS, and POST. If you were to draw a blank on some obscure or even common acronym, picture its impact on your credibility. Some acronyms are difficult to remember because their meaning is often obscure or meaningless. A good example is TWAIN, which stands for T ech- nology W ithout a n I nteresting N ame.
    [Show full text]
  • CIS 4360 Secure Computer Systems Attacks Against Boot And
    CIS 4360 Secure Computer Systems Attacks against Boot and RAM Professor Qiang Zeng Spring 2017 Previous Class • BIOS-MBR: Generation I system boot – What BIOS and MBR are? – How does it boot the system? // Jumping to MBR – How does multi-boot work? // Chain-loading • The limitations of BIOS and MBR – Disk, memory, file system, multi-booting, security, … • UEFI-GPT: Generation II system boot – What UEFI and GPT are? – How does it boot the system? // UEFI boot manager – How does multi-boot work? // separate dirs in ESP CIS 4360 – Secure Computer Systems 2 Limitations of BIOS-MBR • MBR is very limited – Support ~2TB disk only – 4 primary partitions at most (so four OSes at most) – A MBR can store only one boot loader • BIOS is very restrictive – 16-bit processor mode; 1MB memory space (little spare space to accommodate a file system driver) – Blindly executes whatever code on MBR CIS 4360 – Secure Computer Systems 3 UEFI vs. BIOS • Disk partitioning schemes – GPT (GUID Partition Table): part of UEFI spec.; to replace MBR – MBR supports disk size 232 x 512B = 2TB, while UEFI supports much larger disks (264 x 512B = 8,000,000,000 TB) – MBR supports 4 partitions, while GPT supports 128 • Memory space – BIOS: 20-bit addressing; UEFI: 32-bit or 64-bit • Pre-OS environment – BIOS only provides raw disk access, while UEFI supports the FAT file system (so you can use file names to read files) • Booting – BIOS supports boot through boot sectors (MBR and VBR) – UEFI provides a boot partition of hundreds of megabytes (and boot manager and secure boot) CIS 4360 – Secure Computer Systems 4 Previous Class How does dual-boo-ng of Linux and Windows work in UEFI-GPT? Each vendor has a separate directory storing its own boot loader code and configuraon files in the ESP (EFI System Par--on).
    [Show full text]
  • Change System Partition Drive Letter
    Change System Partition Drive Letter superfluouslyExogamous Isaiah while sublettingJohn remains atop. aerological Diagnostic and Skippy vatic. pockets chock. Raiding Conway pressured very HowTo Remove the heat Reserved water from Windows. You may unsubscribe at constant time. This is already been copied right place it to lvm and other partitions of the main interface and backup of. If to install device drivers, from drives whose letter needs to be changed, in CONFIG. How should change in drive like from C to common other letter. To beg an existing drive page on a stocking on a mate or convene a. All comments containing links and certain keywords will be moderated before publication. Now persist for available letter and were missing, footer and needs to make sure where applications or in. Does a systems? Against the operating system subsequently changing the quote letter. Shows garbage instead. I don't suggest changing the SRP's permissions on a production computer. Saved hours tearing out. They system partitions with these letters changed, change drive partitioning changes, and a systems may occur when windows on a single partition and you? In the Disk Management window frame can typically right-click to partition the interest cost Change Drive Letters and Paths click bounce and. Stellar Data Recovery Toolkit is an advanced software, trusted by tech. We can fill it might help. Also learn with. They contain partitions like Primary partitions and Logical drives which are typically. Windows for my external USB device like a tame drive or USB stick. Disk Management Console can also provides ability to express drive letters or paths.
    [Show full text]
  • Acronis® Disk Director® 12 User's Guide
    User Guide Copyright Statement Copyright © Acronis International GmbH, 2002-2015. All rights reserved. "Acronis", "Acronis Compute with Confidence", "Acronis Recovery Manager", "Acronis Secure Zone", Acronis True Image, Acronis Try&Decide, and the Acronis logo are trademarks of Acronis International GmbH. Linux is a registered trademark of Linus Torvalds. VMware and VMware Ready are trademarks and/or registered trademarks of VMware, Inc. in the United States and/or other jurisdictions. Windows and MS-DOS are registered trademarks of Microsoft Corporation. All other trademarks and copyrights referred to are the property of their respective owners. Distribution of substantively modified versions of this document is prohibited without the explicit permission of the copyright holder. Distribution of this work or derivative work in any standard (paper) book form for commercial purposes is prohibited unless prior permission is obtained from the copyright holder. DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. Third party code may be provided with the Software and/or Service. The license terms for such third-parties are detailed in the license.txt file located in the root installation directory. You can always find the latest up-to-date list of the third party code and the associated license terms used with the Software and/or Service at http://kb.acronis.com/content/7696 Acronis patented technologies Technologies, used in this product, are covered and protected by one or more U.S.
    [Show full text]
  • Wikipedia: Design of the FAT File System
    Design of the FAT file system A FAT file system is a specific type of computer file system architecture and FAT a family of industry-standard file systems utilizing it. Developer(s) Microsoft, SCP, IBM, [3] The FAT file system is a legacy file system which is simple and robust. It Compaq, Digital offers good performance even in very light-weight implementations, but Research, Novell, cannot deliver the same performance, reliability and scalability as some Caldera modern file systems. It is, however, supported for compatibility reasons by Full name File Allocation Table: nearly all currently developed operating systems for personal computers and FAT12 (12- many home computers, mobile devices and embedded systems, and thus is a bit version), well suited format for data exchange between computers and devices of almost FAT16 (16- any type and age from 1981 through the present. bit versions), Originally designed in 1977 for use on floppy disks, FAT was soon adapted and FAT32 (32-bit version used almost universally on hard disks throughout the DOS and Windows 9x with 28 bits used), eras for two decades. Today, FAT file systems are still commonly found on exFAT (64- floppy disks, USB sticks, flash and other solid-state memory cards and bit versions) modules, and many portable and embedded devices. DCF implements FAT as Introduced 1977 (Standalone the standard file system for digital cameras since 1998.[4] FAT is also utilized Disk BASIC-80) for the EFI system partition (partition type 0xEF) in the boot stage of EFI- FAT12: August 1980 compliant computers. (SCP QDOS) FAT16: August 1984 For floppy disks, FAT has been standardized as ECMA-107[5] and (IBM PC DOS 3.0) ISO/IEC 9293:1994[6] (superseding ISO 9293:1987[7]).
    [Show full text]
  • PC Partitioning and OS2 LVM
    PC partitioning and OS2 LVM Jan van Wijk Principles of disk-partitioning as used on most personal computer systems, including the OS/2 Logical Volume Manager extensions Presentation contents Who am I Physical disk layout Partition-tables Primary versus Logical partitions OS/2 and eCS Logical Volume Manager Examples using DFSee ... PC partitioning principles, including OS/2 LVM © 2007 JvW Who am I ? Jan van Wijk Software Engineer, C, Rexx, Assembly Founded FSYS Software in 2001 First OS/2 experience in 1987, developing parts of OS/2 1.0 EE (Query Manager, later DB2) Used to be a systems-integration architect at a large bank, 500 servers and 7500 workstations Home page: http://www.dfsee.com PC partitioning principles, including OS/2 LVM © 2007 JvW What is ... Disk partitioning dividing the available disk space over one or more separate areas called 'partitions' that each have there own filesystem structures A Filesystem A way to organize data-structures on a disk (partition) to allow storage of file data, and retrieve that data Software (driver) to work with the filesystem PC partitioning principles, including OS/2 LVM © 2007 JvW Why use partitions ? To keep things separate, like applications and data, operating system, swap-space To have different/multiple driveletters (PC) To use the full disk-size when the filesystem is limited in size (FAT 2GiB, HPFS 64 GiB) To use more than one OS (multi boot) Because most operating systems require partitioning data, even with a single partition PC partitioning principles, including
    [Show full text]
  • Method and Computer System for Integrating a Compression System
    Europäisches Patentamt (19) European Patent Office Office européen des brevets (11) EP 0 650 120 B1 (12) EUROPEAN PATENT SPECIFICATION (45) Date of publication and mention (51) Int. Cl.7: G06F 9/445 of the grant of the patent: 20.09.2000 Bulletin 2000/38 (21) Application number: 94116568.0 (22) Date of filing: 20.10.1994 (54) Method and computer system for integrating a compression system with an operating system Computersystem und -verfahren zur Integration eines Datenkompressionssystems mit einem Betriebssystem Méthode et système informatique pour l'intégration d'un système de compression avec un système d'exploitation (84) Designated Contracting States: (74) Representative: DE FR GB Grünecker, Kinkeldey, Stockmair & Schwanhäusser (30) Priority: 21.10.1993 US 140753 Anwaltssozietät Maximilianstrasse 58 (43) Date of publication of application: 80538 München (DE) 26.04.1995 Bulletin 1995/17 (56) References cited: (73) Proprietor: • COMPUTERS IN LIBRARIES, MAY 1993, USA, MICROSOFT CORPORATION vol. 13, no. 5, ISSN 1041-7915, pages 27-29, Redmond, Washington 98052-6399 (US) XP000671468 DYKHUIS R: "Compression with Stacker and DoubleSpace" (72) Inventor: Slivka, Benjamin W. • PC TECH JOURNAL, MAY 1985, USA, vol. 3, no. Clyde Hill, Washington 98004 (US) 5, ISSN 0738-0194, pages 76-95, XP000677817 MITCHELL S: "Building device drivers" • IBM TECHNICAL DISCLOSURE BULLETIN, vol. 31, no. 1, June 1988, pages 352-354, XP000049709 "CONFIGURABLE BOOT DEVICE AND DRIVE REMAPPING FOR PERSONAL COMPUTERS" Note: Within nine months from the publication of the mention of the grant of the European patent, any person may give notice to the European Patent Office of opposition to the European patent granted.
    [Show full text]
  • File Systems: Semantics & Structure What Is a File
    5/15/2017 File Systems: Semantics & Structure What is a File 11A. File Semantics • a file is a named collection of information 11B. Namespace Semantics • primary roles of file system: 11C. File Representation – to store and retrieve data – to manage the media/space where data is stored 11D. Free Space Representation • typical operations: 11E. Namespace Representation – where is the first block of this file 11L. Disk Partitioning – where is the next block of this file 11F. File System Integration – where is block 35 of this file – allocate a new block to the end of this file – free all blocks associated with this file File Systems Semantics and Structure 1 File Systems Semantics and Structure 2 Data and Metadata Sequential Byte Stream Access • File systems deal with two kinds of information int infd = open(“abc”, O_RDONLY); int outfd = open(“xyz”, O_WRONLY+O_CREATE, 0666); • Data – the contents of the file if (infd >= 0 && outfd >= 0) { – e.g. instructions of the program, words in the letter int count = read(infd, buf, sizeof buf); Metadata – Information about the file • while( count > 0 ) { e.g. how many bytes are there, when was it created – write(outfd, buf, count); sometimes called attributes – count = read(infd, inbuf, BUFSIZE); • both must be persisted and protected } – stored and connected by the file system close(infd); close(outfd); } File Systems Semantics and Structure 3 File Systems Semantics and Structure 4 Random Access Consistency Model void *readSection(int fd, struct hdr *index, int section) { struct hdr *head = &hdr[section];
    [Show full text]
  • Booting and Installing the Operating System Grado En Inform´Atica2017/2018 Departamento De Computaci´On Facultad De Inform´Atica Universidad De Coru˜Na
    Booting and Installing the Operating System Grado en Inform´atica2017/2018 Departamento de Computaci´on Facultad de Inform´atica Universidad de Coru~na Antonio Y´a~nezIzquierdo Antonio Y´a~nezIzquierdo Booting and Installing the Operating System 1 / 85 ContentsI 1 Selecting and preparing installation media installing an O.S. installation media preparing the media 2 The boot process booting booting steps 3 Preparing the disks. Basic disk partitioning disks partitions 4 Sharing disks among O.S.s sharing disks among O.S.s 5 Boot loaders lilo grub Antonio Y´a~nezIzquierdo Booting and Installing the Operating System 2 / 85 ContentsII elilo syslinux using removable media Antonio Y´a~nezIzquierdo Booting and Installing the Operating System 3 / 85 Selecting and preparing installation media Selecting and preparing installation media Antonio Y´a~nezIzquierdo Booting and Installing the Operating System 4 / 85 Selecting and preparing installation media installing an O.S. Selecting and preparing installation media !installing an O.S. Antonio Y´a~nezIzquierdo Booting and Installing the Operating System 5 / 85 Selecting and preparing installation media installing an O.S. Installing an O.S. the most common use of O.S.s is having them \installed" onto computers, and being run from the computer's storage devices there are also some \live" O.S.s that don't require installation but usually have limitations concerning what users can do and what software can be added installing is the process by which we put the O.S. files in one (or more) of the storage units of the system, thus allowing the system to execute the OS directly Antonio Y´a~nezIzquierdo Booting and Installing the Operating System 6 / 85 Selecting and preparing installation media installing an O.S.
    [Show full text]
  • Chapter 20 ADVANCED AUTOMATED DISK
    Chapter 20 ADVANCED AUTOMATED DISK INVESTIGATION TOOLKIT Umit Karabiyik and Sudhir Aggarwal Abstract Open source software tools designed for disk analysis play a critical role in digital forensic investigations. The tools typically are onerous to use and rely on expertise in investigative techniques and disk struc- tures. Previous research presented the design and initial development of a toolkit that can be used as an automated assistant in forensic in- vestigations. This chapter builds on the previous work and presents an advanced automated disk investigation toolkit (AUDIT) that leverages a dynamic knowledge base and database. AUDIT has new reporting and inference functionality. It facilitates the investigative process by han- dling core information technology expertise, including the choice and operational sequence of tools and their configurations. The ability of AUDIT to serve as an intelligent digital assistant is evaluated using a series of tests that compare it against standard benchmark disk images and examine the support it provides to human investigators. Keywords: Digital forensics, disk investigation toolkit, expert systems 1. Introduction Forensic investigations of disks are challenging because of the wide va- riety of available tools. Existing commercial and open source tools must be considered and new tools are constantly being released. Investigators are expected to know how to use and configure these tools and they are required to have a fair degree of information technology expertise. They must also have considerable knowledge about the technical details of each new disk type, filesystem and the locations on the disk where information could be hidden. This chapter builds on previous work on tool development [10] and presents an advanced automated disk investigation toolkit (AUDIT) that has been substantially improved and that leverages a dynamic knowl- c IFIP International Federation for Information Processing 2016 Published by Springer International Publishing AG 2016.
    [Show full text]
  • Diamondmax™ 2880 91152D8, 91008D7, 90845D6, 90840D6, 90720D5, 90648D5, 90576D4, 90510D4, 90432D3, 90288D2, 90256D2
    This document is a condensed version of the full Product Reference Manual. This version only includes the Maxtor Information about the Product. Information that can be found in the ANSI specification is not included in this document to reduce its over all size. Also eliminated are the Table of Contents and Glossary. This condensed version is created to allow faster downloading from Maxtor's Internet home page and MaxFax services. DiamondMax™ 2880 91152D8, 91008D7, 90845D6, 90840D6, 90720D5, 90648D5, 90576D4, 90510D4, 90432D3, 90288D2, 90256D2 Part #1390/A All material contained herein Copyright © 1998 Maxtor Corporation. DiamondMax™, DiamondMax™ 1280, DiamondMax™ 1750, Diamond- Max™ 2160, DiamondMax™ 2880 and MaxFax™ are trademarks of Maxtor Corporation. No Quibble® Service is a registered trademark of Maxtor Corporation. Other brands or products are trademarks or registered trademarks of their respective holders. Contents and specifications subject to change without notice. All rights reserved. Printed in the U.S.A. 2/98 Corporate Headquarters 510 Cottonwood Drive Milpitas, California 95035 Tel: 408-432-1700 Fax: 408-432-4510 Research and Development Engineering Center 2190 Miller Drive Longmont, Colorado 80501 Tel: 303-651-6000 Fax: 303-678-2165 Revisions Manual No. 1390 R.EV ENC NO SNECTIO DESCRIPTIO DATE AB78892 All Initial release.3/10/98 Before You Begin Thank you for your interest in the Maxtor DiamondMax™ 2880 AT hard disk drives. This manual provides technical information for OEM engineers and systems integrators regarding the installation and use of DiamondMax hard drives Drive repair should be performed only at an authorized repair center. For repair information, contact the Maxtor Customer Service Center at 800-2MAXTOR or 408-432-1700.
    [Show full text]