Nxl67002: Difference between revisions
Jump to navigation
Jump to search
Line 47: | Line 47: | ||
{| class="wikitable" |
{| class="wikitable" |
||
|- |
|- |
||
! |
!Linux dev!!Windows dev!!Type!!Label!!Size!!Type!!Linux Options!!Linux Mount |
||
|- |
|- |
||
|<tt>/dev/sda1/</tt>||primary||Dell Utility||align="right"|298 MiB||fat16|| || |
|<tt>/dev/sda1/</tt>||<tt>\Device\Harddisk0\Partition0</tt>||primary||Dell Utility||align="right"|298 MiB||fat16|| || |
||
|- |
|- |
||
|<tt>/dev/sda2/</tt>||primary||SYSTEM||align="right"| |
|<tt>/dev/sda2/</tt>||<tt>\Device\Harddisk0\Partition1</tt>||primary||SYSTEM||align="right"|25 GiB||ntfs|| || |
||
|- |
|- |
||
|<tt>/dev/ |
|<tt>/dev/sda3/</tt>||<tt>\Device\Harddisk0\Partition2</tt>||primary|| ||align="right"|100 MiB||ext3|| ||<tt>/boot</tt> |
||
|- |
|- |
||
|<tt>/dev/ |
|<tt>/dev/sda5/</tt>||<tt>\Device\Harddisk0\Partition4</tt>||logical|| ||align="right"|4.0 GiB||swap||Defaults||swap |
||
|- |
|- |
||
|<tt>/dev/ |
|<tt>/dev/sda6/</tt>||<tt>\Device\Harddisk0\Partition5</tt>||logical||ROOT||align="right"|19 GiB||reiserfs||Defaults||<tt>/</tt> |
||
|- |
|||
|<tt>/dev/sda7/</tt>||<tt>\Device\Harddisk0\Partition6</tt>||logical||DATA||align="right"|110 GiB||ntfs|| || |
|||
|} |
|} |
Revision as of 09:34, 24 November 2010
Installed Operating System
System
Log
- [2010-03-19] BIOS - Virtualization - Enabled Virtualization instruction + Virtualization IO
- [2010-03-19] Info - Original partition:
- [2010-03-21] Backup - (Ubuntu USB) Resize and backup windows system partition:
sudo dd if=/dev/sda of=nxl670002-sda-20100321.mbr bs=512 count=63 sudo sfdisk -l -uS /dev/sda >nxl670002-sfdisk-20100321.txt sudo ntfsresize --size 20000M /dev/sda3 sudo ntfsclone --force --save-image -o - /dev/sda3 | gzip -c > nxl670002-sda3-resized-2010321.img.gz
- [2010-03-22] Disk - (Ubuntu USB) Gparted → Deleted partition /dev/sda2
- [2010-03-22] Disk - (Ubuntu USB) Gparted → New NTFS partition /dev/sda2, 32212 MiB, label=SYSTEM
- [2010-03-22] Disk - (Ubuntu USB) Copy /dev/sda3 to /dev/sda2, and restore size
- [2010-03-22] Disk - (Ubuntu USB) Gparted → Set boot flag on /dev/sda2, delete /dev/sda3
- [2010-03-22] Error - Booting Windows we have the following error: Windows could not start because the following file is missing or corrupt: Windows\System32\Hal.dll
- [2010-03-22] Disk - (Ubuntu USB) Mount /dev/sda2, and edit boot.ini as follows: change .../partition(3)/... to .../partition(2)/...
- [2010-03-22] Disk - Setting up partition as shown below.
Device | Label | Size | Type | Comment |
---|---|---|---|---|
/dev/sda1/ | 298.05 MiB | FAT16 | Dell rescue | |
/dev/sda2/ | AWS_Data | 104 GiB | NTFS | Windows D: |
/dev/sda3/ | AWS_System | 44.76 GiB | NTFS | Windows C: |
sudo ntfsclone --force --save-image -o - /dev/sda3 | sudo ntfsclone --restore-image --overwrite /dev/sda2 -
sudo ntfsresize --force --size 33772999680 /dev/sda3
Partition
Linux dev | Windows dev | Type | Label | Size | Type | Linux Options | Linux Mount |
---|---|---|---|---|---|---|---|
/dev/sda1/ | \Device\Harddisk0\Partition0 | primary | Dell Utility | 298 MiB | fat16 | ||
/dev/sda2/ | \Device\Harddisk0\Partition1 | primary | SYSTEM | 25 GiB | ntfs | ||
/dev/sda3/ | \Device\Harddisk0\Partition2 | primary | 100 MiB | ext3 | /boot | ||
/dev/sda5/ | \Device\Harddisk0\Partition4 | logical | 4.0 GiB | swap | Defaults | swap | |
/dev/sda6/ | \Device\Harddisk0\Partition5 | logical | ROOT | 19 GiB | reiserfs | Defaults | / |
/dev/sda7/ | \Device\Harddisk0\Partition6 | logical | DATA | 110 GiB | ntfs |