Moving disk to another server

IT KPLAST

New Member
Jun 17, 2023
2
0
1
Hi,
i want to moving 2 disk from a server to another one without loosing data, i found the 2 disk in the new server but i dont know how can i mount them

1691317525226.png
 

Attachments

  • 1691317369418.png
    1691317369418.png
    36.9 KB · Views: 5
Last edited:
You can mount a partition using the following commands:
Bash:
mkdir /mnt/sda1
mount /dev/sda1 /mnt/sda1

If you want the mount to persist after a reboot, add an entry to /etc/fstab.