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.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!