Home directory are deleted making lost+found


up vote
0
down vote
favorite
I added new hard drive and I mounted it over /home.
But, after that, all of home directories are changed to lost+found.
How to recover them?
mount data-recovery
add a comment |Â
up vote
0
down vote
favorite
I added new hard drive and I mounted it over /home.
But, after that, all of home directories are changed to lost+found.
How to recover them?
mount data-recovery
3
It may be your old directory is safe. If you mounted 'over' your old /home, the directories are not merged, the last mounted directory 'hides' the first, and when youumount
you'll see the 'hidden' directory/files
â guiverc
Feb 7 at 7:49
Create a new folder (e.g.mkdir /home/<your_userid>/newdisk
) and use this as mountpoint for the new drive. Then you can see both your old /home and your empty new drive.
â muclux
Feb 7 at 7:57
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I added new hard drive and I mounted it over /home.
But, after that, all of home directories are changed to lost+found.
How to recover them?
mount data-recovery
I added new hard drive and I mounted it over /home.
But, after that, all of home directories are changed to lost+found.
How to recover them?
mount data-recovery
mount data-recovery
asked Feb 7 at 7:45


sungjun cho
1
1
3
It may be your old directory is safe. If you mounted 'over' your old /home, the directories are not merged, the last mounted directory 'hides' the first, and when youumount
you'll see the 'hidden' directory/files
â guiverc
Feb 7 at 7:49
Create a new folder (e.g.mkdir /home/<your_userid>/newdisk
) and use this as mountpoint for the new drive. Then you can see both your old /home and your empty new drive.
â muclux
Feb 7 at 7:57
add a comment |Â
3
It may be your old directory is safe. If you mounted 'over' your old /home, the directories are not merged, the last mounted directory 'hides' the first, and when youumount
you'll see the 'hidden' directory/files
â guiverc
Feb 7 at 7:49
Create a new folder (e.g.mkdir /home/<your_userid>/newdisk
) and use this as mountpoint for the new drive. Then you can see both your old /home and your empty new drive.
â muclux
Feb 7 at 7:57
3
3
It may be your old directory is safe. If you mounted 'over' your old /home, the directories are not merged, the last mounted directory 'hides' the first, and when you
umount
you'll see the 'hidden' directory/filesâ guiverc
Feb 7 at 7:49
It may be your old directory is safe. If you mounted 'over' your old /home, the directories are not merged, the last mounted directory 'hides' the first, and when you
umount
you'll see the 'hidden' directory/filesâ guiverc
Feb 7 at 7:49
Create a new folder (e.g.
mkdir /home/<your_userid>/newdisk
) and use this as mountpoint for the new drive. Then you can see both your old /home and your empty new drive.â muclux
Feb 7 at 7:57
Create a new folder (e.g.
mkdir /home/<your_userid>/newdisk
) and use this as mountpoint for the new drive. Then you can see both your old /home and your empty new drive.â muclux
Feb 7 at 7:57
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
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%2f1003787%2fhome-directory-are-deleted-making-lostfound%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
3
It may be your old directory is safe. If you mounted 'over' your old /home, the directories are not merged, the last mounted directory 'hides' the first, and when you
umount
you'll see the 'hidden' directory/filesâ guiverc
Feb 7 at 7:49
Create a new folder (e.g.
mkdir /home/<your_userid>/newdisk
) and use this as mountpoint for the new drive. Then you can see both your old /home and your empty new drive.â muclux
Feb 7 at 7:57