How can I recover ubuntu ISO if I have only (all) files?

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I have remote VPS with ubuntu server 16.04. There is back up service in hosting company. But hosting company allow me download only files (all files in my VPS). How can I recover my VPS on Virtual Box on local computer if I have only ubuntu files ???
So, I have bin, boot, etc, home, lib, lib64, media, mnt, opt, so on... How can I recover it in my VBox ? Thanks !
server virtualbox data-recovery
add a comment |Â
up vote
0
down vote
favorite
I have remote VPS with ubuntu server 16.04. There is back up service in hosting company. But hosting company allow me download only files (all files in my VPS). How can I recover my VPS on Virtual Box on local computer if I have only ubuntu files ???
So, I have bin, boot, etc, home, lib, lib64, media, mnt, opt, so on... How can I recover it in my VBox ? Thanks !
server virtualbox data-recovery
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have remote VPS with ubuntu server 16.04. There is back up service in hosting company. But hosting company allow me download only files (all files in my VPS). How can I recover my VPS on Virtual Box on local computer if I have only ubuntu files ???
So, I have bin, boot, etc, home, lib, lib64, media, mnt, opt, so on... How can I recover it in my VBox ? Thanks !
server virtualbox data-recovery
I have remote VPS with ubuntu server 16.04. There is back up service in hosting company. But hosting company allow me download only files (all files in my VPS). How can I recover my VPS on Virtual Box on local computer if I have only ubuntu files ???
So, I have bin, boot, etc, home, lib, lib64, media, mnt, opt, so on... How can I recover it in my VBox ? Thanks !
server virtualbox data-recovery
asked May 14 at 18:25
Alexander Ostapenko
1
1
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
https://forums.virtualbox.org/viewtopic.php?f=10&t=35735
It seems you will have to create first a guest OS on a DVI to copy your files to a second DVI. The above link is old, it should work with SATA controllers today.
You may install guest additions on the guest OS so you can copy the files to the guest through a shared folder, or you may create a third disk as a .vmdk file to allow raw access for the guest to a partition where you copy the files, with something like sudo VBoxManage internalcommands createrawvmdk -filename ubuntupartition.vmdk -rawdisk /path/to/device -partitions number Then use the guest OS to copy the files to the second DVI.
Then stop the VM, detach the second DVI, create a new Linux VM with that DVI, boot with EFI support (there should be an efi folder in Ubuntu files right ?). Maybe Ubuntu will complains with the partitions uuid and it will load recovery mode, from there edit fstab as necessary.
Hope this helps.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
https://forums.virtualbox.org/viewtopic.php?f=10&t=35735
It seems you will have to create first a guest OS on a DVI to copy your files to a second DVI. The above link is old, it should work with SATA controllers today.
You may install guest additions on the guest OS so you can copy the files to the guest through a shared folder, or you may create a third disk as a .vmdk file to allow raw access for the guest to a partition where you copy the files, with something like sudo VBoxManage internalcommands createrawvmdk -filename ubuntupartition.vmdk -rawdisk /path/to/device -partitions number Then use the guest OS to copy the files to the second DVI.
Then stop the VM, detach the second DVI, create a new Linux VM with that DVI, boot with EFI support (there should be an efi folder in Ubuntu files right ?). Maybe Ubuntu will complains with the partitions uuid and it will load recovery mode, from there edit fstab as necessary.
Hope this helps.
add a comment |Â
up vote
0
down vote
https://forums.virtualbox.org/viewtopic.php?f=10&t=35735
It seems you will have to create first a guest OS on a DVI to copy your files to a second DVI. The above link is old, it should work with SATA controllers today.
You may install guest additions on the guest OS so you can copy the files to the guest through a shared folder, or you may create a third disk as a .vmdk file to allow raw access for the guest to a partition where you copy the files, with something like sudo VBoxManage internalcommands createrawvmdk -filename ubuntupartition.vmdk -rawdisk /path/to/device -partitions number Then use the guest OS to copy the files to the second DVI.
Then stop the VM, detach the second DVI, create a new Linux VM with that DVI, boot with EFI support (there should be an efi folder in Ubuntu files right ?). Maybe Ubuntu will complains with the partitions uuid and it will load recovery mode, from there edit fstab as necessary.
Hope this helps.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
https://forums.virtualbox.org/viewtopic.php?f=10&t=35735
It seems you will have to create first a guest OS on a DVI to copy your files to a second DVI. The above link is old, it should work with SATA controllers today.
You may install guest additions on the guest OS so you can copy the files to the guest through a shared folder, or you may create a third disk as a .vmdk file to allow raw access for the guest to a partition where you copy the files, with something like sudo VBoxManage internalcommands createrawvmdk -filename ubuntupartition.vmdk -rawdisk /path/to/device -partitions number Then use the guest OS to copy the files to the second DVI.
Then stop the VM, detach the second DVI, create a new Linux VM with that DVI, boot with EFI support (there should be an efi folder in Ubuntu files right ?). Maybe Ubuntu will complains with the partitions uuid and it will load recovery mode, from there edit fstab as necessary.
Hope this helps.
https://forums.virtualbox.org/viewtopic.php?f=10&t=35735
It seems you will have to create first a guest OS on a DVI to copy your files to a second DVI. The above link is old, it should work with SATA controllers today.
You may install guest additions on the guest OS so you can copy the files to the guest through a shared folder, or you may create a third disk as a .vmdk file to allow raw access for the guest to a partition where you copy the files, with something like sudo VBoxManage internalcommands createrawvmdk -filename ubuntupartition.vmdk -rawdisk /path/to/device -partitions number Then use the guest OS to copy the files to the second DVI.
Then stop the VM, detach the second DVI, create a new Linux VM with that DVI, boot with EFI support (there should be an efi folder in Ubuntu files right ?). Maybe Ubuntu will complains with the partitions uuid and it will load recovery mode, from there edit fstab as necessary.
Hope this helps.
answered May 14 at 19:36
hello world
768
768
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036223%2fhow-can-i-recover-ubuntu-iso-if-i-have-only-all-files%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password