Replace Hard Drive With All Shares
Posted: Thu Jul 17, 2014 9:53 pm
I have a simple setup (for now): 1 hard drive with the OS; 1 with ALL of my shares (partition /dev/sdb1; mount point: var/hda/files).
I bought a new hard drive with more space and I'd like to replace the hard drive with all the files. My plans were:
A) Backup data
B) Power down server
B) Remove old hard drive; install new one
C) Follow steps via https://wiki.amahi.org/index.php/Adding ... o_your_HDA
D) Enjoy all the new space
Then I realized when I remove the old hard drive and install the new one, the server will probably not boot correctly because it will be trying to find the old drive.
So I searched the forums a bit and realized I probably need to unmount the drive.
So now my plan is:
A) Backup data
B) Unmount old hard drive
C) Power down server
D) Remove old hard drive; install new one
E) Follow steps via https://wiki.amahi.org/index.php/Adding ... o_your_HDA
F) Enjoy all the new space
Does this sound correct? If so, is the proper unmount command:
umount /dev/sdb1 (or umount /var/hda/files?)
Is that all I need to do?
I bought a new hard drive with more space and I'd like to replace the hard drive with all the files. My plans were:
A) Backup data
B) Power down server
B) Remove old hard drive; install new one
C) Follow steps via https://wiki.amahi.org/index.php/Adding ... o_your_HDA
D) Enjoy all the new space

Then I realized when I remove the old hard drive and install the new one, the server will probably not boot correctly because it will be trying to find the old drive.
So I searched the forums a bit and realized I probably need to unmount the drive.
So now my plan is:
A) Backup data
B) Unmount old hard drive
C) Power down server
D) Remove old hard drive; install new one
E) Follow steps via https://wiki.amahi.org/index.php/Adding ... o_your_HDA
F) Enjoy all the new space

Does this sound correct? If so, is the proper unmount command:
umount /dev/sdb1 (or umount /var/hda/files?)
Is that all I need to do?