Change Default Machine folder
Posted: 13. Jan 2017, 23:43
Hello,
I have a little problem. I use two USB disks (120Go x 2) to backup my machines. But when I create a new clone, I do not see where I can change its location so that it saves to the correct disk and not to the default location.
My configuration:
"VIRTUAL" directory is in my Hard disk and I won't any virtual machines here. but It's also my default directory because I don't know if I save my new machine in directory 1-mVirtual(=diskUsb1) or 2-mVirtual(=diskUsb2).
1-mVirtual is my disk USB 1
2-mVirtual is my disk USB 2
For see my mount partitions:
To make it simple I just want to be able to choose the directory where my clone will be saved.
Thanks
I have a little problem. I use two USB disks (120Go x 2) to backup my machines. But when I create a new clone, I do not see where I can change its location so that it saves to the correct disk and not to the default location.
My configuration:
"VIRTUAL" directory is in my Hard disk and I won't any virtual machines here. but It's also my default directory because I don't know if I save my new machine in directory 1-mVirtual(=diskUsb1) or 2-mVirtual(=diskUsb2).
Code: Select all
ls -larth
drwxr-xr-x 5 captain ed-m_mvirtual 4.0K Jan 13 21:08 VIRTUAL
ls -larth mVIRTUAL/
drwxrwx--- 1 captain ed-m_mvirtual 128K Jan 13 21:05 1-mVirtual
drwxrwx--- 4 captain ed-m_mvirtual 4.0K Jan 13 21:07 2-mVirtual
Code: Select all
ls -larth mVIRTUAL/1-mVirtual
drwxrwx--- 1 captain ed-m_mvirtual 128K Jan 13 21:05 1-partage
drwxrwx--- 1 captain ed-m_mvirtual 128K Jan 13 21:15 1-machines
Code: Select all
ls -larth mVIRTUAL/2-mVirtual
drwxrwx--- 1 captain ed-m_mvirtual 128K Jan 13 21:05 2-partage
drwxrwx--- 1 captain ed-m_mvirtual 128K Jan 13 21:15 2-machines
Code: Select all
df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 944120 81532 813796 10% /boot
/dev/sda2 622548810 584898771 57799972 62% /
/dev/sdb1 122546800 58478772 57799972 51% /media/VIRTUAL/2-mVirtual
/dev/sdc1 125025792 35732992 89292800 29% /media/VIRTUAL/1-mVirtual
Thanks