Change mount points.

Discussion in 'Installation/Configuration' started by marra87, Sep 11, 2006.

  1. marra87

    marra87 New Member

    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 ~]#
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I don't think it's possible without a reinstall...
     
  3. daryoush

    daryoush New Member

    Hi

    Login with root and edit mount points in /etc/fstab as you need. But be sure what you are doing.

    Daryoush
     

Share This Page