I have a used disk full of video files which is 1TB in size and is mounted on /usr/local/nginx/html. I want to remount it on /disk1 for naming purposes. If I remount it would the files still be intact? Eg: /usr/local/nginx/html/folder/file.txt be moved to /disk1/folder/file.txt?
Im asking this because Ill be doing it on a production server. I could order a new HDD for this so I could backup>remount>restore but thats not cost effective for me.