Mandala: Difference between revisions

From miki
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 24: Line 24:


=== Partition ===
=== Partition ===
Before installing Ubuntu (232.88GB):
Before installing Ubuntu (232.88GiB):
{| class="wikitable"
{| class="wikitable"
!Device!!Label!!Size!!Type!!Mount!!uid!!gid!!permissions!!Comments
!Device!!Label!!Size!!Type!!Mount!!uid!!gid!!permissions!!Comments
|-
|-
|<tt>/dev/sda1/</tt>||Recovery||align="right"|6.13GB||(eisa)||?||?||?|| ||Basically a copy of install DVD
|<tt>/dev/sda1/</tt>||Recovery||align="right"|6.13GiB||(eisa)||?||?||?|| ||Basically a copy of install DVD
|-
|-
|<tt>/dev/sda2/</tt>||System||align="right"|78.13GB||ntfs||?||?||?|| ||
|<tt>/dev/sda2/</tt>||System||align="right"|78.13GiB||ntfs||?||?||?|| ||
|-
|-
|<tt>/dev/sda3/</tt>||Data||align="right"|148.63GB||ntfs||?||?||?|| ||
|<tt>/dev/sda3/</tt>||Data||align="right"|148.63GiB||ntfs||?||?||?|| ||
|}
|}
After installing Ubuntu:
After installing Ubuntu:
Line 39: Line 39:
!Device!!Label!!Size!!Type!!Mount!!uid!!gid!!permissions
!Device!!Label!!Size!!Type!!Mount!!uid!!gid!!permissions
|-
|-
|<tt>/dev/sda1/</tt>||OS||align="right"|50.00GB||ntfs||<tt>/windows/c</tt>||?||46||umask=007
|<tt>/dev/sda1/</tt>||OS||align="right"|40.00GB||ntfs||<tt>/windows/c</tt>||?||46||umask=007
|-
|-
|<tt>/dev/sda2/</tt>||DATA||align="right"|20.00GiB||ntfs||<tt>/windows/d</tt>||?||46||umask=007
|<tt>/dev/sda2/</tt>||DATA||align="right"|20.00GiB||ntfs||<tt>/windows/d</tt>||?||46||umask=007
|-
|-
|<tt>/dev/sda3/</tt>||SWAP||align="right"|4.00GB||linux-swap||swap||?||?||
|<tt>/dev/sda3/</tt>||SWAP||align="right"|4.00GiB||linux-swap||swap||?||?||
|-
|-
|<tt>/dev/sda5/</tt>||BOOT||align="right"|190MB||ext3||<tt>/boot</tt>||?||?||
|<tt>/dev/sda5/</tt>||BOOT||align="right"|190MB||ext3||<tt>/boot</tt>||?||?||
Line 49: Line 49:
|<tt>/dev/sda6/</tt>||UBUNTU||align="right"|11.50GB||reiserfs||<tt>/</tt>||?||?||
|<tt>/dev/sda6/</tt>||UBUNTU||align="right"|11.50GB||reiserfs||<tt>/</tt>||?||?||
|-
|-
|<tt>/dev/sda7/</tt>||HOME||align="right"|66.5GB||ext4||<tt>/home</tt>||?||?||
|<tt>/dev/sda7/</tt>||HOME||align="right"|174.00GB||ext4||<tt>/home</tt>||?||?||
|-
!Device!!Label!!Size!!Type!!Mount!!uid!!gid!!permissions
|-
|<tt>/dev/sdb1/</tt>||DATA||align="right"|160GB||ext4||<tt>/data</tt>||?||?||
|}
|}



Latest revision as of 11:41, 26 April 2013

Installed Operating System

Current OS Log

System

Hardware

  • Intel Core 2 Duo T5750 @ 2.00GHz
  • 3GB RAM
  • Mible Intel 965 Express Chipset Family

Log

  • [2011-xx-yy] Info - Original partition:
  • sfdisk -l -uS /dev/sda
    
    # ...
    

Partition

Before installing Ubuntu (232.88GiB):

Device Label Size Type Mount uid gid permissions Comments
/dev/sda1/ Recovery 6.13GiB (eisa) ? ? ? Basically a copy of install DVD
/dev/sda2/ System 78.13GiB ntfs ? ? ?
/dev/sda3/ Data 148.63GiB ntfs ? ? ?

After installing Ubuntu:

Device Label Size Type Mount uid gid permissions
/dev/sda1/ OS 40.00GB ntfs /windows/c ? 46 umask=007
/dev/sda2/ DATA 20.00GiB ntfs /windows/d ? 46 umask=007
/dev/sda3/ SWAP 4.00GiB linux-swap swap ? ?
/dev/sda5/ BOOT 190MB ext3 /boot ? ?
/dev/sda6/ UBUNTU 11.50GB reiserfs / ? ?
/dev/sda7/ HOME 174.00GB ext4 /home ? ?

1st Install

To be completed