<p dir="ltr">Well you could just mount the home partition in the home directory and call it a day.  </p>
<div class="gmail_quote">On Jan 9, 2013 2:02 PM,  <<a href="mailto:joe@actionline.com">joe@actionline.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Just installed kubuntu 12.10 (root partition only) to replace 12.04 on one<br>
of my computers, and made sure to preserve (not write over) the<br>
pre-existing /home partition. But now I have a new /home directory inside<br>
the root (/) directory, and the original /home directory is not mounted.<br>
fdisk -l shows this:<br>
<br>
Disk /dev/sda: 100.0 GB, 100030242816 bytes<br>
255 heads, 63 sectors/track, 12161 cylinders, total 195371568 sectors<br>
Units = sectors of 1 * 512 = 512 bytes<br>
Sector size (logical/physical): 512 bytes / 512 bytes<br>
I/O size (minimum/optimal): 512 bytes / 512 bytes<br>
Disk identifier: 0x282d282d<br>
<br>
   Device Boot      Start         End      Blocks   Id  System<br>
/dev/sda1   *        2048      206847      102400    7  HPFS/NTFS/exFAT<br>
/dev/sda2          206848    61794303    30793728    7  HPFS/NTFS/exFAT<br>
/dev/sda3        61796350   195371007    66787329    5  Extended<br>
/dev/sda5        61796352    67848191     3025920   82  Linux swap / Solaris<br>
/dev/sda6        67850240    87379967     9764864   83  Linux<br>
/dev/sda7        87382016   195371007    53994496   83  Linux<br>
<br>
So, what is the best procedure to replace the newly created /home<br>
directory and replace it with the previous (original) /home directory?<br>
Both are ext4 and both have the same owner and group names.<br>
<br>
Can I just add /dev/sda7 (the previous /home) to /etc/fstab (contents<br>
shown below) and will doing that delete/replace the new /home directory?<br>
Or are additional steps needed?<br>
<br>
joe@T60: cat /etc/fstab<br>
# /etc/fstab: static file system information.<br>
# / was on /dev/sda6 during installation<br>
UUID=864ca0e6-f82c-4394-b497-012083b40115 /      ext4   errors=remount-ro<br>
0   1<br>
# swap was on /dev/sda5 during installation<br>
UUID=dc56632c-3c80-4f8e-87e1-2a1d65ddc281 none   swap   sw<br>
0   0<br>
<br>
FWIW, 'df' currently shows this:<br>
Filesystem     1K-blocks    Used Available Use% Mounted on<br>
/dev/sda6        9611492 3895244   5228008  43% /<br>
udev             1540144       4   1540140   1% /dev<br>
tmpfs             620500     820    619680   1% /run<br>
none                5120       0      5120   0% /run/lock<br>
none             1551244      80   1551164   1% /run/shm<br>
none              102400       8    102392   1% /run/user<br>
<br>
Also, what is the procedure to mount /dev/sda2 (the windows7 partition) so<br>
I can access certain files on that partition.<br>
<br>
<br>
<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
</blockquote></div>