ZAVCXL0005: Difference between revisions
Jump to navigation
Jump to search
(→System) |
(→Log) |
||
Line 12: | Line 12: | ||
=== Log === |
=== Log === |
||
<ul> |
|||
To be completed |
|||
<li>Original partition:</li> |
|||
<source lang=bash> |
|||
sudo sfdisk -uS -l /dev/sda |
|||
</source> |
|||
<source lang=text> |
|||
Disk /dev/sda: 31130 cylinders, 255 heads, 63 sectors/track |
|||
Units = sectors of 512 bytes, counting from 0 |
|||
Device Boot Start End #sectors Id System |
|||
/dev/sda1 2048 499470335 499468288 7 HPFS/NTFS/exFAT |
|||
/dev/sda2 * 499470336 500084735 614400 7 HPFS/NTFS/exFAT |
|||
/dev/sda3 0 - 0 0 Empty |
|||
/dev/sda4 0 - 0 0 Empty |
|||
</source> |
|||
</ul> |
|||
=== Partition === |
=== Partition === |
Revision as of 18:09, 7 June 2015
Installed Operating System
Current OS Log
System
Hardware
- Laptop HP EliteBook 840.
- SSD 256GB.
Log
- Original partition:
sudo sfdisk -uS -l /dev/sda
Disk /dev/sda: 31130 cylinders, 255 heads, 63 sectors/track
Units = sectors of 512 bytes, counting from 0
Device Boot Start End #sectors Id System
/dev/sda1 2048 499470335 499468288 7 HPFS/NTFS/exFAT
/dev/sda2 * 499470336 500084735 614400 7 HPFS/NTFS/exFAT
/dev/sda3 0 - 0 0 Empty
/dev/sda4 0 - 0 0 Empty
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 |