Leviathan: Difference between revisions

From miki
Jump to navigation Jump to search
(→‎Partition: UBUNTU->ROOT)
 
(5 intermediate revisions by 2 users not shown)
Line 11: Line 11:
== System ==
== System ==
=== Hardware ===
=== Hardware ===
;Zotac ID-42 bare-bone PC
* Laptop:
* HDD:
** Product: HP Pavillion dv9000
* Memory: '''8 GB'''
** P/N: GH849EA##UUG
** [http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01057604&cc=us&dlc=en&lc=en&jumpid=reg_R1002_USEN HP support]
* Battery:
** '''HSTNN-LB33''', 14.4V - 63Wh
** LG P/N: HP010620-S2T24R11
** For use with HP series HSTNN-Q21C family of computer products only
** HP part number 416996-421
** Replace with HP spare '''432974-001 7F0734'''
** [http://www.shopping.hp.com/store/product/product_detail/EV087AA Buy online]


=== Log ===
=== Log ===
Line 34: Line 26:
|-
|-
|<tt>/dev/sda2/</tt>||RECOVERY||align="right"|5.61GiB||ntfs||?||?||?||
|<tt>/dev/sda2/</tt>||RECOVERY||align="right"|5.61GiB||ntfs||?||?||?||
|-
|<tt>/dev/sdb1/</tt>||DATA||align="right"|160GB||ntfs||?||?||?||
|}
|}
After installing Ubuntu:
After installing Ubuntu:
{| class="wikitable"
{| class="wikitable"
|-
|-
!Device!!Label!!Size!!Type!!Mount!!uid!!gid!!permissions
!Device!!Label!!Size!!Type!!Mount!!uid!!gid!!options
|-
|<tt>/dev/sda1/</tt>||OS||align="right"|50.00GB||ntfs||<tt>/c</tt>||?||46||umask=007
|-
|-
|<tt>/dev/sda1/</tt>||OS||align="right"|60.00GiB||ntfs||<tt>/windows/c</tt>||?||?||
|<tt>/dev/sda2/</tt>||DATA||align="right"|20.00GiB||ntfs||<tt>/d</tt>||?||46||umask=007
|-
|-
|<tt>/dev/sda2/</tt>||SWAP||align="right"|4.00GiB||linux-swap||swap||?||?||
|<tt>/dev/sda3/</tt>||SWAP||align="right"|4.00GB||linux-swap||swap||?||?||
|-
|-
|<tt>/dev/sda3/</tt>||UBUNTU||align="right"|30.00GiB||reiserfs||<tt>/</tt>||?||?||
|<tt>/dev/sda5/</tt>||BOOT||align="right"|190MB||ext3||<tt>/boot</tt>||?||?||
|-
|-
|<tt>/dev/sda4/</tt>||HOME||align="right"|55.05GiB||ext3||<tt>/home</tt>||?||?||
|<tt>/dev/sda6/</tt>||ROOT||align="right"|11.50GB||ext4||<tt>/</tt>||?||?||relatime,noatime
|-
|-
|<tt>/dev/sdb1/</tt>||DATA||align="right"|160039MB||ntfs||<tt>/windows/d</tt>||?||?||
|<tt>/dev/sda7/</tt>||HOME||align="right"|66.5GB||ext4||<tt>/home</tt>||?||?||relatime,noatime
|}
|}



Latest revision as of 10:35, 20 April 2014

Installed Operating System

Old configurations:

System

Hardware

Zotac ID-42 bare-bone PC
  • HDD:
  • Memory: 8 GB

Log

To be completed

Partition

Before installing Ubuntu:

Device Label Size Type Mount uid gid permissions
/dev/sda1/ OS 143.44GiB ntfs ? ? ?
/dev/sda2/ RECOVERY 5.61GiB ntfs ? ? ?
/dev/sdb1/ DATA 160GB ntfs ? ? ?

After installing Ubuntu:

Device Label Size Type Mount uid gid options
/dev/sda1/ OS 50.00GB ntfs /c ? 46 umask=007
/dev/sda2/ DATA 20.00GiB ntfs /d ? 46 umask=007
/dev/sda3/ SWAP 4.00GB linux-swap swap ? ?
/dev/sda5/ BOOT 190MB ext3 /boot ? ?
/dev/sda6/ ROOT 11.50GB ext4 / ? ? relatime,noatime
/dev/sda7/ HOME 66.5GB ext4 /home ? ? relatime,noatime

1st Install

To be completed