Griffin: Difference between revisions
Jump to navigation
Jump to search
(→System) |
m (moved Configuration Griffin to Griffin) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
* [[{{PAGENAME}} - Windows 7|Windows 7]] |
* [[{{PAGENAME}} - Windows 7|Windows 7]] |
||
** [[{{PAGENAME}} - Windows 7 - Files|Configuration files]] |
** [[{{PAGENAME}} - Windows 7 - Files|Configuration files]] |
||
* [[{{PAGENAME}} - Ubuntu|Ubuntu |
* [[{{PAGENAME}} - Ubuntu|Ubuntu]] |
||
** [[{{PAGENAME}} - Ubuntu - Files|Configuration files]] |
** [[{{PAGENAME}} - Ubuntu - Files|Configuration files]] |
||
* [[{{PAGENAME}} - Wine|Wine on Ubuntu]] |
* [[{{PAGENAME}} - Wine|Wine on Ubuntu]] |
||
Line 9: | Line 9: | ||
== System == |
== System == |
||
=== Hardware === |
=== Hardware === |
||
* HP EliteBook Mobile Workstation 8540w |
* Laptop [[HP EliteBook 8540w|'''HP EliteBook Mobile Workstation 8540w''']] |
||
* See review on [http://www.notebookcheck.net/Review-HP-Elitebook-8540w-Notebook.32440.0.html NotebookCheck.net] |
|||
=== Log === |
=== Log === |
||
Line 46: | Line 45: | ||
* Machine folder: '''permanent''', '''full access''', '''<tt>/data/DV</tt>''' as '''<tt>DV</tt>''' |
* Machine folder: '''permanent''', '''full access''', '''<tt>/data/DV</tt>''' as '''<tt>DV</tt>''' |
||
* Default layout: '''fullscreen mode''' |
* Default layout: '''fullscreen mode''' |
||
</ul> |
|||
</ul> |
</ul> |
||
Line 66: | Line 63: | ||
|<tt>/dev/sda6</tt>||<tt>\Device\Harddisk0\Partition?</tt>||logical||HOME||align="right"|20 GiB||reiserfs||notail,noatime||<tt>/home</tt> |
|<tt>/dev/sda6</tt>||<tt>\Device\Harddisk0\Partition?</tt>||logical||HOME||align="right"|20 GiB||reiserfs||notail,noatime||<tt>/home</tt> |
||
|- |
|- |
||
|<tt>/dev/sda7</tt>||<tt>\Device\Harddisk0\Partition?</tt>||logical||DATA||align="right"|351.60 GiB||ext4|| |
|<tt>/dev/sda7</tt>||<tt>\Device\Harddisk0\Partition?</tt>||logical||DATA||align="right"|351.60 GiB||ext4||defaults,errors=remount-ro,<br/>noatime,data=writeback||<tt>/data</tt> |
||
|- |
|- |
||
|<tt>/dev/sda8</tt>||<tt>\Device\Harddisk0\Partition?</tt>||logical||WIN_DATA||align="right"|20 GiB||ntfs|| ||<tt>/win/d</tt> |
|<tt>/dev/sda8</tt>||<tt>\Device\Harddisk0\Partition?</tt>||logical||WIN_DATA||align="right"|20 GiB||ntfs|| ||<tt>/win/d</tt> |
Latest revision as of 11:25, 26 April 2013
Installed Operating System
System
Hardware
Log
- [2011-01-14] Info - Original partition:
- [2011-01-14] Disk - (Ubuntu USB) Gparted — Resize partition /dev/sda1 to 61440 MiB (60GiB), align to Cylinder.
- [2011-01-14] Disk - (Ubuntu USB) Gparted — Setting partitions as shown below.
- [2011-01-14] Backup - (Ubuntu USB) Resize and backup windows system partition:
|
sudo dd if=/dev/sda of=griffin-sda-20110114.mbr bs=512 count=2048 sudo sfdisk -l -uS /dev/sda >griffin-sfdisk-20110114.txt sudo sfdisk -d /dev/sda >griffin-sda-20110114-sfdisk.dump sudo ntfsclone --force --save-image -o - /dev/sda3 | gzip -c > griffin-sda1-ntfs-resized-20110114.img.gz
- [2011-05-17] VirtualBox — W2K Virtual machine Phoenix:
- Base Memory 1536 MB, 1 cpus, IO APIC disabled, PIIX3 chipset, VT-x/AMD-V enabled, Nested Paging enabled
Disable IO APIC support because it slows down the VM. This requires changing the Windows HAL to Standard PC (which is uniprocessor architecture). - Video memory 32 MB, 1 monitors, 3D accel enabled (but not supported in W2K), 2D accel enabled
- Storage: chipset PIIX4,
- Primary master: phoenix-w2k.vdi (fixed, 9.1GB), imported original /dev/sda1 W2K partition from Phoenix (see Migrating Windows 2000)
- Primary slave: phoenix-w2k-d.vdi (dynamic, max 1GB)
- Audio host driver PulseAudio, controller ICH AC97
- Network PCnet-FAST III, bridged, eth0
- Machine folder: permanent, full access, /data/DV as DV
- Default layout: fullscreen mode
- Base Memory 1536 MB, 1 cpus, IO APIC disabled, PIIX3 chipset, VT-x/AMD-V enabled, Nested Paging enabled
sfdisk -l -uS /dev/sda
# Disk /dev/sda: 60801 cylinders, 255 heads, 63 sectors/track
# Units = sectors of 512 bytes, counting from 0
#
# Device Boot Start End #sectors Id System
# /dev/sda1 * 2048 976771119 976769072 7 HPFS/NTFS
# /dev/sda2 0 - 0 0 Empty
# /dev/sda3 0 - 0 0 Empty
# /dev/sda4 0 - 0 0 Empty
Partition
Extended partition is aligned to cylinder so that to DOS/Linux both reports the same size (warning from sfdisk)
Linux dev | Windows dev | Type | Label | Size | Type | Linux Options | Linux Mount |
---|---|---|---|---|---|---|---|
/dev/sda1 | \Device\Harddisk0\Partition1 | primary | WINDOWS | 60 GiB | ntfs | /win/c | |
/dev/sda2 | \Device\Harddisk0\Partition? | primary | SWAP | 4 GiB | swap | ||
/dev/sda3 | \Device\Harddisk0\Partition? | primary | BOOT | 150 MiB | ext2 | /boot | |
/dev/sda5 | \Device\Harddisk0\Partition? | logical | ROOT | 10 GiB | reiserfs | notail,noatime | / |
/dev/sda6 | \Device\Harddisk0\Partition? | logical | HOME | 20 GiB | reiserfs | notail,noatime | /home |
/dev/sda7 | \Device\Harddisk0\Partition? | logical | DATA | 351.60 GiB | ext4 | defaults,errors=remount-ro, noatime,data=writeback |
/data |
/dev/sda8 | \Device\Harddisk0\Partition? | logical | WIN_DATA | 20 GiB | ntfs | /win/d |