Adding HDD from different server install without formatting and preserving files

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I have a new Ubuntu 16.04 LTS install with the OS on an SSD. I have a separate 10TB storage drive in the server. I also have another 10TB drive from the server I am upgrading from. This third drive has a lot of files I need to save but also has the previous OS as it was the only drive in that machine. I need to place this in the new server and want to use it but also want to keep all of the data besides the operating files from the previous server. When I try to boot the server with this drive in, it goes to emergency mode. I assume this is because it has partitions named SDA*. What would be the process for getting this to mount in the new server and be usable. Is there a way to rename the partition in emergency mode and allow it to boot. Is there something I can do in the fstab file? I am not a CLI ninja so need explicite instructions of what I should do, or clear enough instructions to be deciphered by the CLI ninja I can hand off to.
Thanks in advance!
boot partitioning recovery-mode
add a comment |Â
up vote
0
down vote
favorite
I have a new Ubuntu 16.04 LTS install with the OS on an SSD. I have a separate 10TB storage drive in the server. I also have another 10TB drive from the server I am upgrading from. This third drive has a lot of files I need to save but also has the previous OS as it was the only drive in that machine. I need to place this in the new server and want to use it but also want to keep all of the data besides the operating files from the previous server. When I try to boot the server with this drive in, it goes to emergency mode. I assume this is because it has partitions named SDA*. What would be the process for getting this to mount in the new server and be usable. Is there a way to rename the partition in emergency mode and allow it to boot. Is there something I can do in the fstab file? I am not a CLI ninja so need explicite instructions of what I should do, or clear enough instructions to be deciphered by the CLI ninja I can hand off to.
Thanks in advance!
boot partitioning recovery-mode
Start by adding the output ofsudo lsblk -fto your question...
â Simon Sudler
Apr 20 at 6:44
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a new Ubuntu 16.04 LTS install with the OS on an SSD. I have a separate 10TB storage drive in the server. I also have another 10TB drive from the server I am upgrading from. This third drive has a lot of files I need to save but also has the previous OS as it was the only drive in that machine. I need to place this in the new server and want to use it but also want to keep all of the data besides the operating files from the previous server. When I try to boot the server with this drive in, it goes to emergency mode. I assume this is because it has partitions named SDA*. What would be the process for getting this to mount in the new server and be usable. Is there a way to rename the partition in emergency mode and allow it to boot. Is there something I can do in the fstab file? I am not a CLI ninja so need explicite instructions of what I should do, or clear enough instructions to be deciphered by the CLI ninja I can hand off to.
Thanks in advance!
boot partitioning recovery-mode
I have a new Ubuntu 16.04 LTS install with the OS on an SSD. I have a separate 10TB storage drive in the server. I also have another 10TB drive from the server I am upgrading from. This third drive has a lot of files I need to save but also has the previous OS as it was the only drive in that machine. I need to place this in the new server and want to use it but also want to keep all of the data besides the operating files from the previous server. When I try to boot the server with this drive in, it goes to emergency mode. I assume this is because it has partitions named SDA*. What would be the process for getting this to mount in the new server and be usable. Is there a way to rename the partition in emergency mode and allow it to boot. Is there something I can do in the fstab file? I am not a CLI ninja so need explicite instructions of what I should do, or clear enough instructions to be deciphered by the CLI ninja I can hand off to.
Thanks in advance!
boot partitioning recovery-mode
asked Apr 20 at 3:31
Mutate
1
1
Start by adding the output ofsudo lsblk -fto your question...
â Simon Sudler
Apr 20 at 6:44
add a comment |Â
Start by adding the output ofsudo lsblk -fto your question...
â Simon Sudler
Apr 20 at 6:44
Start by adding the output of
sudo lsblk -f to your question...â Simon Sudler
Apr 20 at 6:44
Start by adding the output of
sudo lsblk -f to your question...â Simon Sudler
Apr 20 at 6:44
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1026578%2fadding-hdd-from-different-server-install-without-formatting-and-preserving-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
Start by adding the output of
sudo lsblk -fto your question...â Simon Sudler
Apr 20 at 6:44