Hi! Anyone that can give me a step-by-step guide to how change my mount points? I want mountpoint / on /dev/sda3 to become /home on /dev/sdb1 /home on /dev/sdb1 => /dev/sda3 / on /dev/sda3 => /dev/sdb1 I'm running Fedora Core 4 Code: [root@x ~]# df -k Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda3 32882216 9174248 22010704 30% / /dev/sda1 101086 9465 86402 10% /boot /dev/shm 517732 0 517732 0% /dev/shm /dev/sdb1 237432160 136996 225039580 1% /home [root@x ~]#
Hi Login with root and edit mount points in /etc/fstab as you need. But be sure what you are doing. Daryoush