Hello,
In my /etc/fstab I have a physical hard disk mounted as /data that I am giving direct access to a container. Originally I used the command:
Now I would like to replace the drive. What changes do I need to make? I'm guessing that all I have to do is install the new drive, partition/format it and set the new UUID in my /etc/fstab. Do I need to do anything further with the pct command? Or does it just pass the /data from the filesystem to the /data mountpoint in the container?
In my /etc/fstab I have a physical hard disk mounted as /data that I am giving direct access to a container. Originally I used the command:
Code:
pct set 100 -mp0 mp=/data,/data
Now I would like to replace the drive. What changes do I need to make? I'm guessing that all I have to do is install the new drive, partition/format it and set the new UUID in my /etc/fstab. Do I need to do anything further with the pct command? Or does it just pass the /data from the filesystem to the /data mountpoint in the container?