Re-install isn't using new /home hdd
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
Just re-installed UbuntuGnome 16.04.2 because the last update broke my sound. I also installed a new hdd to use as /home. i felt pretty confident as the last re-install I did was with a separate /home partition and all my settings were there waiting for me.
During the install, I selected the new hdd (sdb) to mount as /home (I had previously copied the original /home contents to the new drive) and told the installer to not use the original /home (sda7). I chose to reformat / and the install went fine.
Except the new drive is mounting at /media/anthony. Nautilus shows a brand new /home directory with empty folders and the new drive with folders 'anthony' and 'Systemback', with the 'anthony' folder containing the old /home contents.
I poked around this thread but everything it said to do was already done (add line to /etc /fstab/ with the new hdd uuid).
anthony@anthony-linux:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=741c1ab7-19e3-4138-8dd8-95634e26f92f / ext4 errors=remount-ro 0 1
# /home was on /dev/sdb1 during installation
UUID=e12bfb25-4ed8-4c9e-b6e6-b077619f0560 /home ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=571d23ca-bf87-4a5d-be6a-3ed7ae1b077c none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
But if I'm in a terminal, I can cd .. to 'root', cd to 'home', and there are the contents from the old /home partition.
anthony@anthony-linux:~$ cd ..
anthony@anthony-linux:/home$ cd ..
anthony@anthony-linux:/$ ls
bin dev initrd.img media proc sbin sys var
boot etc lib mnt root snap tmp vmlinuz
cdrom home lost+found opt run srv usr
anthony@anthony-linux:/$ cd home
anthony@anthony-linux:/home$ ls
1200x600x19mm.dxf
36 hi.skb
36 hi.skp
3d scoring.ods
46ft mid.svg
... and so forth.
The original /home partition remains on the first disk (sda) but unused.
I'd like to get the install to use the new disk as /home (like I chose during the install).
Any help is greatly appreciated!
anthony
Addendum: Gparted is showing me different things ... a screenshot several minutes ago showed the old /home partition but unmounted (sda7)
enter image description here
but after a reboot it now shows the old /home partition with the mount point of the new hdd
enter image description here
Curiouser and curioser ...
partitioning home-directory
add a comment |Â
up vote
0
down vote
favorite
Just re-installed UbuntuGnome 16.04.2 because the last update broke my sound. I also installed a new hdd to use as /home. i felt pretty confident as the last re-install I did was with a separate /home partition and all my settings were there waiting for me.
During the install, I selected the new hdd (sdb) to mount as /home (I had previously copied the original /home contents to the new drive) and told the installer to not use the original /home (sda7). I chose to reformat / and the install went fine.
Except the new drive is mounting at /media/anthony. Nautilus shows a brand new /home directory with empty folders and the new drive with folders 'anthony' and 'Systemback', with the 'anthony' folder containing the old /home contents.
I poked around this thread but everything it said to do was already done (add line to /etc /fstab/ with the new hdd uuid).
anthony@anthony-linux:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=741c1ab7-19e3-4138-8dd8-95634e26f92f / ext4 errors=remount-ro 0 1
# /home was on /dev/sdb1 during installation
UUID=e12bfb25-4ed8-4c9e-b6e6-b077619f0560 /home ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=571d23ca-bf87-4a5d-be6a-3ed7ae1b077c none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
But if I'm in a terminal, I can cd .. to 'root', cd to 'home', and there are the contents from the old /home partition.
anthony@anthony-linux:~$ cd ..
anthony@anthony-linux:/home$ cd ..
anthony@anthony-linux:/$ ls
bin dev initrd.img media proc sbin sys var
boot etc lib mnt root snap tmp vmlinuz
cdrom home lost+found opt run srv usr
anthony@anthony-linux:/$ cd home
anthony@anthony-linux:/home$ ls
1200x600x19mm.dxf
36 hi.skb
36 hi.skp
3d scoring.ods
46ft mid.svg
... and so forth.
The original /home partition remains on the first disk (sda) but unused.
I'd like to get the install to use the new disk as /home (like I chose during the install).
Any help is greatly appreciated!
anthony
Addendum: Gparted is showing me different things ... a screenshot several minutes ago showed the old /home partition but unmounted (sda7)
enter image description here
but after a reboot it now shows the old /home partition with the mount point of the new hdd
enter image description here
Curiouser and curioser ...
partitioning home-directory
Your fstab shows it mounted sdb1 as /home. Your screen show just shows sda7 mounted as a default mount using its UUID. Are you sure you copied all data from sda7 to sdb1? To move /home uses rsync- Be sure to use parameters to preserve ownership & permissions help.ubuntu.com/community/Partitioning/Home/Moving
â oldfred
Jan 31 at 19:45
I copied the contents of the original /home partition to the new drive with Nautilus so afaik I got it all. I'm not averse to using rsync or dd if I need to do it over ... the new drive can be re-formatted if need be to start again. I've reinstalled using the original /home partition so at least I have all my settings back on the packages I've re-installed so far (and I have audio!) Now that I've got a working system, I should move my /home from sda7 to sdb by: - reformatting sdb - follow the procedure in the link you provided Thanks again!
â akwusmc
Feb 1 at 13:33
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Just re-installed UbuntuGnome 16.04.2 because the last update broke my sound. I also installed a new hdd to use as /home. i felt pretty confident as the last re-install I did was with a separate /home partition and all my settings were there waiting for me.
During the install, I selected the new hdd (sdb) to mount as /home (I had previously copied the original /home contents to the new drive) and told the installer to not use the original /home (sda7). I chose to reformat / and the install went fine.
Except the new drive is mounting at /media/anthony. Nautilus shows a brand new /home directory with empty folders and the new drive with folders 'anthony' and 'Systemback', with the 'anthony' folder containing the old /home contents.
I poked around this thread but everything it said to do was already done (add line to /etc /fstab/ with the new hdd uuid).
anthony@anthony-linux:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=741c1ab7-19e3-4138-8dd8-95634e26f92f / ext4 errors=remount-ro 0 1
# /home was on /dev/sdb1 during installation
UUID=e12bfb25-4ed8-4c9e-b6e6-b077619f0560 /home ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=571d23ca-bf87-4a5d-be6a-3ed7ae1b077c none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
But if I'm in a terminal, I can cd .. to 'root', cd to 'home', and there are the contents from the old /home partition.
anthony@anthony-linux:~$ cd ..
anthony@anthony-linux:/home$ cd ..
anthony@anthony-linux:/$ ls
bin dev initrd.img media proc sbin sys var
boot etc lib mnt root snap tmp vmlinuz
cdrom home lost+found opt run srv usr
anthony@anthony-linux:/$ cd home
anthony@anthony-linux:/home$ ls
1200x600x19mm.dxf
36 hi.skb
36 hi.skp
3d scoring.ods
46ft mid.svg
... and so forth.
The original /home partition remains on the first disk (sda) but unused.
I'd like to get the install to use the new disk as /home (like I chose during the install).
Any help is greatly appreciated!
anthony
Addendum: Gparted is showing me different things ... a screenshot several minutes ago showed the old /home partition but unmounted (sda7)
enter image description here
but after a reboot it now shows the old /home partition with the mount point of the new hdd
enter image description here
Curiouser and curioser ...
partitioning home-directory
Just re-installed UbuntuGnome 16.04.2 because the last update broke my sound. I also installed a new hdd to use as /home. i felt pretty confident as the last re-install I did was with a separate /home partition and all my settings were there waiting for me.
During the install, I selected the new hdd (sdb) to mount as /home (I had previously copied the original /home contents to the new drive) and told the installer to not use the original /home (sda7). I chose to reformat / and the install went fine.
Except the new drive is mounting at /media/anthony. Nautilus shows a brand new /home directory with empty folders and the new drive with folders 'anthony' and 'Systemback', with the 'anthony' folder containing the old /home contents.
I poked around this thread but everything it said to do was already done (add line to /etc /fstab/ with the new hdd uuid).
anthony@anthony-linux:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=741c1ab7-19e3-4138-8dd8-95634e26f92f / ext4 errors=remount-ro 0 1
# /home was on /dev/sdb1 during installation
UUID=e12bfb25-4ed8-4c9e-b6e6-b077619f0560 /home ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=571d23ca-bf87-4a5d-be6a-3ed7ae1b077c none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
But if I'm in a terminal, I can cd .. to 'root', cd to 'home', and there are the contents from the old /home partition.
anthony@anthony-linux:~$ cd ..
anthony@anthony-linux:/home$ cd ..
anthony@anthony-linux:/$ ls
bin dev initrd.img media proc sbin sys var
boot etc lib mnt root snap tmp vmlinuz
cdrom home lost+found opt run srv usr
anthony@anthony-linux:/$ cd home
anthony@anthony-linux:/home$ ls
1200x600x19mm.dxf
36 hi.skb
36 hi.skp
3d scoring.ods
46ft mid.svg
... and so forth.
The original /home partition remains on the first disk (sda) but unused.
I'd like to get the install to use the new disk as /home (like I chose during the install).
Any help is greatly appreciated!
anthony
Addendum: Gparted is showing me different things ... a screenshot several minutes ago showed the old /home partition but unmounted (sda7)
enter image description here
but after a reboot it now shows the old /home partition with the mount point of the new hdd
enter image description here
Curiouser and curioser ...
partitioning home-directory
partitioning home-directory
asked Jan 31 at 19:12
akwusmc
11
11
Your fstab shows it mounted sdb1 as /home. Your screen show just shows sda7 mounted as a default mount using its UUID. Are you sure you copied all data from sda7 to sdb1? To move /home uses rsync- Be sure to use parameters to preserve ownership & permissions help.ubuntu.com/community/Partitioning/Home/Moving
â oldfred
Jan 31 at 19:45
I copied the contents of the original /home partition to the new drive with Nautilus so afaik I got it all. I'm not averse to using rsync or dd if I need to do it over ... the new drive can be re-formatted if need be to start again. I've reinstalled using the original /home partition so at least I have all my settings back on the packages I've re-installed so far (and I have audio!) Now that I've got a working system, I should move my /home from sda7 to sdb by: - reformatting sdb - follow the procedure in the link you provided Thanks again!
â akwusmc
Feb 1 at 13:33
add a comment |Â
Your fstab shows it mounted sdb1 as /home. Your screen show just shows sda7 mounted as a default mount using its UUID. Are you sure you copied all data from sda7 to sdb1? To move /home uses rsync- Be sure to use parameters to preserve ownership & permissions help.ubuntu.com/community/Partitioning/Home/Moving
â oldfred
Jan 31 at 19:45
I copied the contents of the original /home partition to the new drive with Nautilus so afaik I got it all. I'm not averse to using rsync or dd if I need to do it over ... the new drive can be re-formatted if need be to start again. I've reinstalled using the original /home partition so at least I have all my settings back on the packages I've re-installed so far (and I have audio!) Now that I've got a working system, I should move my /home from sda7 to sdb by: - reformatting sdb - follow the procedure in the link you provided Thanks again!
â akwusmc
Feb 1 at 13:33
Your fstab shows it mounted sdb1 as /home. Your screen show just shows sda7 mounted as a default mount using its UUID. Are you sure you copied all data from sda7 to sdb1? To move /home uses rsync- Be sure to use parameters to preserve ownership & permissions help.ubuntu.com/community/Partitioning/Home/Moving
â oldfred
Jan 31 at 19:45
Your fstab shows it mounted sdb1 as /home. Your screen show just shows sda7 mounted as a default mount using its UUID. Are you sure you copied all data from sda7 to sdb1? To move /home uses rsync- Be sure to use parameters to preserve ownership & permissions help.ubuntu.com/community/Partitioning/Home/Moving
â oldfred
Jan 31 at 19:45
I copied the contents of the original /home partition to the new drive with Nautilus so afaik I got it all. I'm not averse to using rsync or dd if I need to do it over ... the new drive can be re-formatted if need be to start again. I've reinstalled using the original /home partition so at least I have all my settings back on the packages I've re-installed so far (and I have audio!) Now that I've got a working system, I should move my /home from sda7 to sdb by: - reformatting sdb - follow the procedure in the link you provided Thanks again!
â akwusmc
Feb 1 at 13:33
I copied the contents of the original /home partition to the new drive with Nautilus so afaik I got it all. I'm not averse to using rsync or dd if I need to do it over ... the new drive can be re-formatted if need be to start again. I've reinstalled using the original /home partition so at least I have all my settings back on the packages I've re-installed so far (and I have audio!) Now that I've got a working system, I should move my /home from sda7 to sdb by: - reformatting sdb - follow the procedure in the link you provided Thanks again!
â akwusmc
Feb 1 at 13:33
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%2f1001829%2fre-install-isnt-using-new-home-hdd%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
Your fstab shows it mounted sdb1 as /home. Your screen show just shows sda7 mounted as a default mount using its UUID. Are you sure you copied all data from sda7 to sdb1? To move /home uses rsync- Be sure to use parameters to preserve ownership & permissions help.ubuntu.com/community/Partitioning/Home/Moving
â oldfred
Jan 31 at 19:45
I copied the contents of the original /home partition to the new drive with Nautilus so afaik I got it all. I'm not averse to using rsync or dd if I need to do it over ... the new drive can be re-formatted if need be to start again. I've reinstalled using the original /home partition so at least I have all my settings back on the packages I've re-installed so far (and I have audio!) Now that I've got a working system, I should move my /home from sda7 to sdb by: - reformatting sdb - follow the procedure in the link you provided Thanks again!
â akwusmc
Feb 1 at 13:33