18.2.4. Moving a Mount Point


To change the directory in which a file system is mounted, use the following command:
Copy to Clipboard Toggle word wrap
mount --move old_directory new_directory

Example 18.8. Moving an Existing NFS Mount Point

An NFS storage contains user directories and is already mounted in /mnt/userdirs/. As root, move this mount point to /home by using the following command:
Copy to Clipboard Toggle word wrap
~]# mount --move /mnt/userdirs /home
To verify the mount point has been moved, list the content of both directories:
Copy to Clipboard Toggle word wrap
~]# ls /mnt/userdirs
~]# ls /home
jill  joe
Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2025 Red Hat, Inc.