![]() |
2013-01-31
, 16:53
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#82
|
Ok, how to back up?
Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 päätä, 63 sektoria/ura, 77825 sylinteriä, yhteensä 1250263728 sektoria
Yksiköt = 1 * 512 = 512 -tavuiset sektorit
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Levyn tunniste: 0xde82bd27
Laite Käynn Alku Loppu Lohkot Id Järjestelmä
/dev/sda1 63 2047 992+ 42 SFS
/dev/sda2 * 2048 409599 203776 42 SFS
/dev/sda3 409600 613320703 306455552 42 SFS
/dev/sda4 613320704 1250261679 318470488 42 SFS
Disk /dev/sdb: 64.1 GB, 64130908160 bytes
4 päätä, 16 sektoria/ura, 1957120 sylinteriä, yhteensä 125255680 sektoria
Yksiköt = 1 * 512 = 512 -tavuiset sektorit
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Levyn tunniste: 0x00000000
Laite Käynn Alku Loppu Lohkot Id Järjestelmä
/dev/sdb1 1024 112672767 56335872 c W95 FAT32 (LBA)
/dev/sdb2 112672768 121061375 4194304 0 Tyhjä
/dev/sdb3 121061376 125255679 2097152 83 Linux
sudo mkdir /mnt/mydocs sudo mount /dev/sdb1 /mnt/mydocs sudo mkdir /mnt/root sudo mount /dev/sdb2 /mnt/root sudo mkdir /mnt/home sudo mount /dev/sdb1 /mnt/home
sudo su ## this is done to get root permissions... cd /mnt/mydocs ## or to the correct directory, whatever... ## now I am assuming that your homedir is /home/wallace... tar -cvf ~wallace/mydocs.tar . ## then, when it's been done, do the other partitions: cd /mnt/root tar -cvf ~wallace/root.tar . cd /mnt/home tar -cvf ~wallace/home.tar . ## Note that there is a single dot (.) as the last character on ## the tar statement... Do not forget that!
The Following User Says Thank You to juiceme For This Useful Post: | ||
![]() |
2013-01-31
, 17:26
|
Posts: 175 |
Thanked: 81 times |
Joined on Aug 2009
|
#83
|
The following steps depend on what you would do, but whatever you decide, all the stuff of the device is backed up now.
The Following User Says Thank You to Wallace For This Useful Post: | ||
![]() |
2013-01-31
, 17:48
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#84
|
![]() |
2013-01-31
, 18:06
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#85
|
The Following User Says Thank You to juiceme For This Useful Post: | ||
![]() |
2013-01-31
, 19:57
|
Posts: 175 |
Thanked: 81 times |
Joined on Aug 2009
|
#86
|
The Following User Says Thank You to Wallace For This Useful Post: | ||
![]() |
2013-02-01
, 05:57
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#87
|
![]() |
2013-04-22
, 12:49
|
|
Posts: 60 |
Thanked: 34 times |
Joined on Dec 2012
@ St Helens, England.
|
#88
|
The Following User Says Thank You to Callum.Brierly For This Useful Post: | ||
![]() |
2013-04-22
, 13:05
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#89
|
The Following User Says Thank You to juiceme For This Useful Post: | ||
![]() |
2013-04-22
, 15:23
|
|
Posts: 60 |
Thanked: 34 times |
Joined on Dec 2012
@ St Helens, England.
|
#90
|
![]() |
Tags |
nokia n9, reboot loop |
Thread Tools | |
|
Ok, how to back up?
Or I do not want to flash only remove one line from /etc/X11/xorg.conf.d/nokia.conf configurating external keyboards. I do not know how to unmount the roofs drive....
Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 päätä, 63 sektoria/ura, 77825 sylinteriä, yhteensä 1250263728 sektoria
Yksiköt = 1 * 512 = 512 -tavuiset sektorit
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Levyn tunniste: 0xde82bd27
Laite Käynn Alku Loppu Lohkot Id Järjestelmä
/dev/sda1 63 2047 992+ 42 SFS
/dev/sda2 * 2048 409599 203776 42 SFS
/dev/sda3 409600 613320703 306455552 42 SFS
/dev/sda4 613320704 1250261679 318470488 42 SFS
Disk /dev/sdb: 64.1 GB, 64130908160 bytes
4 päätä, 16 sektoria/ura, 1957120 sylinteriä, yhteensä 125255680 sektoria
Yksiköt = 1 * 512 = 512 -tavuiset sektorit
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Levyn tunniste: 0x00000000
Laite Käynn Alku Loppu Lohkot Id Järjestelmä
/dev/sdb1 1024 112672767 56335872 c W95 FAT32 (LBA)
/dev/sdb2 112672768 121061375 4194304 0 Tyhjä
/dev/sdb3 121061376 125255679 2097152 83 Linux
Last edited by Wallace; 2013-01-31 at 17:19.