rooman wrote:If I try to re-mount the /home partition I'm asked if I want to hide or wipe over data, no problem, I can save then restore personal stuff.
So you tried this during runtime, using diskdrake?
http://doc.mageia.org/mcc/4/en/content/drakdisk.htmlYes in that case it will ask you if you just want to overmount the current contents of /home folder with your home partition, or if you want to transfer the data into the new home partition. But I've got no experience with that, I suggest doing a manual backup via e.g.
- Code: Select all
tar -cpszf home_backup_$(date +"%Y%m%d").tar.gz /home/famillequenet /home/aurelien
as root in a location where you have enough room to hold the backup, maybe in your /data partition.
But first something more important. Due to the reinstallation, you've ended up with a lot of duplicate entries for windows partitions, each of the entries below exists twice, with different mountpoints. You should remove those that begin with #LABEL= and the # comment above that line. But most of those entries are commented out at the moment, so no urgent problem.
- Code: Select all
cat /etc/fstab
# Entry for /dev/sda3 :
UUID=F2D4E67ED4E64507 /media/Win_G_disk ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda1 :
UUID=6EF4CA8AF4CA53CD /media/Windows_C_disk ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda5 :
UUID=36C0A0D6C0A09E1D /media/win_e_disk ntfs-3g defaults,umask=000 0 0
none /proc proc defaults 0 0
# Entry for /dev/sda1 :
#UUID=6EF4CA8AF4CA53CD /media/win_c ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda5 :
#LABEL=win_e_disk /media/win_e_disk ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda3 :
#LABEL=Win_G_disk /media/win_g_disk ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda6 :
#UUID=2873-6BFE /media/win_h_disk vfat defaults,umask=000 0 0
#none /proc proc defaults 0 0
# Entry for /dev/sda5 :
#UUID=36C0A0D6C0A09E1D /media/win_d ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda6 :
#UUID=2873-6BFE /media/win_e vfat umask=000,iocharset=utf8 0 0
rooman wrote:One of my worries is to be sure that the system realizes where I want to use /home ie: this partition and no longer the /root/home folder. You seem to think that it can be done easily...
That is easy, after you have added an entry in /etc/fstab for your home partition it will get automatically mounted. And yes it can be done easily
