Recover backup copy of a ubuntu linux installation on a usb stick using dd

Posted by user10826 on Super User See other posts from Super User or by user10826
Published on 2010-05-16T10:16:57Z Indexed on 2010/05/16 10:20 UTC
Read the original article Hit count: 311

Filed under:
|

Hi,

I installed Ubuntu 10.04 on a usb stick in persistent install mode. So I could boot the laptop or my desktop computer with the stick, at boot time. Once I needed the 8GB stick for another purposes so I thought about coyping it to my desktop doing from mac os x:

dd if=/dev/disks3s of=/Users/jack/Desktop/usb_copy

Now I am trying to do the opposite, after having used the stick, which was formatted to NTFS, just doing

dd if=/Users/jack/Desktop/usb_copy of=/dev/disks3s

but although I can see that almost of the files are there, I can not boot again. IT is also strange the the file permissions are kind of strange, something like _user

What can I do ?

Thanks

© Super User or respective owner

Recover backup copy of a ubuntu linux installation on a usb stick using dd

Posted by user10826 on Super User See other posts from Super User or by user10826
Published on 2010-05-16T10:17:53Z Indexed on 2010/05/16 10:40 UTC
Read the original article Hit count: 310

Filed under:
|
|
|

Hi,

I installed Ubuntu 10.04 on a usb stick in persistent install mode. So I could boot the laptop or my desktop computer with the stick, at boot time. Once I needed the 8GB stick for another purposes so I thought about coyping it to my desktop doing from mac os x:

dd if=/dev/disks3s of=/Users/jack/Desktop/usb_copy

Now I am trying to do the opposite, after having used the stick, which was formatted to NTFS, just doing

dd if=/Users/jack/Desktop/usb_copy of=/dev/disks3s

but although I can see that almost of the files are there, I can not boot again. IT is also strange the the file permissions are kind of strange, something like _user

What can I do ?

Thanks

© Super User or respective owner

Recover backup copy of a ubuntu linux installation on a usb stick using dd

Posted by Werner on Stack Overflow See other posts from Stack Overflow or by Werner
Published on 2010-05-16T10:17:53Z Indexed on 2010/05/16 10:20 UTC
Read the original article Hit count: 310

Filed under:
|
|
|

Hi,

I installed Ubuntu 10.04 on a usb stick in persistent install mode. So I could boot the laptop or my desktop computer with the stick, at boot time. Once I needed the 8GB stick for another purposes so I thought about coyping it to my desktop doing from mac os x:

dd if=/dev/disks3s of=/Users/jack/Desktop/usb_copy

Now I am trying to do the opposite, after having used the stick, which was formatted to NTFS, just doing

dd if=/Users/jack/Desktop/usb_copy of=/dev/disks3s

but although I can see that almost of the files are there, I can not boot again. IT is also strange the the file permissions are kind of strange, something like _user

What can I do ?

Thanks

© Stack Overflow or respective owner

Related posts about usb

Related posts about linux