I IT KPLAST New Member Jun 17, 2023 2 0 1 Aug 6, 2023 #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 Attachments 1691317369418.png 36.9 KB · Views: 5 Last edited: Aug 6, 2023
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
fschauer Proxmox Staff Member Staff member Aug 1, 2023 242 76 33 Aug 7, 2023 #2 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.
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.