Reddragon: Difference between revisions
Jump to navigation
Jump to search
(→System) |
(→Log) |
||
Line 16: | Line 16: | ||
sfdisk -l -uS /dev/sda |
sfdisk -l -uS /dev/sda |
||
# Disk /dev/sda: 91201 cylinders, 255 heads, 63 sectors/track |
|||
# /dev/sda1 - FAT16 - DellUtility - 101.94MiB, Used 357KiB - diag |
|||
# Units = sectors of 512 bytes, counting from 0 |
|||
# /dev/sda2 - ntfs - RECOVERY - 19.53GB, Used 8.84GiB - boot |
|||
# |
|||
# /dev/sda3 - ntfs - OS - 679 GiB, Used 36.62GiB |
|||
# Device Boot Start End #sectors Id System |
|||
# /dev/sda1 63 208844 208782 de Dell Utility |
|||
# /dev/sda2 * 212992 41172991 40960000 7 HPFS/NTFS/exFAT |
|||
# /dev/sda3 41172992 1465147119 1423974128 7 HPFS/NTFS/exFAT |
|||
# /dev/sda4 0 - 0 0 Empty |
|||
# labels: |
|||
# /dev/sda1 - DellUtility |
|||
# /dev/sda2 - RECOVERY |
|||
# /dev/sda3 - OS |
|||
</source> |
</source> |
||
</ul> |
</ul> |
||
=== Partition === |
=== Partition === |
||
{| class="wikitable" |
{| class="wikitable" |
Revision as of 20:49, 16 November 2011
Installed Operating System
Current OS Log
System
Hardware
To be completed
Log
- [2011-01-14] Info - Original partition:
sfdisk -l -uS /dev/sda
# Disk /dev/sda: 91201 cylinders, 255 heads, 63 sectors/track
# Units = sectors of 512 bytes, counting from 0
#
# Device Boot Start End #sectors Id System
# /dev/sda1 63 208844 208782 de Dell Utility
# /dev/sda2 * 212992 41172991 40960000 7 HPFS/NTFS/exFAT
# /dev/sda3 41172992 1465147119 1423974128 7 HPFS/NTFS/exFAT
# /dev/sda4 0 - 0 0 Empty
# labels:
# /dev/sda1 - DellUtility
# /dev/sda2 - RECOVERY
# /dev/sda3 - OS
Partition
Device | Label | Size | Type | Mount | uid | gid | permissions |
---|---|---|---|---|---|---|---|
/dev/sda1/ | OS | xx.xxGiB | ntfs | /windows/c | ? | ? | drwxrwx--- |
/dev/sda2/ | SWAP | xx.xxGiB | linux-swap | swap | ? | ? | |
/dev/sda3/ | UBUNTU | xx.xxGiB | reiserfs | / | ? | ? | drwxr.xr.x |
1st Install
To be completed