ZAVCXL0005: Difference between revisions

From miki
Jump to navigation Jump to search
Line 26: Line 26:
/dev/sda3 0 - 0 0 Empty
/dev/sda3 0 - 0 0 Empty
/dev/sda4 0 - 0 0 Empty
/dev/sda4 0 - 0 0 Empty
</source>
<li>Backup:</li>
<source lang=bash>
sudo dd if=/dev/sda of=zavcwl0035-20150605-sda.mbr bs=512 count=4096
sudo dd if=/dev/sda1 of=zavcwl0035-20150605-sda1.mbr bs=512 count=4096
sudo dd if=/dev/sda2 of=zavcwl0035-20150605-sda2.mbr bs=512 count=4096
</source>
<li>Resize partitions with gparted.</li>
<li>Install Ubuntu 14.10 via USB boot image. New partition table:</li>
<source lang=text>
Disk /dev/sda: 31130 cylinders, 255 heads, 63 sectors/track
Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.
Units = sectors of 512 bytes, counting from 0

Device Boot Start End #sectors Id System
/dev/sda1 2048 125831167 125829120 7 HPFS/NTFS/exFAT
/dev/sda2 * 125831168 126445567 614400 7 HPFS/NTFS/exFAT
/dev/sda3 126445568 127475711 1030144 83 Linux
/dev/sda4 127477758 500117503 372639746 5 Extended
/dev/sda5 127477760 169420799 41943040 83 Linux
/dev/sda6 169422848 177233919 7811072 82 Linux swap / Solaris
/dev/sda7 177235968 500117503 322881536 83 Linux
</source>
</source>
</ul>
</ul>

Revision as of 18:19, 7 June 2015

Installed Operating System

Current OS Log

System

Hardware

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
    
  • Backup:
  • sudo dd if=/dev/sda of=zavcwl0035-20150605-sda.mbr bs=512 count=4096
    sudo dd if=/dev/sda1 of=zavcwl0035-20150605-sda1.mbr bs=512 count=4096
    sudo dd if=/dev/sda2 of=zavcwl0035-20150605-sda2.mbr bs=512 count=4096
    
  • Resize partitions with gparted.
  • Install Ubuntu 14.10 via USB boot image. New partition table:
  • Disk /dev/sda: 31130 cylinders, 255 heads, 63 sectors/track
    Warning: extended partition does not start at a cylinder boundary.
    DOS and Linux will interpret the contents differently.
    Units = sectors of 512 bytes, counting from 0
    
       Device Boot    Start       End   #sectors  Id  System
       /dev/sda1          2048 125831167  125829120   7  HPFS/NTFS/exFAT
       /dev/sda2   * 125831168 126445567     614400   7  HPFS/NTFS/exFAT
       /dev/sda3     126445568 127475711    1030144  83  Linux
       /dev/sda4     127477758 500117503  372639746   5  Extended
       /dev/sda5     127477760 169420799   41943040  83  Linux
       /dev/sda6     169422848 177233919    7811072  82  Linux swap / Solaris
       /dev/sda7     177235968 500117503  322881536  83  Linux
    

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