|
2012-11-18
, 15:34
|
Posts: 21 |
Thanked: 34 times |
Joined on Jun 2012
@ Iran
|
#152
|
some times the partitions not mounted on ubuntu
you must mount these manually
use this command for know the address of partition
" fdisk -l "
and you must create folders in /media/ like rootfs and home and MyDocs
and mount the partitions manually on these folder
ex " mount /dev/sdb3 /media/MyDocs"
and when i use this command
sudo fdisk -l
it just show:
Disk /dev/sda: 21.5 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders, total 41943040 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000a4b86
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 37750783 18874368 83 Linux
/dev/sda2 37752830 41940991 2094081 5 Extended
/dev/sda5 37752832 41940991 2094080 82 Linux swap / Solaris
that mean no additional drive detected or added
|
2012-11-18
, 15:37
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#153
|
|
2012-11-18
, 15:55
|
Posts: 21 |
Thanked: 34 times |
Joined on Jun 2012
@ Iran
|
#154
|
MaKenZi,
You didn't inform about VMware Ubuntu...Surely that's the issue...You need to give the USB controller rights in VMware or something like that...
So best use a LiveCD if you don't want a dedicated installation...
|
2012-11-18
, 16:03
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#155
|
|
2012-11-20
, 22:01
|
Posts: 21 |
Thanked: 34 times |
Joined on Jun 2012
@ Iran
|
#156
|
|
2012-11-20
, 22:06
|
|
Posts: 147 |
Thanked: 300 times |
Joined on Mar 2012
@ ^^ IRAN ^^ - Tehran :D
|
#157
|
so
i tested whatever you guys had mentioned
i made a rootfs folder in media folder of ubuntu
thtn fdisk -I and find a drive with name sdb1
and i used mount /dev/sdb1 /media/rootfs
and then start restore process
but in every line it showed operation not permitted
and after it done , i checked the phone and nothing changed
i enabled developer mode and then backed up rootfs and after restoring the developer mode was disabled
so ?
|
2012-11-28
, 22:01
|
|
Posts: 147 |
Thanked: 300 times |
Joined on Mar 2012
@ ^^ IRAN ^^ - Tehran :D
|
#159
|
|
2013-01-08
, 08:37
|
Posts: 6 |
Thanked: 0 times |
Joined on Jan 2013
|
#160
|
you must mount these manually
use this command for know the address of partition
" fdisk -l "
and you must create folders in /media/ like rootfs and home and MyDocs
and mount the partitions manually on these folder
ex " mount /dev/sdb3 /media/MyDocs"